File backports.patch of Package openstack-dashboard
Index: horizon-git-2012.1.1336725470.master.8f1ea73/AUTHORS
===================================================================
--- horizon-git-2012.1.1336725470.master.8f1ea73.orig/AUTHORS
+++ horizon-git-2012.1.1336725470.master.8f1ea73/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>
Index: horizon-git-2012.1.1336725470.master.8f1ea73/horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_detail_vnc.html
===================================================================
--- horizon-git-2012.1.1336725470.master.8f1ea73.orig/horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_detail_vnc.html
+++ horizon-git-2012.1.1336725470.master.8f1ea73/horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_detail_vnc.html
@@ -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 %}