Commit 391680e9 by Kálmán Viktor

dashboard: make empty vm list message the correct width

parent ddcf94cb
......@@ -64,7 +64,7 @@
{% endif %}
</tr>
{% empty %}
<tr><td colspan="4">{% trans "You have no virtual machines." %}</td></tr>
<tr><td colspan="5"><strong>{% trans "You have no virtual machines." %}</strong></td></tr>
{% endfor %}
</tbody>
</table>
......
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