1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
OpenSTF/res/app/components/stf/common-ui/modals/add-adb-key-modal/add-adb-key-modal.jade
2015-06-22 20:25:40 +09:00

29 lines
928 B
Text

.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