diff options
author | Wang, Frank(gw1218) <gw1218@att.com> | 2018-09-18 11:24:49 -0500 |
---|---|---|
committer | Wang, Frank(gw1218) <gw1218@att.com> | 2018-09-18 11:25:22 -0500 |
commit | 50690b49d2e71e2361f0ec81559df56198bf1fbb (patch) | |
tree | 1853776b9a91d1550c8b2df1fd4bf4c9d3e9626a /POLICY-SDK-APP/src/main/webapp | |
parent | 017f36c7a74c52ca9abe05607920dcb3c524f0ad (diff) |
Fix Policy GUI Template Issue
Fix the a bug in this html file by adding msPolicyloader
Issue-ID: POLICY-1118
Change-Id: I7a45b232ed0680f1c8233b8ed71fdde685fbb9c9
Signed-off-by: Wang, Frank(gw1218) <gw1218@att.com>
Diffstat (limited to 'POLICY-SDK-APP/src/main/webapp')
-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" |