parent
75fdcf5698
commit
57ca7108aa
@ -1 +0,0 @@ |
||||
protocol_buffer.descriptor |
||||
File diff suppressed because one or more lines are too long
@ -1,53 +0,0 @@ |
||||
<!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="{{ pathPrefix }}/static/vendor/js/jquery.min.js"></script> |
||||
<script src="{{ pathPrefix }}/static/vendor/bootstrap-3.3.1/js/bootstrap.min.js"></script> |
||||
|
||||
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/vendor/bootstrap-3.3.1/css/bootstrap.min.css"> |
||||
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/css/prometheus.css"> |
||||
|
||||
<script> |
||||
var PATH_PREFIX = "{{ pathPrefix }}"; |
||||
$(function () { |
||||
$('[data-toggle="tooltip"]').tooltip() |
||||
}) |
||||
</script> |
||||
|
||||
{{template "head" .}} |
||||
</head> |
||||
|
||||
<body> |
||||
<nav class="navbar navbar-inverse navbar-fixed-top"> |
||||
<div class="container-fluid"> |
||||
<div class="navbar-header"> |
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> |
||||
<span class="sr-only">Toggle navigation</span> |
||||
<span class="icon-bar"></span> |
||||
<span class="icon-bar"></span> |
||||
<span class="icon-bar"></span> |
||||
</button> |
||||
<a class="navbar-brand" href="{{ pathPrefix }}/">Prometheus</a> |
||||
</div> |
||||
<div id="navbar" class="navbar-collapse collapse"> |
||||
<ul class="nav navbar-nav navbar-left"> |
||||
{{$consoles := consolesPath}} |
||||
{{if $consoles}} |
||||
<li><a href="{{$consoles}}">Consoles</a></li> |
||||
{{ end }} |
||||
<li><a href="{{ pathPrefix }}/alerts">Alerts</a></li> |
||||
<li><a href="{{ pathPrefix }}/graph">Graph</a></li> |
||||
<li><a href="{{ pathPrefix }}/status">Status</a></li> |
||||
<li> |
||||
<a href="http://prometheus.io" target="_blank">Help</a> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</nav> |
||||
|
||||
{{template "content" .}} |
||||
</body> |
||||
</html> |
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 847 B |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Loading…
Reference in new issue