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/volumes/volumes.html

18 lines
575 B

<page-header title="'Volume list'" breadcrumbs="['Volumes']" reload="true"> </page-header>
<div class="row">
<div class="col-sm-12">
<volumes-datatable
title-text="Volumes"
title-icon="database"
dataset="volumes"
table-key="volumes"
order-by="Id"
remove-action="removeAction"
show-host-column="applicationState.endpoint.mode.agentProxy && applicationState.endpoint.mode.provider === 'DOCKER_SWARM_MODE'"
show-browse-action="showBrowseAction"
refresh-callback="getVolumes"
></volumes-datatable>
</div>
</div>