Files
stf-DeviceFarmer-1/res/app/components/stf/common-ui/modals/fatal-message/fatal-message.jade
2014-08-19 20:20:56 +09:00

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