Skip to content

Commit

Permalink
Resolve d issue regarding ECS cluster action disabled (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhu-opsmx authored Sep 20, 2023
1 parent ca152dd commit 7240f8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3 class="horizontal middle space-between flex-1" select-on-dbl-click>
</h3>
</div>
<div>
<div class="actions" ng-class="{ insights: ctrl.serverGroup.insightActions.length > 0 }" ng-if=" ctrl.isEditEnabled">
<div class="actions" ng-class="{ insights: ctrl.serverGroup.insightActions.length > 0 }" ng-if=" ctrl.isEditEnabled()">
<div class="dropdown" uib-dropdown dropdown-append-to-body>
<button type="button" class="btn btn-sm btn-primary dropdown-toggle" uib-dropdown-toggle>
Server Group Actions <span class="caret"></span>
Expand Down

0 comments on commit 7240f8b

Please sign in to comment.