New: Health check for import lists with missing root folders

New: Show missing root folder path in edit for Import List

(cherry picked from commit ae196af2ad368d49fde2358f0987ed7650c7f29c)

Closes #821
This commit is contained in:
Mark McDowall
2021-02-08 23:12:23 -08:00
committed by Bogdan
parent 44673eb4ee
commit b7fb42345c
6 changed files with 107 additions and 4 deletions

View File

@@ -18,3 +18,9 @@
color: var(--darkGray);
font-size: $smallFontSize;
}
.isMissing {
margin-left: 15px;
color: var(--dangerColor);
font-size: $smallFontSize;
}