diff --git a/views/default.handlebars b/views/default.handlebars
index b47fd4c1..c62ce9e4 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -3555,6 +3555,7 @@
x += '
';
x += '
';
x += '
';
+ x += '
';
setDialogMode(2, "Device View Columns", 3, onDeviceViewSettingsEx, x);
}
@@ -3566,6 +3567,7 @@
if (Q('d2c4').checked) { cols.push('conn'); }
if (Q('d2c5').checked) { cols.push('os'); }
if (Q('d2c6').checked) { cols.push('desc'); }
+ if (Q('d2c7').checked) { cols.push('lastseen'); }
deviceViewSettings.devsCols = cols;
putstore('_deviceViewSettings', JSON.stringify(deviceViewSettings));
mainUpdate(4);
@@ -3981,6 +3983,7 @@
if (deviceViewSettings.devsCols.indexOf('user') >= 0) { colums += '
' + colums + r + ' |
---|