@spotinst/spinnaker-deck
Version:
Spinnaker-Deck service, forked with support to Spotinst
17 lines (16 loc) • 502 B
HTML
<ng-form name="hostRules">
<gce-host-rule
ng-repeat="hostRule in ctrl.command.loadBalancer.hostRules"
host-rule="hostRule"
index="$index"
command="ctrl.command"
delete-host-rule="ctrl.remove('hostRules', $index)"
></gce-host-rule>
<div class="row">
<div class="col-md-12">
<button class="add-new btn btn-block" ng-click="ctrl.add('hostRules')">
<span class="glyphicon glyphicon-plus-sign"></span> Add host rule
</button>
</div>
</div>
</ng-form>