feat(app/metrics): add warnings for embed misconfiguration (closes #1196)
This commit is contained in:
@@ -103,6 +103,12 @@
|
||||
.field.error svg {
|
||||
fill: #cb2431;
|
||||
}
|
||||
.field.warning {
|
||||
color: #D79533;
|
||||
}
|
||||
.field.warning svg {
|
||||
fill: #D79533;
|
||||
}
|
||||
|
||||
/* Displays */
|
||||
.row {
|
||||
|
||||
Reference in New Issue
Block a user