2018-02-01 12:27:52 +00:00
|
|
|
<rd-header>
|
2018-06-06 16:12:35 +00:00
|
|
|
<rd-header-title title-text="Network list">
|
2018-02-01 12:27:52 +00:00
|
|
|
<a data-toggle="tooltip" title="Refresh" ui-sref="docker.networks" ui-sref-opts="{reload: true}">
|
2018-03-13 05:36:53 +00:00
|
|
|
<i class="fa fa-sync" aria-hidden="true"></i>
|
2018-02-01 12:27:52 +00:00
|
|
|
</a>
|
|
|
|
</rd-header-title>
|
|
|
|
<rd-header-content>Networks</rd-header-content>
|
|
|
|
</rd-header>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-12">
|
|
|
|
<networks-datatable
|
2018-06-06 16:12:35 +00:00
|
|
|
title-text="Networks" title-icon="fa-sitemap"
|
2018-02-01 12:27:52 +00:00
|
|
|
dataset="networks" table-key="networks"
|
2018-07-11 14:18:44 +00:00
|
|
|
order-by="Name"
|
2018-02-01 12:27:52 +00:00
|
|
|
remove-action="removeAction"
|
|
|
|
show-ownership-column="applicationState.application.authentication"
|
2018-05-06 07:15:57 +00:00
|
|
|
show-host-column="applicationState.endpoint.mode.agentProxy"
|
2018-02-01 12:27:52 +00:00
|
|
|
></networks-datatable>
|
|
|
|
</div>
|
|
|
|
</div>
|