prometheus/web/ui
Simon Kirsten 45fbed94d6
React UI: Fixed data table for matrix always showing 1 as value (#6896)
Signed-off-by: Simon Kirsten <1972314+skirsten@users.noreply.github.com>

React UI: Fixed data table for matrix always showing 1 as value
2020-02-29 07:45:48 +01:00
..
react-app React UI: Fixed data table for matrix always showing 1 as value (#6896) 2020-02-29 07:45:48 +01:00
static [format]Js: format checktimedrift() success (#6850) 2020-02-20 11:36:22 +01:00
templates [fix] ui: th to td (#6874) 2020-02-26 09:39:05 +00:00
assets_generate.go
doc.go
README.md
ui.go

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.