aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid
diff options
context:
space:
mode:
authorAmir Skalka <amir.skalka@intl.att.com>2019-10-25 22:58:36 +0300
committerAmir Skalka <amir.skalka@intl.att.com>2019-10-25 22:58:36 +0300
commita41189a3c7aed7076da45a599e5edb4ff542a919 (patch)
treeb962e5abbd2322a84cfdb68d10137d3d6f2f2367 /vid-app-common/src/main/webapp/app/vid
parente63fe3aa29fc637d57f5dbf92dda200685be790b (diff)
Removed the line break before and after options over UI,
Added a 'version' field validation over the E2E test. Issue-ID: VID-691 Signed-off-by: Amir Skalka <amir.skalka@intl.att.com> Change-Id: I52205e819a373458c47b8a48239c4bdb309a0bae
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid')
-rw-r--r--vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html
index d3cb239e6..1e06df262 100644
--- a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html
@@ -132,9 +132,7 @@
class="vnf-versions-select-as-text"
id="{{vnfName['invariant-id']}}-target-version-select">
<option value="" disabled="" selected="selected">Select Target VNF Model Version</option>
- <option ng-repeat="version in vnfName.availableVersions">
- {{version.modelInfo.modelVersion}}
- </option>
+ <option ng-repeat="version in vnfName.availableVersions">{{version.modelInfo.modelVersion}}</option>
</select>
</td>
<td class="col-md-1 vnf-versions-file">