1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00
portainer/app/edge/views/edge-stacks/edgeStacksView/edgeStacksView.html
Richard Wei a66fd78dc1
feat(ui): apply react pageheader to all pageview EE-3615 (#7178)
Co-authored-by: Chaim Lev-Ari <chiptus@gmail.com>
2022-07-06 09:08:45 +03:00

15 lines
441 B
HTML

<page-header title="'Edge Stacks list'" breadcrumbs="['Edge Stacks']" reload="true"> </page-header>
<div class="row">
<div class="col-sm-12">
<edge-stacks-datatable
title-text="Edge Stacks"
title-icon="fa-th-list"
dataset="$ctrl.stacks"
table-key="edgeStacks"
order-by="Name"
remove-action="$ctrl.removeAction"
refresh-callback="$ctrl.getStacks"
></edge-stacks-datatable>
</div>
</div>