mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
parent
6490283647
commit
618c51cd69
@ -41,6 +41,8 @@ before switching to a new version.
|
|||||||
### User Interface
|
### User Interface
|
||||||
* FIX: Assignment filters suggested only Host properties, you have been required
|
* FIX: Assignment filters suggested only Host properties, you have been required
|
||||||
to manually type Service property names
|
to manually type Service property names
|
||||||
|
* FIX: Hostgroups Dashlet has been shown to users with restricted permissions,
|
||||||
|
clicking it used to throw an error
|
||||||
|
|
||||||
1.4.0
|
1.4.0
|
||||||
-----
|
-----
|
||||||
|
@ -26,6 +26,6 @@ class HostGroupsDashlet extends Dashlet
|
|||||||
|
|
||||||
public function listRequiredPermissions()
|
public function listRequiredPermissions()
|
||||||
{
|
{
|
||||||
return array('director/hosts');
|
return array('director/hostgroups');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user