You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/app/docker/views/configs/configs.html

16 lines
416 B

<page-header title="'Configs list'" breadcrumbs="['Configs']" reload="true"> </page-header>
<div class="row">
<div class="col-sm-12">
<configs-datatable
title-text="Configs"
title-icon="clipboard"
dataset="ctrl.configs"
table-key="configs"
order-by="Name"
remove-action="ctrl.removeAction"
refresh-callback="ctrl.getConfigs"
></configs-datatable>
</div>
</div>