mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Jade small fix.
This commit is contained in:
parent
37ec53fcd7
commit
13529d36c0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
span.caret(ng-show='groupDevices.length > 0')
|
||||
span(ng-show='device && !device.present', translate) (Absent)
|
||||
|
||||
ul.dropdown-menu(role='menu', data-toggle='dropdown').pointer.unselectable(ng-show='groupDevices.length > 0')
|
||||
ul.dropdown-menu(role='menu', data-toggle='dropdown', ng-show='groupDevices.length > 0').pointer.unselectable
|
||||
li(ng-repeat='groupDevice in groupDevices')
|
||||
a(ng-click='controlDevice(groupDevice); $event.stopPropagation()')
|
||||
.device-small-image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue