Merge "Make it easy to have VNC without scrollbars"

This commit is contained in:
Jenkins 2012-04-27 01:23:45 +00:00 committed by Gerrit Code Review
commit c02ee78b05
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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 %}