mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
22ab2366c1
This commit includes Bootstrap 2.3.2 and swaps a multitude of graph, status, and other components to Bootstrap-based widgets.
36 lines
1.3 KiB
HTML
36 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Prometheus Time Series Collection and Processing Server</title>
|
|
<script src="/static/vendor/js/jquery.min.js"></script>
|
|
|
|
<link type="text/css" rel="stylesheet" href="/static/vendor/bootstrap/css/bootstrap.css">
|
|
<link type="text/css" rel="stylesheet" href="/static/css/prometheus.css">
|
|
|
|
{{template "head" .}}
|
|
</head>
|
|
|
|
<body>
|
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
|
<div class="navbar-inner">
|
|
<div class="container-fluid">
|
|
<a class="brand" href="https://github.com/prometheus/prometheus" target="_blank">Prometheus</a>
|
|
<ul class="nav">
|
|
<li>{{ define "user_dashboard_link" }}{{ end }}
|
|
{{ template "user_dashboard_link" .}}</li>
|
|
<li><a href="/alerts">Alerts</a></li>
|
|
<li><a href="/graph">Graph & Console</a></li>
|
|
<li><a href="/">Status</a></li>
|
|
<li><a href="/databases">Databases</a></li>
|
|
<li>
|
|
<a href="https://github.com/prometheus/prometheus/wiki" target="_blank">Help</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "content" .}}
|
|
</body>
|
|
</html>
|