diff options
author | Michael Mokry <mm117s@att.com> | 2017-11-14 15:01:13 -0600 |
---|---|---|
committer | Michael Mokry <mm117s@att.com> | 2017-12-04 15:19:21 +0000 |
commit | b3828de54af94f66e3a6e22bcaeb3372d14eab34 (patch) | |
tree | 8f89a097cb8979f1e1cbb3dcc4df61a695a0db27 /POLICY-SDK-APP/src/main/webapp/app | |
parent | db597fe2163c073e37ad2ddc0d7fe386517e21e0 (diff) |
Refactor to provide Common Policy Validation
Provides a common class to perform policy validation during
create/udpate of policies by the GUI and API for consistency.
Change-Id: Ied459e73d48517bb50064cd10d6a1c871b8311e5
Issue-ID: POLICY-449
Signed-off-by: Michael Mokry <mm117s@att.com>
Diffstat (limited to 'POLICY-SDK-APP/src/main/webapp/app')
-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> |