mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
Fixes #192 Экран "Внешние файлы" - добавить фильтр
This commit is contained in:
parent
80b8464564
commit
9889988191
@ -16,6 +16,11 @@
|
||||
|
||||
<layout>
|
||||
<vbox margin="true" expand="files" spacing="true">
|
||||
<vbox expand="genericFilter" stylename="edit-area">
|
||||
<filter id="genericFilter" datasource="filesDs">
|
||||
<properties include=".*"/>
|
||||
</filter>
|
||||
</vbox>
|
||||
<hbox spacing="true" margin="true">
|
||||
<button action="files.refresh" icon="icons/refresh.png"/>
|
||||
<button action="files.create" icon="icons/create.png"/>
|
||||
|
Loading…
Reference in New Issue
Block a user