diff --git a/views/default.handlebars b/views/default.handlebars
index 5815c3e2..044481de 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -3470,6 +3470,7 @@
// Display the dialog box
var x = '';
+ x += '
';
x += '
';
x += '
';
x += '
';
@@ -3483,6 +3484,7 @@
if (Q('d2c2').checked) { cols.push('user'); }
if (Q('d2c3').checked) { cols.push('ip'); }
if (Q('d2c4').checked) { cols.push('conn'); }
+ if (Q('d2c5').checked) { cols.push('os'); }
deviceViewSettings.devsCols = cols;
putstore('_deviceViewSettings', JSON.stringify(deviceViewSettings));
mainUpdate(4);
@@ -3893,6 +3895,7 @@
if (!Array.isArray(deviceViewSettings.devsCols)) { deviceViewSettings.devsCols = ['user','ip','conn']; }
// Display configured columns
+ if (deviceViewSettings.devsCols.indexOf('os') >= 0) { colums += '