fix(stacks): hide stack cols [EE-6949] (#11753)

This commit is contained in:
Ali
2024-05-03 09:12:39 +12:00
committed by GitHub
parent acaa564557
commit 62c625c446
2 changed files with 2 additions and 2 deletions
@@ -126,7 +126,7 @@
<span style="margin-left: 5px" class="label label-info image-tag" ng-if="$ctrl.isSystemNamespace(item)">system</span>
<span style="margin-left: 5px" class="label label-primary image-tag" ng-if="!$ctrl.isSystemNamespace(item) && $ctrl.isExternalApplication(item)">external</span>
</td>
<td>{{ item.StackName || '-' }}</td>
<td ng-if="!$ctrl.deploymentOptions.hideStacksFunctionality">{{ item.StackName || '-' }}</td>
<td>
<a ui-sref="kubernetes.resourcePools.resourcePool({ id: item.ResourcePool })">{{ item.ResourcePool }}</a>
</td>