2016-06-08 06:23:11 +00:00
|
|
|
<rd-header>
|
2018-06-06 16:12:35 +00:00
|
|
|
<rd-header-title title-text="Container list">
|
2018-02-01 12:27:52 +00:00
|
|
|
<a data-toggle="tooltip" title="Refresh" ui-sref="docker.containers" 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>Containers</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" ng-if="containers">
|
|
|
|
<containers-datatable
|
2018-06-06 16:12:35 +00:00
|
|
|
title-text="Containers" title-icon="fa-server"
|
2017-12-06 11:04:02 +00:00
|
|
|
dataset="containers" table-key="containers"
|
2018-07-23 09:31:21 +00:00
|
|
|
order-by="Status"
|
2017-12-06 11:04:02 +00:00
|
|
|
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-06-11 13:13:19 +00:00
|
|
|
show-add-action="true"
|
2018-10-28 09:27:06 +00:00
|
|
|
offline-mode="offlineMode"
|
2019-07-22 10:54:59 +00:00
|
|
|
refresh-callback="getContainers"
|
2017-12-06 11:04:02 +00:00
|
|
|
></containers-datatable>
|
|
|
|
</div>
|
2016-06-02 05:34:03 +00:00
|
|
|
</div>
|