commit | 50690b49d2e71e2361f0ec81559df56198bf1fbb | [log] [tgz] |
---|---|---|
author | Wang, Frank(gw1218) <gw1218@att.com> | Tue Sep 18 11:24:49 2018 -0500 |
committer | Wang, Frank(gw1218) <gw1218@att.com> | Tue Sep 18 11:25:22 2018 -0500 |
tree | 1853776b9a91d1550c8b2df1fd4bf4c9d3e9626a | |
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>
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 664157d..6008033 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"