Admin: Add message with failed / total nodes for nodes.json-task.
This commit is contained in:
parent
fb87695b3e
commit
b6a67d6e74
12 changed files with 120 additions and 20 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue