mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Allow to update device notes column from STF UI. https://github.com/openstf/stf/issues/124
This commit is contained in:
@@ -210,5 +210,12 @@ module.exports = function DeviceServiceFactory($http, socket, EnhanceDeviceServi
|
||||
})
|
||||
}
|
||||
|
||||
deviceService.updateNote = function (serial, note) {
|
||||
socket.emit('device.note', {
|
||||
serial: serial,
|
||||
note: note
|
||||
})
|
||||
}
|
||||
|
||||
return deviceService
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user