stackviz/app
Masayuki Igawa 9d4255e69e
Fix dstat graph processing
This commit fixes dstat graph processing to draw a graph properly. There
are two problem mainly.

1. Reading header process is not correct
 It looks the dstat output format was changed to remove a row of the
header in the past. However, stackviz was not changed at that time. So,
this commit fixes to deal with it properly.

2. The year in its logs process is not correct.
 With the original process which sets 1900+year after utcParse() call,
it looks one hour difference occurs somehow. So, this commit sets the
year to the date string directly.

Change-Id: I52c321f4bd13475f3be2f1a9fbcd86a6ddd4e4be
2019-05-03 16:44:04 -06:00
..
fonts Add required styles and fonts. 2015-09-25 22:35:27 +00:00
js Fix dstat graph processing 2019-05-03 16:44:04 -06:00
styles Remove top fixed navbar 2016-05-13 17:12:55 -06:00
views Add temporary workaround for build failure 2016-06-17 10:50:30 -06:00
.eslintrc Switch to eslint. 2015-11-18 15:36:36 -07:00
index.html Remove top fixed navbar 2016-05-13 17:12:55 -06:00