mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +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
14 lines
485 B
Text
14 lines
485 B
Text
.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
|