From 874d1b2523c29a33192e8289dc814cb13180642c Mon Sep 17 00:00:00 2001 From: Siva Bavanasi Date: Wed, 30 Nov 2016 12:14:51 +0530 Subject: [PATCH] Hiding interface packet capture option as over all funtionality is not working Change-Id: I0eea47410b4145bb1ed5f3967d448325fcba0161 Closes-bug: #1522873 --- .../ui/js/views/VRouterInterfacesGridView.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/webroot/monitor/infrastructure/vrouter/ui/js/views/VRouterInterfacesGridView.js b/webroot/monitor/infrastructure/vrouter/ui/js/views/VRouterInterfacesGridView.js index cf7ed77d6..6b2809de5 100644 --- a/webroot/monitor/infrastructure/vrouter/ui/js/views/VRouterInterfacesGridView.js +++ b/webroot/monitor/infrastructure/vrouter/ui/js/views/VRouterInterfacesGridView.js @@ -157,20 +157,7 @@ define([ checkboxSelectable: false, fixedRowHeight: 30, sortable: false, - detail: ctwu.getDetailTemplateConfigToDisplayRawJSON(), - actionCell: [ - { - title: "Start Packet Capture", - iconClass: "fa fa-list-alt", - onClick: function(rowIndex){ - var rowData = - $('#' + ctwl.VROUTER_INTERFACES_GRID_ID). - data("contrailGrid")._dataView.getItem(rowIndex); - startPacketCapture4Interface(rowData['uuid'], - rowData['vn_name'],rowData['vm_name']); - } - } - ] + detail: ctwu.getDetailTemplateConfigToDisplayRawJSON() }, dataSource: { },