mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
Moved Remote Debug from Advanced to Dashboard for faster access.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.widget-container.fluid-height.stf-remote-debug(ng-controller='RemoteDebugCtrl')
|
||||
.heading
|
||||
i.fa.fa-bug
|
||||
span(translate) Remote debug
|
||||
i.fa.fa-question-circle.pull-right(tooltip='{{"Run the following on your command line to debug the device from your IDE" | translate}}', tooltip-placement='left')
|
||||
.widget-content.padded
|
||||
.form-inline
|
||||
textarea(readonly, rows='1', ng-model='debugCommand', msd-elastic, text-focus-select).form-control.remote-debug-textarea
|
||||
|
||||
Reference in New Issue
Block a user