mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
user navigation overview: Provide "owner" as sort column
This is rather a quick&dirty solution than anything proper.. But it basically works and the only drawback is that ASC or DESC is dependent from the owner's name... refs #5600
This commit is contained in:
parent
bef5eeda93
commit
84dfbf0b08
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ class NavigationController extends Controller
|
|||
$this->setupSortControl(
|
||||
array(
|
||||
'type' => $this->translate('Type'),
|
||||
'owner' => $this->translate('Shared'),
|
||||
'name' => $this->translate('Shared Navigation')
|
||||
),
|
||||
$query
|
||||
|
|
|
|||
Loading…
Reference in a new issue