2016-09-23 04:54:58 +00:00
|
|
|
<rd-header>
|
2018-06-06 16:12:35 +00:00
|
|
|
<rd-header-title title-text="Service list">
|
2018-02-01 12:27:52 +00:00
|
|
|
<a data-toggle="tooltip" title="Refresh" ui-sref="docker.services" ui-sref-opts="{reload: true}">
|
2018-03-13 05:36:53 +00:00
|
|
|
<i class="fa fa-sync" aria-hidden="true"></i>
|
2016-09-23 04:54:58 +00:00
|
|
|
</a>
|
|
|
|
</rd-header-title>
|
|
|
|
<rd-header-content>Services</rd-header-content>
|
|
|
|
</rd-header>
|
|
|
|
|
2018-06-11 13:13:19 +00:00
|
|
|
<div class="row" ng-if="services">
|
2017-12-06 11:04:02 +00:00
|
|
|
<div class="col-sm-12">
|
|
|
|
<services-datatable
|
2020-04-10 21:54:53 +00:00
|
|
|
title-text="Services"
|
|
|
|
title-icon="fa-list-alt"
|
|
|
|
dataset="services"
|
|
|
|
table-key="services"
|
|
|
|
order-by="Name"
|
|
|
|
nodes="nodes"
|
|
|
|
agent-proxy="applicationState.endpoint.mode.agentProxy"
|
|
|
|
show-update-action="applicationState.endpoint.apiVersion >= 1.25"
|
|
|
|
show-task-logs-button="applicationState.endpoint.apiVersion >= 1.30"
|
|
|
|
show-add-action="true"
|
|
|
|
show-stack-column="true"
|
|
|
|
refresh-callback="getServices"
|
2017-12-06 11:04:02 +00:00
|
|
|
></services-datatable>
|
2016-09-23 04:54:58 +00:00
|
|
|
</div>
|
|
|
|
</div>
|