44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
.dialog.dialog-overlay-sm layout='dialog' layout-id='audio-profile-invalid-dialog' id='audio-profile-invalid-dialog'
|
|
.content-head
|
|
= image_tag "content/icon_alert.png", {:width => 24, :height => 24, :class => 'content-icon' }
|
|
h1 Connect Audio Gear
|
|
.dialog-inner
|
|
p.instructions-header Your audio gear is not functioning. Please reconnect it.
|
|
|
|
.column
|
|
h2 Instructions
|
|
.instructions-box
|
|
ul
|
|
li
|
|
= 'The most common reason audio gear is not working is due to it being disconnected.'
|
|
li
|
|
= 'Please reconnect your audio gear, and the application should automatically attempt to re-enable it. If it does not, select the \'RESCAN SYSTEM\' button after reconnecting the device.'
|
|
li
|
|
= 'If you are still having issues, go to the Audio Gear Screen where more configuration options are available'
|
|
.column
|
|
a.button-orange href="#" data-purpose="reload-audio"
|
|
= 'RESCAN SYSTEM'
|
|
br
|
|
span.rescanning-notice
|
|
|
|
.column
|
|
h2 Gear Status
|
|
.instructions-box
|
|
.results.scanning
|
|
span.result.scanning SCANNING
|
|
span.result.success FUNCTIONING
|
|
span.result.failed
|
|
= 'NOT'
|
|
br
|
|
= 'FUNCTIONING'
|
|
ul.results-detail
|
|
li = 'Input device is not connected'
|
|
.buttons
|
|
.left
|
|
a.button-grey.btnCancel layout-action="cancel" CANCEL
|
|
a.button-grey.btnConfigureGear GO TO AUDIO GEAR SCREEN
|
|
a.button-grey.btnRestartApplication RESTART APPLICATION
|
|
.right
|
|
a.button-orange.btnContinue CONTINUE TO SESSION
|
|
|