Resolved the Policy GUI Javascript issues
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / controller / dictionaryGridController / actionPolicyDictGridController.js
index 17ba68a..6545755 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ============LICENSE_START=======================================================
- * ECOMP Policy Engine
+ * ONAP Policy Engine
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
@@ -68,6 +68,7 @@ app.controller('actionPolicyDictGridController', function ($scope,modalService,
                        {field: 'url'},
                        {field: 'method'},
                        {field: 'header', displayName: 'Headers'},
+                       {field: 'body', visible : false},
                        {field: 'description'},
                        {field: 'userCreatedBy.userName', displayName: 'Created By'},
                        {field: 'userModifiedBy.userName', displayName: 'Modified By'},