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

20 lines
481 B
HTML
Raw Normal View History

2020-03-13 19:33:12 +00:00
<vn-crud-model
vn-id="model"
url="Routes/filter"
limit="20"
2020-12-23 11:42:41 +00:00
order="created DESC">
2020-03-13 19:33:12 +00:00
</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-route-search-panel"
info="Search routes by id"
2021-01-20 12:19:28 +00:00
fetch-params="$ctrl.fetchParams($params)"
2021-02-02 09:26:10 +00:00
filter="$ctrl.filterParams"
2020-03-13 19:33:12 +00:00
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>