elstat/priv/frontend
Luna Mendes ecf6234cfe elstat.adapters: add latency to db spec
Since this is a change to the table schema for all services using the
ping adapter, you will have to delete the tables relating to them.

 - elstat.blueprints: add incidents blueprint (WIP)
 - elstat.blueprints: add decorators.py
 - elstat.blueprints: add errors.py
 - elstat.manager: add incidents & incident_stages tables
 - run: add handler for ApiError
2018-07-13 23:20:09 -03:00
..
public tweak index.html 2018-07-13 12:32:29 -07:00
src add ws reconnection logic 2018-07-13 19:11:50 -07:00
README.md yarn is cursed 2018-07-13 12:33:54 -07:00
package-lock.json elstat.adapters: add latency to db spec 2018-07-13 23:20:09 -03:00
package.json give service comp prop types 2018-07-13 19:01:13 -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