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 @@