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 05a687d2..00dd09a5 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
@@ -1,6 +1,19 @@
-
+ {
+ "title": 'Traffic',
+ "name": 'observium',
+ "data": null,
+ "visible": true,
+ "orderable": false,
+ "searchable": false,
+ "render": function ( data, type, row, meta ) {
+ var cell_str = '';
+ cell_str = cell_str + '\''
+ cell_str = cell_str + '>';
+ return cell_str;
+ }
+ }
\ No newline at end of file