mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #2305 from alicebob/favicon
Add a favicon to the web GUI
This commit is contained in:
commit
c9f4aea8e2
File diff suppressed because one or more lines are too long
BIN
web/ui/static/img/favicon.ico
Normal file
BIN
web/ui/static/img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<title>Prometheus Time Series Collection and Processing Server</title>
|
<title>Prometheus Time Series Collection and Processing Server</title>
|
||||||
|
<link rel="shortcut icon" href="{{ pathPrefix }}/static/img/favicon.ico">
|
||||||
<script src="{{ pathPrefix }}/static/vendor/js/jquery.min.js"></script>
|
<script src="{{ pathPrefix }}/static/vendor/js/jquery.min.js"></script>
|
||||||
<script src="{{ pathPrefix }}/static/vendor/bootstrap-3.3.1/js/bootstrap.min.js"></script>
|
<script src="{{ pathPrefix }}/static/vendor/bootstrap-3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue