2017-04-05 16:26:39 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2016-11-03 18:49:03 +00:00
|
|
|
|
2017-04-05 16:26:39 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<title>Alertmanager</title>
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.5.3/css/tachyons.min.css"/>
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
|
|
|
|
<script src="https://use.fontawesome.com/b7508bb100.js"></script>
|
2017-04-27 13:19:57 +00:00
|
|
|
<style>
|
2017-05-10 13:28:47 +00:00
|
|
|
.list-item:nth-child(odd) {
|
2017-04-27 13:19:57 +00:00
|
|
|
background: #f7f7f9;
|
|
|
|
}
|
2017-05-10 13:28:47 +00:00
|
|
|
.list-item:not(:hover) .btn {
|
2017-04-27 13:19:57 +00:00
|
|
|
background-color: transparent;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
color: gray;
|
|
|
|
}
|
2017-05-10 13:28:47 +00:00
|
|
|
.list-item:not(:hover) .badge {
|
2017-04-27 13:19:57 +00:00
|
|
|
background-color: gray;
|
|
|
|
}
|
2017-05-10 13:28:47 +00:00
|
|
|
.list-item:hover {
|
2017-04-27 13:19:57 +00:00
|
|
|
background: #f7f7f9;
|
|
|
|
}
|
|
|
|
</style>
|
2017-04-05 16:26:39 +00:00
|
|
|
</head>
|
2016-11-03 18:49:03 +00:00
|
|
|
|
2017-04-05 16:26:39 +00:00
|
|
|
<body>
|
|
|
|
</body>
|
2016-11-03 18:49:03 +00:00
|
|
|
|
2017-04-05 16:26:39 +00:00
|
|
|
<!-- Your source after making -->
|
|
|
|
<script type="text/javascript" src="/script.js"></script>
|
2016-11-03 18:49:03 +00:00
|
|
|
|
2017-04-05 16:26:39 +00:00
|
|
|
<!-- Removes splash and starts elm app. -->
|
|
|
|
<script type="text/javascript">
|
|
|
|
var app = Elm.Main.embed(document.body);
|
|
|
|
</script>
|
2016-11-03 18:49:03 +00:00
|
|
|
</html>
|