mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 08:04:04 -08:00
d868264bb8
Changes to the UI: - "Active Since" timestamps are now human-readable. - Alerting rules are now pretty-printed better. - Labels are no longer just strings, but alert bubbles (like we do on the status page for base labels). - Alert states and target health states are now capitalized in the presentation layer rather than at the source.
8 lines
74 B
CSS
8 lines
74 B
CSS
.alert_header {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.alert_details {
|
|
display: none;
|
|
}
|