feat: add task state status badge
This commit is contained in:
parent
bdd50303ba
commit
71c2b9dc63
3 changed files with 27 additions and 3 deletions
|
|
@ -12,3 +12,15 @@ table tbody tr td:first-child {
|
|||
.logs-lines {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.task-status_running {
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
.task-status_success {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
.task-status_failed {
|
||||
background-color: red;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue