1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 05:15:25 +02:00
portainer/app/edge/views/edge-groups/edgeGroupsView/edgeGroupsView.html
Ali d78b762f7b
refactor(icons): replace fa icons [EE-4459] (#7907)
refactor(icons): remove fontawesome EE-4459

refactor(icon) replace feather with lucide EE-4472
2022-11-28 15:00:28 +13:00

7 lines
324 B
HTML

<page-header title="'Edge Groups'" breadcrumbs="['Edge Groups']" reload="true"> </page-header>
<div class="row">
<div class="col-sm-12">
<edge-groups-datatable title-icon="dice-4" table-key="EdgeGroups" order-by="Name" dataset="$ctrl.items" remove-action="$ctrl.removeAction"></edge-groups-datatable>
</div>
</div>