2022-07-06 06:08:45 +00:00
|
|
|
<page-header title="'Service list'" breadcrumbs="['Services']" reload="true"> </page-header>
|
2016-09-23 04:54:58 +00:00
|
|
|
|
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"
|
2022-07-19 03:29:50 +00:00
|
|
|
title-icon="shuffle"
|
2020-04-10 21:54:53 +00:00
|
|
|
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"
|
2021-12-14 07:34:54 +00:00
|
|
|
endpoint-public-url="endpoint.PublicURL"
|
|
|
|
endpoint-id="endpoint.Id"
|
2017-12-06 11:04:02 +00:00
|
|
|
></services-datatable>
|
2016-09-23 04:54:58 +00:00
|
|
|
</div>
|
|
|
|
</div>
|