Commit Graph

11 Commits

Author SHA1 Message Date
slice 6aae34927b
add uptime display 2018-08-08 17:06:35 -07:00
slice 190f461706
prettier 2018-08-08 17:06:32 -07:00
slice a1cca92a8c
getServiceState: configurable threshold
for testing
2018-07-22 12:26:06 -07:00
slice 81147a373a
move service emoji colors to css 2018-07-22 11:52:54 -07:00
slice 1dab3ccd0b
general code cleanup/refactoring 2018-07-18 17:48:16 -07:00
slice 7cd549c46b
fix jsx spacing 2018-07-16 18:06:15 -07:00
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
slice e33f0fa558
relint! 2018-07-15 21:04:43 -07:00
slice 37dd98026d
add proptypes to graph comp 2018-07-13 19:40:45 -07:00
slice 50c479d6ea
round off latency 2018-07-13 19:39:44 -07:00
slice 1b74c3da3f
create components folder 2018-07-13 19:06:38 -07:00
Renamed from priv/frontend/src/Service.js (Browse further)