Commit 555cac33 by Bence Dányi

webui: fix tooltips

parent 94285667
......@@ -110,6 +110,7 @@
<div class="contentblock" id="ports">
<h2>
<div class="boxhelp">
<div class="help">
<div class="icon">
<img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" />
</div>
......@@ -125,6 +126,7 @@
{% endblocktrans %}</p>
</div>
</div>
</div>
{% trans "Port administration" %}</h2>
<div class="content">
<form action="{% url one.views.vm_port_add i.id %}" method="post">
......
......@@ -8,6 +8,7 @@
<td>
<div class="boxhelp">
<div class="help">
<div class="icon">
<img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" />
</div>
......@@ -31,6 +32,7 @@
{% endif %}
</div>
</div>
</div>
{{i.template.access_type|upper}}
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment