mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-24 23:05:22 +02:00
30 lines
928 B
Plaintext
30 lines
928 B
Plaintext
.stf-add-adb-key-modal.stf-modal
|
|
form(ng-submit='ok()')
|
|
.modal-header
|
|
button(type='button', ng-click='cancel()').close ×
|
|
h4.modal-title
|
|
i.fa.fa-android
|
|
.button-spacer
|
|
span(translate) Add the following ADB Key to STF?
|
|
.modal-body
|
|
label.control-label
|
|
i.fa.fa-key.fa-fw
|
|
span(translate) Fingerprint
|
|
pre(ng-bind='modal.fingerprint').selectable
|
|
|
|
label.control-label
|
|
i.fa.fa-laptop.fa-fw
|
|
span(translate) Device
|
|
pre(ng-bind='modal.title').selectable
|
|
|
|
.modal-footer
|
|
a(ng-href='/#!/docs/ADB-Keys', target='_blank').pull-left.btn.btn-sm
|
|
i.fa.fa-lg.fa-question-circle.fa-fw
|
|
|
|
button.btn.btn-primary-outline.btn-sm.pull-right(type='submit')
|
|
i.fa.fa-plus.fa-fw
|
|
strong(translate) Add Key
|
|
|
|
button.btn.btn-default-outline.btn-sm.pull-right(ng-click='cancel()')
|
|
span(translate) Cancel
|