1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-27 10:50:10 +03:00

B #1851: Button for vnc and spice is not displayed (#1855)

This commit is contained in:
Abel Coronado 2018-03-13 11:38:15 +01:00 committed by Tino Vázquez
parent f74923d7d4
commit c2d50f6cff
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<h3 class="subheader" id="spice_dialog">
{{tr "SPICE"}}
<span id="vnc_buttons">
<a id="open_in_a_new_window_spice" href="" target="_blank" title="{{tr "Open in a new window"}}"> <i class="fas fa-external-link detach-spice-icon"/></a>
<a id="open_in_a_new_window_spice" href="" target="_blank" title="{{tr "Open in a new window"}}"> <i class="fas fa-external-link-alt detach-spice-icon"/></a>
</span>
</h3>
</div>

View File

@ -23,7 +23,7 @@
<span id="VNC_buttons" class="right">
<button class="button alert" value="Send CtrlAltDel" id="sendCtrlAltDelButton">{{tr "Send CtrlAltDel"}}</button>
<a class="button" id="open_in_a_new_window" href="" target="_blank" title="{{tr "Open in a new window"}}">
<i class="fas fa-external-link detach-vnc-icon"/>
<i class="fas fa-external-link-alt detach-vnc-icon"/>
</a>
<button class="button secondary" data-close aria-label="{{tr "Close modal"}}" type="button" title="Close VNC">
<i class="fas fa-times-circle"></i>