1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

add details for local socket

This commit is contained in:
andrem 2016-03-18 15:21:44 -03:00
parent fc56e66555
commit b6350e134e
6 changed files with 24 additions and 4 deletions

View file

@ -45,6 +45,11 @@
{% else %}
<p>{% trans "Not Connected" %}</p>
{% endif %}
{% if compute.details %}
<p>{% trans compute.details %}</p>
{% else %}
<p>{% trans "No details available" %}</p>
{% endif %}
</div>
</div>