[Launch Instance Fix] Network Step HTML cleanup

Removed dangling trailing dd tag.  Re-indented appropriately.

Change-Id: I9643e2650838d65cafa9d39de1af8eef4fb4b286
Closes-Bug: 1433105
This commit is contained in:
Matt Borland 2015-03-17 08:15:28 -06:00
parent 233a07b14e
commit 0a478ee391

View File

@ -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">