2017-10-15 17:24:40 +00:00
< rd-header >
< rd-header-title title = "Stacks list" >
2018-02-01 12:27:52 +00:00
< a data-toggle = "tooltip" title = "Refresh" ui-sref = "docker.stacks" ui-sref-opts = "{reload: true}" >
2018-03-13 05:36:53 +00:00
< i class = "fa fa-sync" aria-hidden = "true" > < / i >
2017-10-15 17:24:40 +00:00
< / a >
< / rd-header-title >
< rd-header-content > Stacks< / rd-header-content >
< / rd-header >
2017-12-06 11:04:02 +00:00
< div class = "row" ng-if = "state.displayInformationPanel" >
2017-10-15 17:24:40 +00:00
< div class = "col-sm-12" >
< rd-widget >
< rd-widget-header icon = "fa-info-circle" title = "Information" > < / rd-widget-header >
< rd-widget-body >
< form class = "form-horizontal" >
< div class = "form-group" >
< span class = "col-sm-12 text-muted small" >
Stacks marked with the < i class = "fa fa-exclamation-circle orange-icon" aria-hidden = "true" > < / i > icon are external stacks that were created outside of Portainer. You'll not be able to execute any actions against these stacks.
< / span >
< / div >
< div class = "col-sm-12 form-section-title" >
Filters
< / div >
< div class = "form-group" >
< div class = "col-sm-12" >
< label class = "control-label text-left" >
Display external stacks
< / label >
< label class = "switch" style = "margin-left: 20px;" >
2017-12-06 11:04:02 +00:00
< input type = "checkbox" ng-model = "state.displayExternalStacks" > < i > < / i >
2017-10-15 17:24:40 +00:00
< / label >
< / div >
< / div >
< / form >
< / rd-widget-body >
< / rd-widget >
< / div >
< / div >
< div class = "row" >
< div class = "col-sm-12" >
2017-12-06 11:04:02 +00:00
< stacks-datatable
title="Stacks" title-icon="fa-th-list"
dataset="stacks" table-key="stacks"
order-by="Name" show-text-filter="true"
remove-action="removeAction"
show-ownership-column="applicationState.application.authentication"
display-external-stacks="state.displayExternalStacks"
>< / stacks-datatable >
2017-10-15 17:24:40 +00:00
< / div >
< / div >