mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-08 16:24:21 -04:00
Menu: move Fields to bottom, will be removed
This commit is contained in:
parent
3253bf2c88
commit
830fcad7ff
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ $section = $this->menuSection(
|
|||
|
||||
$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');
|
||||
$section->add($this->translate('Fields'))->setUrl('director/field/host')->setPriority(903);
|
||||
$section->add($this->translate('Services'))->setUrl('director/services');
|
||||
$section->add($this->translate('Users'))->setUrl('director/users');
|
||||
$section->add($this->translate('Import / Sync'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue