X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=POLICY-SDK-APP%2Fsrc%2Fmain%2Fwebapp%2Fapp%2FpolicyApp%2Fcontroller%2FdictionaryGridController%2FBRMSControllerDictGridController.js;h=c80f53d69031b2eb6a067d5f090ee3c6f6357a12;hb=0368cb99d6108970d172d4dc7145c67e4524b4a9;hp=27c95a78d22bb5d937172ac74d6223455d00cc73;hpb=428150834ee60899b9a8da019bae3c8bf009adf1;p=policy%2Fengine.git diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/controller/dictionaryGridController/BRMSControllerDictGridController.js b/POLICY-SDK-APP/src/main/webapp/app/policyApp/controller/dictionaryGridController/BRMSControllerDictGridController.js index 27c95a78d..c80f53d69 100644 --- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/controller/dictionaryGridController/BRMSControllerDictGridController.js +++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/controller/dictionaryGridController/BRMSControllerDictGridController.js @@ -63,6 +63,7 @@ appDS2.controller('brmsControllerDictGridController', function ($scope, PolicyAp }, { field: 'controllerName', displayName : 'Controller Name', sort: { direction: 'asc', priority: 0 }}, { field: 'description'}, + { field: 'controller' , visible : false}, {field: 'userCreatedBy.userName', displayName : 'Created By'}, {field: 'createdDate',type: 'date', cellFilter: 'date:\'yyyy-MM-dd\'' }, {field: 'userModifiedBy.userName', displayName : 'Modified By'},