mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
26 lines
840 B
Plaintext
26 lines
840 B
Plaintext
.stf-fatal-message.stf-modal
|
|
.modal-header.dialog-header-error
|
|
button(type='button', ng-click='cancel()').close ×
|
|
h4.modal-title.text-danger
|
|
i.fa.fa-warning
|
|
.button-spacer
|
|
span(translate) {{ device.enhancedName }} was disconnected
|
|
.modal-body
|
|
.text-danger(translate) You are no longer controlling the device.
|
|
br
|
|
h3(translate, ng-bind='device.likelyLeaveReason | likelyLeaveReason')
|
|
br
|
|
h4(translate).pull-right {{ device.enhancedName }} current status:
|
|
br
|
|
br
|
|
h4(ng-bind='device.enhancedStatePassive | translate').pull-right
|
|
|
|
|
|
.modal-footer
|
|
button.btn.btn-primary(type='button', ng-click='ok()')
|
|
i.fa.fa-refresh
|
|
span(translate) Try to reconnect
|
|
button.btn.btn-success(ng-click='second()')
|
|
i.fa.fa-sitemap
|
|
span(translate) Go to Device List
|