mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-09 07:19:42 +00:00
0faf0f531f
* Including glue between Alertmanager server and Elm UI. * Rebuilding assets (ui/bindata.go). * Exact commit: 'bd78de6b16bcefaacf4229304d439b33aa09cc72' * Subdirectory: ui/app
22 lines
510 B
HTML
22 lines
510 B
HTML
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Alertmanager</title>
|
|
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.5.3/css/tachyons.min.css"/>
|
|
<script src="https://use.fontawesome.com/b7508bb100.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
<!-- Your source after making -->
|
|
<script type="text/javascript" src="/script.js"></script>
|
|
|
|
<!-- Removes splash and starts elm app. -->
|
|
<script type="text/javascript">
|
|
var app = Elm.Main.embed(document.body);
|
|
</script>
|
|
|
|
</html>
|