Revision d9d5811b src/sunstone/public/app/tabs/vms-tab/dialogs/vnc/html.hbs
src/sunstone/public/app/tabs/vms-tab/dialogs/vnc/html.hbs | ||
---|---|---|
15 | 15 |
{{! -------------------------------------------------------------------------- }} |
16 | 16 |
|
17 | 17 |
<div id="{{dialogId}}" class="reveal full" data-reveal> |
18 |
<div class="row"> |
|
18 |
<div class="row text-center">
|
|
19 | 19 |
<div class="large-12 columns"> |
20 |
<h3 class="subheader" id="vnc_dialog">
|
|
20 |
<h5 class="subheader" id="vnc_dialog">
|
|
21 | 21 |
{{tr "VNC"}} |
22 | 22 |
<span id="VNC_status">{{tr "Loading"}}</span> |
23 |
<a id="open_in_a_new_window" href="" target="_blank" title="{{tr "Open in a new window"}}"> <i class="fa fa-external-link detach-vnc-icon"/></a> |
|
24 | 23 |
<span id="VNC_buttons" class="right"> |
25 |
<button class="button secondary" value="Send CtrlAltDel" id="sendCtrlAltDelButton">{{tr "Send CtrlAltDel"}}</button></span> |
|
26 |
</h3> |
|
24 |
<button class="button secondary" value="Send CtrlAltDel" id="sendCtrlAltDelButton">{{tr "Send CtrlAltDel"}}</button> |
|
25 |
<a class="button" id="open_in_a_new_window" href="" target="_blank" title="{{tr "Open in a new window"}}"> |
|
26 |
<i class="fa fa-external-link detach-vnc-icon"/> |
|
27 |
</a> |
|
28 |
<button class="button alert" data-close aria-label="{{tr "Close modal"}}" type="button"> |
|
29 |
<i class="fa fa-times-circle"></i> |
|
30 |
</button> |
|
31 |
</span> |
|
32 |
</h5> |
|
27 | 33 |
</div> |
28 | 34 |
</div> |
29 |
<div class="reveal-body" style="width:100%; overflow-x:overlay"> |
|
35 |
<div class="reveal-body text-center" style="width:100%; overflow-x:overlay">
|
|
30 | 36 |
<canvas id="VNC_canvas" width="640px">{{tr "Canvas not supported."}}</canvas> |
31 | 37 |
<div id="VNC_status_bar" class="VNC_status_bar"></div> |
32 | 38 |
</div> |
33 |
<button class="close-button" data-close aria-label="{{tr "Close modal"}}" type="button"> |
|
34 |
<span aria-hidden="true">×</span> |
|
35 |
</button> |
|
36 | 39 |
</div> |
Also available in: Unified diff