diff --git a/composer.json b/composer.json index d48b4e3..ae1a97e 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,9 @@ { "name": "joncrain/manifests", "description": "Munki Manifest module for munkireport.", - "license": "MIT" -} + "license": "MIT", + "version": "3.1", + "require": { + "php":"^7.0" + } +} \ No newline at end of file diff --git a/locales/en.json b/locales/en.json index 559d8f5..d8b00fa 100755 --- a/locales/en.json +++ b/locales/en.json @@ -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..." } \ No newline at end of file diff --git a/views/catalog_graph_widget.php b/views/catalog_graph_widget.php index 9def01a..fdf8685 100644 --- a/views/catalog_graph_widget.php +++ b/views/catalog_graph_widget.php @@ -2,7 +2,7 @@
-
+

diff --git a/views/catalog_widget.yml b/views/catalog_widget.yml index 9cafb1c..4a76c02 100644 --- a/views/catalog_widget.yml +++ b/views/catalog_widget.yml @@ -5,4 +5,5 @@ i18n_title: manifests.widget.catalog icon: fa-book listing_link: /show/listing/manifests/manifests search_key: catalogs -badge: count \ No newline at end of file +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." \ No newline at end of file diff --git a/views/included_manifests_widget.yml b/views/included_manifests_widget.yml index a3bbffd..fb83491 100755 --- a/views/included_manifests_widget.yml +++ b/views/included_manifests_widget.yml @@ -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." diff --git a/views/manifests_self_service_widget.php b/views/manifests_self_service_widget.php index b00a6c7..f21f487 100644 --- a/views/manifests_self_service_widget.php +++ b/views/manifests_self_service_widget.php @@ -1,6 +1,6 @@
-
+

diff --git a/views/manifests_tab.php b/views/manifests_tab.php index 7e0bb83..ea02b9a 100755 --- a/views/manifests_tab.php +++ b/views/manifests_tab.php @@ -1,8 +1,26 @@
-

+ + + +

+ +
+ +
\ No newline at end of file +