mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
parent
2fe3f4c6c2
commit
ed411ec9b6
@ -108,7 +108,8 @@ class RoleForm extends ConfigForm
|
|||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'The permissions to grant. You may select more than one permission'
|
'The permissions to grant. You may select more than one permission'
|
||||||
),
|
),
|
||||||
'multiOptions' => $this->providedPermissions
|
'multiOptions' => $this->providedPermissions,
|
||||||
|
'class' => 'grant-permissions'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
));
|
));
|
||||||
|
@ -220,3 +220,8 @@ form label.has-feedback:after {
|
|||||||
/* Uncomment for 3D effect */
|
/* Uncomment for 3D effect */
|
||||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select.grant-permissions {
|
||||||
|
height: 20em;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user