Merge "Make it easy to have VNC without scrollbars"
This commit is contained in:
commit
c02ee78b05
1
AUTHORS
1
AUTHORS
@ -3,6 +3,7 @@ Andrews Medina <andrewsmedina@gmail.com>
|
||||
Andy Chong <andycjw@gmail.com>
|
||||
Anthony Young <sleepsonthefloor@gmail.com>
|
||||
Arvind Somya <asomya@cisco.com>
|
||||
Bernhard M. Wiedemann <bwiedemann@suse.de>
|
||||
Carlo Truijllo <truijllo@crs4.it>
|
||||
Chuck Short <chuck.short@canonical.com>
|
||||
Cole Robinson <crobinso@redhat.com>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<h3>{% trans "Instance VNC Console" %}</h3>
|
||||
{% if vnc_url %}
|
||||
<p class='alert alert-info'>{% blocktrans %}If VNC console is not responding to keyboard input: click the grey status bar below.{% endblocktrans %}</p>
|
||||
<p class='alert alert-info'>{% blocktrans %}If VNC console is not responding to keyboard input: click the grey status bar below.{% endblocktrans %} <a href="{{ vnc_url }}">{% trans "Click here to show only VNC" %}</a></p>
|
||||
<iframe src="{{ vnc_url }}" width="720" height="430"></iframe>
|
||||
{% else %}
|
||||
<p class='alert alert-error'>{% blocktrans %}VNC console is currently unavailabe. Please try again later.{% endblocktrans %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user