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