mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Make everything un-selectable unless specified otherwise.
Fix store account header bug.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
button.btn.btn-primary-outline(ng-click='run(command)', ng-disabled='!command')
|
||||
//, tooltip='{{ "Run command" | translate }}')
|
||||
i.fa.fa-play
|
||||
pre.shell-results(ng-show='data') {{data}}
|
||||
pre.shell-results(ng-show='result.settled && !data').shell-results-empty No output
|
||||
pre.shell-results.selectable(ng-show='data') {{data}}
|
||||
pre.shell-results.selectable.shell-results-empty(ng-show='result.settled && !data') No output
|
||||
|
||||
|
||||
// table
|
||||
|
||||
Reference in New Issue
Block a user