Merge "[Launch Instance Fix] Network Step HTML cleanup"
This commit is contained in:
commit
294d18c2b0
@ -6,10 +6,9 @@
|
|||||||
|
|
||||||
<div class="form-group" ng-if="model.arePortProfilesSupported">
|
<div class="form-group" ng-if="model.arePortProfilesSupported">
|
||||||
<label class="control-label required" for="profile">{$ ::label.profile $}</label>
|
<label class="control-label required" for="profile">{$ ::label.profile $}</label>
|
||||||
<select class="form-control" id="profile" ng-model="model.newInstanceSpec.profile" ng-options="profile.name for profile in model.profiles">
|
<select class="form-control" id="profile" ng-model="model.newInstanceSpec.profile" ng-options="profile.name for profile in model.profiles">
|
||||||
<option value="">{$ ::label.none_option $}</option>
|
<option value="">{$ ::label.none_option $}</option>
|
||||||
</select>
|
</select>
|
||||||
</dd>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<transfer-table tr-model="tableDataMulti" help-text="tableHelpText" limits="tableLimits">
|
<transfer-table tr-model="tableDataMulti" help-text="tableHelpText" limits="tableLimits">
|
||||||
|
Loading…
Reference in New Issue
Block a user