20 lines
481 B
HTML
20 lines
481 B
HTML
<vn-crud-model
|
|
vn-id="model"
|
|
url="Items/filter"
|
|
limit="12"
|
|
order="isActive DESC, name, id"
|
|
data="items">
|
|
</vn-crud-model>
|
|
<vn-portal slot="topbar">
|
|
<vn-searchbar
|
|
vn-focus
|
|
panel="vn-item-search-panel"
|
|
info="Search items by id, name or barcode"
|
|
suggested-filter="{isActive: true}"
|
|
model="model">
|
|
</vn-searchbar>
|
|
</vn-portal>
|
|
<vn-portal slot="menu">
|
|
<vn-left-menu></vn-left-menu>
|
|
</vn-portal>
|
|
<ui-view></ui-view> |