Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "joncrain/manifests",
"description": "Munki Manifest module for munkireport.",
"license": "MIT"
}
"license": "MIT",
"version": "3.1",
"require": {
"php":"^7.0"
}
}
5 changes: 4 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"client_tab": "Munki Manifests",
"managed_installs": "Managed Installs",
"no_managed_installs": "No Managed Installs",
"user_installs": "User Installs",
"condition_check": "Condition",
"conditional_items": "Conditional Items",
"no_data": "No manifest data"
"no_data": "No manifest data",
"search": "Search...",
"search_all": "Search all items..."
}
2 changes: 1 addition & 1 deletion views/catalog_graph_widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="panel panel-default" id="catalog_graph-widget">

<div class="panel-heading">
<div class="panel-heading" data-container="body" title="Shows catalog graph information across all clients. Displays a pie chart with the count of clients for each catalog.">

<h3 class="panel-title"><i class="fa fa-globe"></i>
<span data-i18n="manifests.widget.catalog_graph"></span>
Expand Down
3 changes: 2 additions & 1 deletion views/catalog_widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ i18n_title: manifests.widget.catalog
icon: fa-book
listing_link: /show/listing/manifests/manifests
search_key: catalogs
badge: count
badge: count
i18n_tooltip: "Shows the distribution of Munki catalogs across all clients. Each catalog is listed with the number of clients using that catalog. Click on a catalog to view clients using that specific Munki catalog."
1 change: 1 addition & 0 deletions views/included_manifests_widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ icon: fa-book
listing_link: /show/listing/manifests/manifests
search_key: manifest_name
badge: count
i18n_tooltip: "Shows the distribution of Munki manifests across all clients. Each manifest is listed with the number of clients assigned to that manifest. Click on a manifest to view clients assigned to that specific manifest."
2 changes: 1 addition & 1 deletion views/manifests_self_service_widget.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="col-lg-4 col-md-6">
<div class="panel panel-default" id="manifests-self-service-widget">
<div id="manifests-self-service-widget" class="panel-heading" data-container="body">
<div id="manifests-self-service-widget" class="panel-heading" data-container="body" title="Shows self-service manifest information across all clients. Each entry displays the client name and manifest information.">
<h3 class="panel-title"><i class="fa fa-user"></i>
<span data-i18n="manifests.self_service"></span>
<span class="counter badge"></span>
Expand Down
315 changes: 280 additions & 35 deletions views/manifests_tab.php

Large diffs are not rendered by default.