prometheus/web/ui
Julien Pivotto 8dd0a3e9a3
Fix button display when there is no panels (#8155)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2020-11-06 16:34:35 +01:00
..
react-app Fix button display when there is no panels (#8155) 2020-11-06 16:34:35 +01:00
static Make React UI the default, keep old UI under /classic (#8142) 2020-11-03 14:51:48 +01:00
templates Make React UI the default, keep old UI under /classic (#8142) 2020-11-03 14:51:48 +01:00
assets_generate.go
doc.go
README.md
ui.go Fix golint issues. 2020-03-23 20:38:43 +01:00

The ui directory contains static files and templates used in the web UI. For easier distribution they are statically compiled into the Prometheus binary using the vfsgen library (c.f. Makefile).

During development it is more convenient to always use the files on disk to directly see changes without recompiling. To make this work, remove the builtinassets build tag in the flags entry in .promu.yml, and then make build (or build Prometheus using go build ./cmd/prometheus).

This will serve all files from your local filesystem. This is for development purposes only.