mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
10 lines
462 B
Plaintext
10 lines
462 B
Plaintext
.widget-container.fluid-height.stf-remote-debug(ng-controller='RemoteDebugCtrl')
|
|
.heading
|
|
i.fa.fa-bug
|
|
span(translate) Remote debug
|
|
a(ng-href='/#!/docs/remote-debug').pull-right
|
|
i.fa.fa-question-circle(tooltip='{{remoteDebugTooltip | 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
|