mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Use automation state for devices used by api
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user