mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 17:53:32 +02:00
7 lines
269 B
Plaintext
7 lines
269 B
Plaintext
.device-list-product
|
|
span.device-small-image
|
|
img(ng-src='{{device.enhancedImage24}}')
|
|
|
|
span(ng-if='device.state !== "using"') {{device.enhancedModel}}
|
|
a(ng-if='device.state === "using"', ng-href='/#!/control/{{ device.serial }}') {{device.enhancedModel}}
|