mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Use automation state for devices used by api
This commit is contained in:
parent
42b55889ae
commit
a62a6094e4
11 changed files with 45 additions and 10 deletions
|
@ -571,6 +571,7 @@ function DeviceStatusCell(options) {
|
|||
, preparing: 'state-preparing btn-primary-outline btn-success-outline'
|
||||
, unauthorized: 'state-unauthorized btn-danger-outline'
|
||||
, offline: 'state-offline btn-warning-outline'
|
||||
, automation: 'state-automation btn-info'
|
||||
}
|
||||
|
||||
return _.defaults(options, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue