mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Improve ADB Keys layout.
This commit is contained in:
parent
6f3bbbaaa3
commit
d6848c7f17
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
.row(ng-controller='AdbKeysCtrl')
|
||||
.col-md-6
|
||||
.col-sm-12
|
||||
.widget-container.fluid-height.stf-adb-keys
|
||||
.heading
|
||||
i.fa.fa-android
|
||||
|
@ -31,6 +31,8 @@
|
|||
).form-control.remote-debug-textarea pbcopy < ~/.android/adbkey.pub
|
||||
//<code>pbcopy < ~/.android/adbkey.pub</code>
|
||||
|
||||
br
|
||||
|
||||
.form-group
|
||||
label.control-label.col-md-1
|
||||
i.fa.fa-key.fa-fw
|
||||
|
@ -48,7 +50,7 @@
|
|||
input(type='text', ng-model='title', ng-required='true',
|
||||
text-focus-select, focus-element='focusAddTitle').form-control
|
||||
|
||||
br
|
||||
|
||||
|
||||
button.btn.btn-primary-outline.btn-sm.pull-right(type='submit')
|
||||
i.fa.fa-plus.fa-fw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue