Handle errors better, use the plaintext output

This commit is contained in:
Leigh Morresi
2021-01-27 15:56:59 +01:00
parent 2f018ac04c
commit 646a54945a
6 changed files with 68 additions and 26 deletions

View File

@@ -24,3 +24,7 @@ flex-direction: column;
align-items: center;
justify-content: center;
}
.watch-table .error {
color: #aa0000;
}