From df382b109261311538789eda405be5458a3968ca Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Thu, 14 Aug 2014 22:13:42 -0400 Subject: [PATCH] Use JSON data source --- .../views/plugin/observium/device_port_column.tt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Web-Plugin-Observium/share/views/plugin/observium/device_port_column.tt b/Web-Plugin-Observium/share/views/plugin/observium/device_port_column.tt index 00dd09a5..f3973aae 100644 --- a/Web-Plugin-Observium/share/views/plugin/observium/device_port_column.tt +++ b/Web-Plugin-Observium/share/views/plugin/observium/device_port_column.tt @@ -7,12 +7,19 @@ "searchable": false, "render": function ( data, type, row, meta ) { var cell_str = ''; - cell_str = cell_str + '\'' + cell_str = cell_str + '\''; cell_str = cell_str + '>'; return cell_str; }