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