mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
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
15 lines
485 B
Plaintext
15 lines
485 B
Plaintext
.stf-fatal-message.stf-modal
|
|
.modal-header.dialog-header-errorX
|
|
button(type='button', ng-click='cancel()').close ×
|
|
h4.modal-title.text-danger
|
|
i.fa.fa-warning
|
|
.button-spacer
|
|
span(translate) Disconnected
|
|
.modal-body
|
|
nothing-to-show(message='{{ message | translate }}', icon='fa-plug fa-4x')
|
|
|
|
.modal-footer
|
|
button.btn.btn-primary-outline.pull-right(type='button', ng-click='ok()')
|
|
i.fa.fa-refresh
|
|
span(translate) Try to reconnect
|