diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-12-06 16:05:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-12-06 16:05:43 +0000 |
commit | 775f45908025e46a40c9c147fca2066af5c8c5b8 (patch) | |
tree | 57f89e59b04feee8ebdbdde31af9dbe9d3f65619 /POLICY-SDK-APP/src/main/webapp | |
parent | 709fe78e311189429a22c4ceebf20f19e89693f3 (diff) | |
parent | b3828de54af94f66e3a6e22bcaeb3372d14eab34 (diff) |
Merge "Refactor to provide Common Policy Validation"
Diffstat (limited to 'POLICY-SDK-APP/src/main/webapp')
-rw-r--r-- | POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/BRMSRawPolicyTemplate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/BRMSRawPolicyTemplate.html b/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/BRMSRawPolicyTemplate.html index 1557f9756..8751768c0 100644 --- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/BRMSRawPolicyTemplate.html +++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/BRMSRawPolicyTemplate.html @@ -66,7 +66,7 @@ <div class="well"> <div class="form-group row"> <div class="form-group col-sm-2"> - <label>Rule Attributes:<sup><b>*</b></sup></label> + <label>Rule Attributes:<sup></sup></label> <button type="button" class="btn btn-default" ng-disabled="temp.policy.readOnly" ng-click="addNewChoice()"> <i class="fa fa-plus"></i> |