Skip to content

Commit

Permalink
Fixing the scrollbars on the VNC window.
Browse files Browse the repository at this point in the history
Change-Id: I80d3cab26d5ca0dc054fbeee1b51ab0cd9027e6a
  • Loading branch information
John Postlethwait committed Jun 28, 2012
1 parent 6682a27 commit 42e6dec
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,8 +3,8 @@
<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 %} <a href="{{ vnc_url }}">{% trans "Click here to show only VNC" %}</a></p>
<iframe src="{{ vnc_url }}" width="720" height="430"></iframe>
<iframe src="{{ vnc_url }}" width="728" height="436"></iframe>
{% else %}
<p class='alert alert-error'>{% blocktrans %}VNC console is currently unavailabe. Please try again later.{% endblocktrans %}
<a class='btn btn-mini' href="{% url horizon:nova:instances_and_volumes:instances:detail instance_id %}">{% trans "Reload" %}</a></p>
{% endif %}
{% endif %}

0 comments on commit 42e6dec

Please sign in to comment.