@spotinst/spinnaker-deck
Version:
Spinnaker-Deck service, forked with support to Spotinst
20 lines (19 loc) • 754 B
HTML
<ng-form role="form" name="form" novalidate>
<v2-modal-wizard heading="Create New Oracle {{firewallLabel}}" dismiss="$dismiss()"> </v2-modal-wizard>
<div class="container-fluid">
<div class="col-md-12 well">
<h4>Notice</h4>
<p>
We don't currently support the ability to create <firewall-label label="firewalls"></firewall-label> for Oracle
Cloud from Spinnaker.
</p>
<p>
You can use the Oracle Cloud console to create and manage Security Lists to provide a virtual
<firewall-label label="firewall"></firewall-label> for an instance.
</p>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-default" ng-click="ctrl.cancel()">Cancel</button>
</div>
</ng-form>