mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
e8027ba515
This makes React UI URLs look nicer than the previous /static/graph-new/app.html, but internally still serves all React UI files from the compiled-in static assets directory. Also, to allow future usage of the React / Reach router, we need to serve the main React app's index.html on certain sub-paths that correspond to current Prometheus's UI pages, instead of trying to serve actual files that match the provided path name. Signed-off-by: Julius Volz <julius.volz@gmail.com>
23 lines
396 B
Plaintext
23 lines
396 B
Plaintext
*#
|
|
.#*
|
|
/*.yaml
|
|
/*.yml
|
|
*.exe
|
|
|
|
/prometheus
|
|
/promtool
|
|
benchmark.txt
|
|
/data
|
|
/cmd/prometheus/data
|
|
/cmd/prometheus/debug
|
|
|
|
!/.travis.yml
|
|
!/.promu.yml
|
|
!/.golangci.yml
|
|
/documentation/examples/remote_storage/remote_storage_adapter/remote_storage_adapter
|
|
/documentation/examples/remote_storage/example_write_adapter/example_writer_adapter
|
|
|
|
npm_licenses.tar.bz2
|
|
/web/ui/static/react
|
|
/web/ui/assets_vfsdata.go
|