mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 08:04:04 -08:00
a081c9436b
Main changes: - Switched to using `go-bindata` in place of `scripts/embed-static.sh`. - Support for building Prometheus without a `Makefile`. - Minor typo fix to make Prometheus build on Windows (without Makefiles). Please note that this does not mean that prometheus will work on Windows. There are still failing tests!
24 lines
293 B
CSS
24 lines
293 B
CSS
.alert_header {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.alert_details {
|
|
display: none;
|
|
}
|
|
|
|
.silence_children_link {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.alert_rule {
|
|
padding: 5px;
|
|
color: #333;
|
|
background-color: #ddd;
|
|
font-family: monospace;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.alert_description {
|
|
padding: 8px 0 8px 0;
|
|
}
|