salix/modules/worker/front/main/index.html

18 lines
422 B
HTML
Raw Normal View History

2020-03-13 19:33:12 +00:00
<vn-crud-model
vn-id="model"
url="Workers/filter"
limit="20"
order="id">
</vn-crud-model>
2019-11-10 10:08:44 +00:00
<vn-portal slot="topbar">
<vn-searchbar
2020-10-06 06:17:12 +00:00
vn-focus
2019-11-10 10:08:44 +00:00
panel="vn-worker-search-panel"
2020-03-13 19:33:12 +00:00
info="Search workers by id, firstName, lastName or user name"
model="model">
2019-11-10 10:08:44 +00:00
</vn-searchbar>
</vn-portal>
<vn-portal slot="menu">
<vn-left-menu></vn-left-menu>
</vn-portal>
<ui-view></ui-view>