dshoreman / servidor

A modern web application for managing servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stats bar should update periodically

dshoreman opened this issue · comments

CPU and RAM usage are prone to changing frequently, so if the stats bar never updates after loading the page then it won't really be of much use.

Update the axios call such that it re-runs every so often. Some details are likely to change more than others (CPU changing constantly vs disk once in a blue moon) but for now it's probably enough to just ping every 30 seconds or minute.

Working on this issue now.