Fix issue with rendering 'identity' key in GUI
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / Windows / Dictionary / CLVarbindDictionary.html
index fd64ef1..2858d97 100644 (file)
@@ -1,6 +1,6 @@
 <!--/*-
  * ============LICENSE_START=======================================================
- * ECOMP Policy Engine
+ * ONAP Policy Engine
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
                        <div class="modal-content">
         <div class="modal-header">
             <h2 class="font-showcase-font-name" style="color : #157bb2">{{label}}</h2>
-                       <div class="corner-button in">
-                               <button type="button" class="close" aria-label="Close"
-                               ng-click="$dismiss('cancel')"></button>
-                       </div>
         </div>
                <form name="formdata" ng-submit="saveCLVarbind(editCLVarbind);" novalidate>
         <div class="modal-body">
@@ -45,7 +41,7 @@
                        </div>
                <div class="form-group row">
             <div class="form-group col-sm-6" ng-class="{ 'has-error' : formdata.varbindOID.$invalid && !formdata.varbindOID.$pristine }">
-                <label>Varbind OID:</label><br>
+                <label>Varbind OID:<sup><b>*</b></sup></label><br>
                 <input type="text" ng-model="editCLVarbind.varbindOID" class="form-control" name= "varbindOID"  required/>
                                <p ng-show="formdata.varbindOID.$invalid && !formdata.varbindOID.$pristine" class="help-block">Varbind OID is required.</p>
             </div>