Included Policy GUI Enhancements and validations
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / policy-models / policy_PDPManagement.html
index 55e7a07..1a48e8c 100644 (file)
                <div class="form-group row">
                        <div class="form-group col-sm-3">
                                <button class="btn btn-primary btn-small" type="button"
-                                       ng-click="addNewPDPGroupPopUpWindow();" ng-show="createPdpGroupId">Create
+                                       ng-click="addNewPDPGroupPopUpWindow();" ng-show="createPdpGroupId" title="Create PDP Group">Create
                                        Group</button>
                        </div>
                        <div class="form-group col-sm-6">
                                <input type="text" class="form-control" class="search"
                                        ng-disabled="isDisabled" 
-                                       placeholder="{{'search'}}..." ng-model="search">
+                                       placeholder="{{'search'}}..." ng-model="search" title="Filter the PDP Groups based on pdpname or pdp's">
                        </div>
                </div>
 
                                                </td>
                                                <td width="15%">
                                                        <div ng-click="editPDPGroupFunctionModalPopup(pdpdata);"
-                                                               style="font-size: 20px;" ng-show="editPdpGroupId">
+                                                               style="font-size: 20px;" ng-show="editPdpGroupId" title="Edit PDP Group to create/update/delete pdp's and to see the active policies in PDP Group.">
                                                                 <span href="javascript:void(0)" class="glyphicon glyphicon-edit"></span>
                                                        </div>
                                                </td>
                                                <td width="5%">
                                                        <div ng-click="removePDPGroup(pdpdata);" style="font-size: 20px;"
-                                                               ng-show="deletePdpGroupId">
+                                                               ng-show="deletePdpGroupId" title="Delete PDP Group.">
                                                                <span href="javascript:void(0)" class="glyphicon glyphicon-trash"></span>
                                                        </div>
                                                </td>