mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Fix busy classname.
This commit is contained in:
parent
714867de59
commit
b459e9f5bd
1 changed files with 3 additions and 0 deletions
|
@ -350,6 +350,9 @@ function DeviceStatusCell(options) {
|
|||
case 'using':
|
||||
a.className = classes + 'btn-primary'
|
||||
break
|
||||
case 'busy':
|
||||
a.className = classes + 'btn-warning'
|
||||
break
|
||||
case 'available':
|
||||
case 'ready':
|
||||
case 'present':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue