fix(stacks): conditionally hide node and namespace stacks [EE-6949] (#11528)

This commit is contained in:
Ali
2024-04-19 17:33:26 +12:00
committed by GitHub
parent d5c4671320
commit d73b162d16
4 changed files with 70 additions and 58 deletions
@@ -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"