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: { },