2016-06-08 06:23:11 +00:00
|
|
|
<rd-header>
|
2018-06-06 16:12:35 +00:00
|
|
|
<rd-header-title title-text="Volume list">
|
2018-02-01 12:27:52 +00:00
|
|
|
<a data-toggle="tooltip" title="Refresh" ui-sref="docker.volumes" ui-sref-opts="{reload: true}">
|
2018-03-13 05:36:53 +00:00
|
|
|
<i class="fa fa-sync" aria-hidden="true"></i>
|
2016-06-14 02:32:44 +00:00
|
|
|
</a>
|
|
|
|
</rd-header-title>
|
2016-06-08 06:23:11 +00:00
|
|
|
<rd-header-content>Volumes</rd-header-content>
|
|
|
|
</rd-header>
|
2018-10-28 09:27:06 +00:00
|
|
|
<information-panel-offline ng-if="offlineMode"></information-panel-offline>
|
2017-12-06 11:04:02 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-12">
|
|
|
|
<volumes-datatable
|
2018-07-23 05:01:03 +00:00
|
|
|
title-text="Volumes" title-icon="fa-cubes"
|
|
|
|
dataset="volumes" table-key="volumes"
|
|
|
|
order-by="Id"
|
|
|
|
remove-action="removeAction"
|
|
|
|
show-ownership-column="applicationState.application.authentication"
|
2018-07-23 09:31:21 +00:00
|
|
|
show-host-column="applicationState.endpoint.mode.agentProxy && applicationState.endpoint.mode.provider === 'DOCKER_SWARM_MODE'"
|
2018-07-23 05:01:03 +00:00
|
|
|
show-browse-action="applicationState.endpoint.mode.agentProxy"
|
2018-10-28 09:27:06 +00:00
|
|
|
offline-mode="offlineMode"
|
2017-12-06 11:04:02 +00:00
|
|
|
></volumes-datatable>
|
|
|
|
</div>
|
2017-07-08 08:23:00 +00:00
|
|
|
</div>
|