mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Keep device data up to date on device page.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
h1 {{ device.value.serial }}
|
||||
h1 {{ device.value.serial }} {{ device.value.present ? 'present' : 'absent' }}
|
||||
|
||||
button(ng-click='showScreen = !showScreen') Show/Hide
|
||||
button(ng-click='control.identify()') Identify
|
||||
|
||||
Reference in New Issue
Block a user