elstat/priv/frontend
slice cb12d43aea
detect slow services and show an icon
The amount of latency a service needs before being considered "slow" is
configurable in config.json. By default, it is 2000ms (2s).

A side effect of this change is that the "service unresponsive" icon
that is shown when a service is unreachable has been changed to an X
instead of a !.

The slow icon now uses the ! icon.

Additionally, icon "titles" were added to aid any screen readers.
2018-07-16 10:44:06 -07:00
..
public tweak index.html 2018-07-13 12:32:29 -07:00
src detect slow services and show an icon 2018-07-16 10:44:06 -07:00
README.md yarn is cursed 2018-07-13 12:33:54 -07:00
config.json detect slow services and show an icon 2018-07-16 10:44:06 -07:00
package-lock.json switch to recharts 2018-07-13 22:03:12 -07:00
package.json switch to recharts 2018-07-13 22:03:12 -07:00

README.md

elstat frontend

  • cool graphs

install dependencies:

$ npm install

# in a ci, do:
$ npm ci

to build for production:

$ npm run build