2016-06-08 18:23:11 +12:00
|
|
|
<rd-header>
|
2018-06-06 18:12:35 +02:00
|
|
|
<rd-header-title title-text="Container list">
|
2018-02-01 13:27:52 +01:00
|
|
|
<a data-toggle="tooltip" title="Refresh" ui-sref="docker.containers" 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>Containers</rd-header-content>
|
|
|
|
</rd-header>
|
|
|
|
|
2017-12-06 12:04:02 +01:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-12" ng-if="containers">
|
|
|
|
<containers-datatable
|
2018-06-06 18:12:35 +02:00
|
|
|
title-text="Containers" title-icon="fa-server"
|
2017-12-06 12:04:02 +01:00
|
|
|
dataset="containers" table-key="containers"
|
2018-07-23 11:31:21 +02:00
|
|
|
order-by="Status"
|
2017-12-06 12:04:02 +01:00
|
|
|
show-ownership-column="applicationState.application.authentication"
|
2018-07-23 11:31:21 +02:00
|
|
|
show-host-column="applicationState.endpoint.mode.agentProxy && applicationState.endpoint.mode.provider === 'DOCKER_SWARM_MODE'"
|
2018-06-11 15:13:19 +02:00
|
|
|
show-add-action="true"
|
2017-12-06 12:04:02 +01:00
|
|
|
></containers-datatable>
|
|
|
|
</div>
|
2016-06-02 17:34:03 +12:00
|
|
|
</div>
|