@spotinst/spinnaker-deck
Version:
Spinnaker-Deck service, forked with support to Spotinst
15 lines (14 loc) • 613 B
HTML
<div class="col-md-12" ng-if="vm.command.viewState.dirty.securityGroups">
<div class="alert alert-warning">
<p>
<i class="fa fa-exclamation-triangle"></i> The following <firewall-label label="firewalls"></firewall-label> could
not be found in the selected account/network and were removed:
</p>
<ul>
<li ng-repeat="securityGroup in vm.command.viewState.dirty.securityGroups">{{securityGroup}}</li>
</ul>
<p class="text-right">
<a class="btn btn-sm btn-default dirty-flag-dismiss" href ng-click="vm.acknowledgeSecurityGroupRemoval()">Okay</a>
</p>
</div>
</div>