1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/res/app/components/stf/common-ui/modals/add-adb-key-modal/add-adb-key-modal.pug
Gunther Brunner 1eb6af0119 Replaced old jade with new pug.
Using temporarily npm-shrinkwrap since `template-html-loader` uses an old `consolidate.js` version which doesn't support `pug`.
Follow here: https://github.com/jtangelder/template-html-loader/issues/8
2016-08-05 18:24:30 +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