diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-18 18:55:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-18 18:55:51 +0000 |
commit | 47066cb4750955f9eed0db0e772f6224151a11a2 (patch) | |
tree | 8d129bfce120a93a8e2e7f9decafc9ad0b0f2fdf /POLICY-SDK-APP | |
parent | 75d9db3e29232580871c106560016be6492255d6 (diff) | |
parent | 50690b49d2e71e2361f0ec81559df56198bf1fbb (diff) |
Merge "Fix Policy GUI Template Issue"
Diffstat (limited to 'POLICY-SDK-APP')
-rw-r--r-- | POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DCAEMicroServicePolicyTemplate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DCAEMicroServicePolicyTemplate.html b/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DCAEMicroServicePolicyTemplate.html index 664157dcb..600803307 100644 --- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DCAEMicroServicePolicyTemplate.html +++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DCAEMicroServicePolicyTemplate.html @@ -94,7 +94,7 @@ title="Select the dropdown value driven from MicroService Models (MicroService Policy)Dictionary."></select> </div> <div class="form-group col-sm-3"> - <label>Micro Service Version:<sup><b>*</b></sup></label> <select + <label id="msVersion"><span id="msPolicyloader" class = "msloader" style="visibility:hidden;"></span>Micro Service Version: * </label> <select class="form-control" ng-disabled="temp.policy.readOnly" ng-model="temp.policy.version" ng-options="option for option in microServiceModelsDictionaryVersionDatas track by option" |