mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
Refs #1725 Add icon to 'Assign to users' button at 'Roles' screen
This commit is contained in:
parent
72f17aaa26
commit
85d113fc8d
@ -29,7 +29,7 @@
|
|||||||
<button action="roles.remove" icon="icons/remove.png"/>
|
<button action="roles.remove" icon="icons/remove.png"/>
|
||||||
<button action="roles.refresh" icon="icons/refresh.png"/>
|
<button action="roles.refresh" icon="icons/refresh.png"/>
|
||||||
<button action="roles.excel" icon="icons/excel.png"/>
|
<button action="roles.excel" icon="icons/excel.png"/>
|
||||||
<button action="roles.assignToUsers"/>
|
<button action="roles.assignToUsers" icon="icons/user-group-ok.png"/>
|
||||||
</buttonsPanel>
|
</buttonsPanel>
|
||||||
<columns>
|
<columns>
|
||||||
<column id="name" caption="msg://role.name"/>
|
<column id="name" caption="msg://role.name"/>
|
||||||
|
BIN
modules/web/css/VAADIN/themes/havana/icons/user-group-ok.png
Normal file
BIN
modules/web/css/VAADIN/themes/havana/icons/user-group-ok.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
modules/web/css/VAADIN/themes/peyto/icons/user-group-ok.png
Normal file
BIN
modules/web/css/VAADIN/themes/peyto/icons/user-group-ok.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Loading…
Reference in New Issue
Block a user