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