diff --git a/views/default.handlebars b/views/default.handlebars index c62ce9e4..422ea4d9 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -1929,6 +1929,7 @@ meshserver.send({ action: 'usergroups' }); meshserver.send({ action: 'meshes' }); meshserver.send({ action: 'nodes', id: '{{currentNode}}' }); + meshserver.send({ action: 'lastseen' }); meshserver.send({ action: 'loginTokens' }); if (pluginHandler != null) { meshserver.send({ action: 'plugins' }); } if ('{{currentNode}}'.toLowerCase() == '') { meshserver.send({ action: 'files' }); }