[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
1 changed files with 3 additions and 4 deletions

View File

@ -6,10 +6,9 @@
<div class="form-group" ng-if="model.arePortProfilesSupported">
<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">
<option value="">{$ ::label.none_option $}</option>
</select>
</dd>
<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>
</select>
</div>
<transfer-table tr-model="tableDataMulti" help-text="tableHelpText" limits="tableLimits">