Admin: Add message with failed / total nodes for nodes.json-task.

This commit is contained in:
baldo 2020-06-30 17:08:24 +02:00
commit b6a67d6e74
12 changed files with 120 additions and 20 deletions

View file

@ -22,6 +22,14 @@
color: red;
}
.task-message.task-result-okay {
color: green;
}
.task-message.task-result-warning {
color: red;
}
.task-description {
max-width: 220px;
}