mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-26 15:55:31 +02:00
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
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user