From 42e6dec4a492e3e2904a017012bcf1b8b579ccb2 Mon Sep 17 00:00:00 2001 From: John Postlethwait Date: Thu, 28 Jun 2012 16:39:31 -0700 Subject: [PATCH] Fixing the scrollbars on the VNC window. Change-Id: I80d3cab26d5ca0dc054fbeee1b51ab0cd9027e6a --- .../instances_and_volumes/instances/_detail_vnc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/horizon/dashboards/nova/instances_and_volumes/templates/instances_and_volumes/instances/_detail_vnc.html b/horizon/dashboards/nova/instances_and_volumes/templates/instances_and_volumes/instances/_detail_vnc.html index 48cd2786685..5768b41ebb8 100644 --- a/horizon/dashboards/nova/instances_and_volumes/templates/instances_and_volumes/instances/_detail_vnc.html +++ b/horizon/dashboards/nova/instances_and_volumes/templates/instances_and_volumes/instances/_detail_vnc.html @@ -3,8 +3,8 @@

{% trans "Instance VNC Console" %}

{% if vnc_url %}

{% blocktrans %}If VNC console is not responding to keyboard input: click the grey status bar below.{% endblocktrans %} {% trans "Click here to show only VNC" %}

- + {% else %}

{% blocktrans %}VNC console is currently unavailabe. Please try again later.{% endblocktrans %} {% trans "Reload" %}

-{% endif %} \ No newline at end of file +{% endif %}