1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Fix automation order in device list

This commit is contained in:
Vishal Banthia 2017-09-19 07:34:37 +09:00
parent e2a0447def
commit cc5d7580c2

View file

@ -623,6 +623,7 @@ function DeviceStatusCell(options) {
, compare: (function() {
var order = {
using: 10
, automation: 15
, available: 20
, busy: 30
, ready: 40