mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
RolesConfig: Add missing column name
for quick search
(cherry picked from commit c6c1e283502b734db98c1c9130742193a80a6c39)
This commit is contained in:
parent
4cd948e500
commit
64dcc33f6d
@ -40,4 +40,9 @@ class RolesConfig extends IniRepository
|
|||||||
|
|
||||||
return $columns;
|
return $columns;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected function initializeSearchColumns(): array
|
||||||
|
{
|
||||||
|
return ['name'];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user