Add Select all checkbox to all datagrids, remove out port and out vlan columns from...
[controller.git] / opendaylight / web / troubleshoot / src / main / resources / js / page.js
index 3f0dc9e81231b50dc098011f20dd53f11ffdcfeb..1eb2cf0094ea3a4d801c6dc0a31955b257a5898c 100644 (file)
@@ -400,16 +400,6 @@ one.f.troubleshooting.existingNodes = {
                             label: 'Idle Timeout',
                             sortable: true
                         },
-                        {
-                            property: 'outPorts',
-                            label: 'Out Ports',
-                            sortable: true
-                        },
-                        {
-                            property: 'outVlanId',
-                            label: 'Out VlanId',
-                            sortable: true
-                        },
                         {
                             property: 'priority',
                             label: 'Priority',
@@ -442,8 +432,6 @@ one.f.troubleshooting.existingNodes = {
                     entry.push(value["packetCount"]);
                     entry.push(value["durationSeconds"]);
                     entry.push(value["idleTimeout"]);
-                    entry.push(value["outPorts"]);
-                    entry.push(value["outVlanId"]);
                     entry.push(value["priority"]);
                     tr.entry = entry;
                     result.push(tr);