2016-06-08 18:23:11 +12:00
|
|
|
<rd-header>
|
2018-06-06 18:12:35 +02:00
|
|
|
<rd-header-title title-text="Volume list">
|
2018-02-01 13:27:52 +01:00
|
|
|
<a data-toggle="tooltip" title="Refresh" ui-sref="docker.volumes" ui-sref-opts="{reload: true}">
|
2018-03-13 12:36:53 +07:00
|
|
|
<i class="fa fa-sync" aria-hidden="true"></i>
|
2016-06-14 14:32:44 +12:00
|
|
|
</a>
|
|
|
|
</rd-header-title>
|
2016-06-08 18:23:11 +12:00
|
|
|
<rd-header-content>Volumes</rd-header-content>
|
|
|
|
</rd-header>
|
2018-10-28 10:27:06 +01:00
|
|
|
<information-panel-offline ng-if="offlineMode"></information-panel-offline>
|
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"
|
2020-06-23 02:46:56 +03:00
|
|
|
title-icon="fa-hdd"
|
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"
|
2018-10-28 10:27:06 +01:00
|
|
|
offline-mode="offlineMode"
|
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>
|