elstat/priv/frontend/src/components
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
..
App.css create components folder 2018-07-13 19:06:38 -07:00
App.js add red notice when some services are unreachable 2018-07-15 21:44:59 -07:00
DegradedNotice.css add red notice when some services are unreachable 2018-07-15 21:44:59 -07:00
DegradedNotice.js add red notice when some services are unreachable 2018-07-15 21:44:59 -07:00
Graph.css tweak axes, hide y axis on mobile 2018-07-13 22:12:59 -07:00
Graph.js relint! 2018-07-15 21:04:43 -07:00
Service.css make latency font smaller on smaller devices 2018-07-13 19:37:03 -07:00
Service.js detect slow services and show an icon 2018-07-16 10:44:06 -07:00
ServicePlaceholder.css create components folder 2018-07-13 19:06:38 -07:00
ServicePlaceholder.js relint! 2018-07-15 21:04:43 -07:00