Skip to content

Commit

Permalink
Hiding interface packet capture option as over all funtionality is no…
Browse files Browse the repository at this point in the history
…t working

Change-Id: I0eea47410b4145bb1ed5f3967d448325fcba0161
Closes-bug: #1522873
  • Loading branch information
sbavanasi committed Nov 30, 2016
1 parent 55f7700 commit 874d1b2
Showing 1 changed file with 1 addition and 14 deletions.
Expand Up @@ -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: {
},
Expand Down

0 comments on commit 874d1b2

Please sign in to comment.