mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 23:54:05 -08:00
43b105d32d
This provides the basic js, css and console template templates required to build dashboards. Included as an example are consoles for the node_exporter. Change-Id: I4cfeea5e9691a9413f74ae98ca32a908df8e4a59
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
{{ template "head" . }}
|
|
|
|
{{template "prom_right_table_head"}}
|
|
{{template "prom_right_table_tail"}}
|
|
|
|
{{template "prom_content_head" .}}
|
|
<h1>Overview</h1>
|
|
<p>These are example consoles for Prometheus, they are still under development.</p>
|
|
{{template "prom_content_tail" .}}
|
|
|
|
{{template "tail"}}
|