Adding in UI for cancel anytime.
This commit is contained in:
parent
f6fe9023a4
commit
2fe74e4057
11 changed files with 31 additions and 25 deletions
|
@ -20,4 +20,8 @@
|
|||
|
||||
.build-state-icon .complete {
|
||||
color: #2fcc66;
|
||||
}
|
||||
}
|
||||
|
||||
.build-state-icon .cancelled {
|
||||
color: #9b9b9b;
|
||||
}
|
||||
|
|
Reference in a new issue