[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / Windows / Dictionary / FWAddressGroupDictionary.html
index 231ac0a..ff48ff9 100644 (file)
@@ -1,6 +1,6 @@
 <!--/*-
  * ============LICENSE_START=======================================================
- * ECOMP Policy Engine
+ * ONAP Policy Engine
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
@@ -48,7 +48,7 @@
                <div class="form-group row">
                        <div class="form-group">
                        <div  data-ng-repeat="choice in apchoices">             
-                                       <div class="form-group row">
+                                       <div class="form-group row" style="margin-left: 2%">
                                <div class="form-group col-sm-5" ng-class="{ 'has-error' : formdata.option.$invalid && !formdata.option.$pristine }">
                                <select  class="form-control"  ng-model="choice.option" ng-options="option for option in prefixListDictionaryDatas track by option"></select>
                                                <p ng-show="formdata.option.$invalid && !formdata.option.$pristine" class="help-block">Key is required.</p>