mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
New: App health displayed in UI
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
.icon-nd-warning:before {
|
||||
.icon(@warning-sign);
|
||||
color : #f89406;
|
||||
color : @orange;
|
||||
}
|
||||
|
||||
.icon-nd-edit:before {
|
||||
@@ -79,7 +79,7 @@
|
||||
|
||||
.icon-nd-form-warning:before {
|
||||
.icon(@warning-sign);
|
||||
color: #f89406;
|
||||
color: @orange;
|
||||
}
|
||||
|
||||
.icon-nd-form-danger:before {
|
||||
@@ -175,4 +175,14 @@
|
||||
|
||||
.icon-nd-restart:before {
|
||||
.icon(@repeat);
|
||||
}
|
||||
|
||||
.icon-nd-health-warning:before {
|
||||
.icon(@exclamation-sign);
|
||||
color : @orange
|
||||
}
|
||||
|
||||
.icon-nd-health-error:before {
|
||||
.icon(@exclamation-sign);
|
||||
color : @errorText
|
||||
}
|
||||
Reference in New Issue
Block a user