fix(stacks): conditionally hide node and namespace stacks [EE-6949] (#11528)
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@
|
||||
ng-click="$ctrl.changeOrderBy('Name')"
|
||||
></table-column-header>
|
||||
</th>
|
||||
<th>
|
||||
<th ng-if="!$ctrl.deploymentOptions.hideStacksFunctionality">
|
||||
<table-column-header
|
||||
col-title="'Stack'"
|
||||
can-sort="true"
|
||||
|
||||
Reference in New Issue
Block a user