Files
stf-DeviceFarmer-1/res/app/components/stf/common-ui/modals/fatal-message/fatal-message.jade
2014-05-29 05:01:42 +09:00

31 lines
1.2 KiB
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 was disconnected
.modal-body.text-danger(translate) You are no longer controlling the device.
.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
//button.btn.btn-warning(ng-click='cancel()') Close
//'<div class="modal-header dialog-header-error">
// <button type="button" class="close" ng-click="close()">&times;</button>
// <h4 class="modal-title text-danger">
// <span class="glyphicon glyphicon-warning-sign"></span>
// <span ng-bind-html="header"></span>
// </h4>
//</div>
//
//<div class="modal-body text-danger" ng-bind-html="msg"></div>
//<div class="modal-footer">
// <button type="button" class="btn btn-default" ng-click="close()">
//'+startSym+'"DIALOGS_CLOSE" | translate'+endSym+'</button>
//</div>'