@spotinst/spinnaker-deck
Version:
Spinnaker-Deck service, forked with support to Spotinst
12 lines (11 loc) • 379 B
HTML
<div class="row" style="margin-top: 10px; margin-bottom: 10px">
<div class="col-md-3 sm-label-right">Reason</div>
<div class="col-md-7">
<textarea
class="form-control"
ng-model="vm.command.reason"
rows="3"
placeholder="(Optional) anything that might be helpful to explain the reason for this change; HTML is okay"
></textarea>
</div>
</div>