mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
feat(alerting): changed fontsize in alert list
This commit is contained in:
parent
15c11fdb54
commit
434332f02d
@ -64,6 +64,7 @@ func (handler *DefaultResultHandler) Handle(ctx *EvalContext) {
|
|||||||
PrevState: string(oldState),
|
PrevState: string(oldState),
|
||||||
Timestamp: time.Now(),
|
Timestamp: time.Now(),
|
||||||
}
|
}
|
||||||
|
|
||||||
annotationRepo := annotations.GetRepository()
|
annotationRepo := annotations.GetRepository()
|
||||||
if err := annotationRepo.Save(&item); err != nil {
|
if err := annotationRepo.Save(&item); err != nil {
|
||||||
handler.log.Error("Failed to save annotation for new alert state", "error", err)
|
handler.log.Error("Failed to save annotation for new alert state", "error", err)
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
&--alert {
|
&--alert {
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
.card-item-name {
|
.card-item-name a {
|
||||||
font-size: $font-size-h5;
|
font-size: $font-size-h5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user