From 8730360de7ba0210e8f5c6889fd2984e4f3bbe97 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 4 Mar 2014 16:37:16 +0000 Subject: [PATCH] One more menu.ini... we should clean up some duplicated files --- .vagrant-puppet/files/etc/icingaweb/menu.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .vagrant-puppet/files/etc/icingaweb/menu.ini diff --git a/.vagrant-puppet/files/etc/icingaweb/menu.ini b/.vagrant-puppet/files/etc/icingaweb/menu.ini new file mode 100644 index 000000000..40ee6e4cd --- /dev/null +++ b/.vagrant-puppet/files/etc/icingaweb/menu.ini @@ -0,0 +1,15 @@ +[Dashboard] +title = "Dashboard" +url = "dashboard" +icon = "img/icons/dashboard.png" +priority = 10 + +[System] +icon = img/icons/configuration.png +priority = 200 + +[System.Configuration] +title = "Configuration" +url = "config/index" + +