diff --git a/views/default-min.handlebars b/views/default-min.handlebars index 1ddc91bd..afd8d00a 100644 --- a/views/default-min.handlebars +++ b/views/default-min.handlebars @@ -1 +1 @@ - MeshCentral
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file + MeshCentral
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file diff --git a/views/default.handlebars b/views/default.handlebars index 360a4569..3d150f6d 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -7273,7 +7273,7 @@ } }; - function refreshServerTimelineStats(stats) { meshserver.send({ action: 'servertimelinestats', hours: 24 }); } + function refreshServerTimelineStats(stats) { meshserver.send({ action: 'servertimelinestats', hours: 24 * 30 }); } function pastDate(hours) { var t = new Date(); t.setTime(t.getTime() - (60 * 60 * 1000 * hours)); return t; } function setServerTimelineStats(stats) { serverTimelineStats = stats; updateServerTimelineStats(); } function addServerTimelineStats(stats) {