From 87ddaf19d8b739a1aa6ea6eb2bbc2ae6964901a8 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 30 Jul 2015 11:40:13 +0200 Subject: [PATCH] welcome: first attempts to make it look better --- application/views/scripts/welcome/index.phtml | 22 ++++++++++++++++++- configuration.php | 1 + 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/application/views/scripts/welcome/index.phtml b/application/views/scripts/welcome/index.phtml index c89dd824..ac658467 100644 --- a/application/views/scripts/welcome/index.phtml +++ b/application/views/scripts/welcome/index.phtml @@ -7,5 +7,25 @@ errorMessage): ?>

errorMessage ?>

-Nothing to see here yet. We will point you to the most common tasks later on. +translate('Monitoring Nodes'), 'director/commands'), + array('host', $this->translate('Host objecs'), 'director/hosts'), + array('services', $this->translate('Monitored Services'), 'director/services'), + array('users', $this->translate('Users / Contacts'), 'director/users'), + array('chat', $this->translate('Alarms and notifications'), 'director/notificatios'), + array('database', $this->translate('Sync / Import'), 'director/list/importsource'), + array('wrench', $this->translate('Configuration'), 'director/list/generatedconfig'), +); +?> + diff --git a/configuration.php b/configuration.php index 54f1a736..4ca0e9c8 100644 --- a/configuration.php +++ b/configuration.php @@ -25,6 +25,7 @@ $section = $this->menuSection( $this->translate('Icinga Director') )->setIcon('cubes'); +$section->add($this->translate('Overview'))->setUrl('director/welcome')->setPriority(20); $section->add($this->translate('Global'))->setUrl('director/commands'); $section->add($this->translate('Hosts'))->setUrl('director/hosts'); $section->add($this->translate('Fields'))->setUrl('director/field/host')->setPriority(903);