Commit Graph

8 Commits

Author SHA1 Message Date
Dane Everitt dae780249f Less colors 2018-09-11 19:23:22 -07:00
Dane Everitt 395a2860e7 Start working on a better design for the server boxes on the dashboard 2018-09-05 22:55:59 -07:00
Dane Everitt 68b23de55d Significantly less atrocious resource checking for servers... 2018-08-18 21:02:58 -07:00
Dane Everitt 7f5485d648 Fix dashboard to track server state 2018-07-15 17:53:40 -07:00
Jakob Schrettenbrunner 05478e3277 Merge branch 'feature/vuejs' into feature/vue-serverview 2018-06-11 21:06:12 +02:00
Dane Everitt be5a9108f9 Dont refresh server statuses unless the page is active
Reduces the number of polling requests happening on the server by only sending those requests if the user is actively viewing the dashboard.

There was no point in updating the resource usage if no one is viewing it. After 30 seconds away from the window when a user comes back it will update instantenously, otherwise it'll just update after 5 seconds.
2018-06-02 22:23:54 -07:00
Dane Everitt 02b29a66ea Use client API to get resource use for a server 2018-06-02 19:08:53 -07:00
Dane Everitt bcd3b055dd Break out the server box into a component 2018-06-02 17:41:06 -07:00