diff options
Diffstat (limited to 'POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/policy_PDPManagement.html')
-rw-r--r-- | POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/policy_PDPManagement.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/policy_PDPManagement.html b/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/policy_PDPManagement.html index 55e7a07cd..1a48e8cd4 100644 --- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/policy_PDPManagement.html +++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/policy_PDPManagement.html @@ -47,13 +47,13 @@ <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> @@ -102,13 +102,13 @@ </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> |