2022-07-06 18:08:45 +12:00
|
|
|
<page-header title="'Volume list'" breadcrumbs="['Volumes']" reload="true"> </page-header>
|
|
|
|
|
2017-12-06 12:04:02 +01:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-12">
|
|
|
|
<volumes-datatable
|
2020-04-11 00:54:53 +03:00
|
|
|
title-text="Volumes"
|
2022-07-19 11:29:50 +08:00
|
|
|
title-icon="database"
|
2020-04-11 00:54:53 +03:00
|
|
|
dataset="volumes"
|
|
|
|
table-key="volumes"
|
2018-07-23 07:01:03 +02:00
|
|
|
order-by="Id"
|
|
|
|
remove-action="removeAction"
|
2018-07-23 11:31:21 +02:00
|
|
|
show-host-column="applicationState.endpoint.mode.agentProxy && applicationState.endpoint.mode.provider === 'DOCKER_SWARM_MODE'"
|
2019-10-08 13:17:58 +13:00
|
|
|
show-browse-action="showBrowseAction"
|
2019-07-22 12:54:59 +02:00
|
|
|
refresh-callback="getVolumes"
|
2017-12-06 12:04:02 +01:00
|
|
|
></volumes-datatable>
|
|
|
|
</div>
|
2017-07-08 10:23:00 +02:00
|
|
|
</div>
|