Added Policy GUI Cosmetic Fixes
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / controller / dictionaryGridController / CLVnfTypeDictGridController.js
index 08d4662..90b77e4 100644 (file)
@@ -140,7 +140,7 @@ app.controller('vnfTypeDictGridController', function ($scope, PolicyAppService,
 
     $scope.deleteVnfType = function(data) {
        var uuu = "searchDictionary";
-       var postData={data: data, type: "attribute"};
+       var postData={data: data, type: "clVnf"};
        var searchString = "\n";
        $.ajax({
                type : 'POST',