feat(app/metrics): add warnings for embed misconfiguration (closes #1196)

This commit is contained in:
lowlighter
2022-08-28 13:34:31 -04:00
parent b618c7879f
commit 0a1c578d4f
6 changed files with 41 additions and 3 deletions

View File

@@ -103,6 +103,12 @@
.field.error svg {
fill: #cb2431;
}
.field.warning {
color: #D79533;
}
.field.warning svg {
fill: #D79533;
}
/* Displays */
.row {