mirror of https://github.com/portainer/portainer
18 lines
575 B
HTML
18 lines
575 B
HTML
<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>
|