mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-08 05:14:36 +00:00
Add all settings to appsettings page & Convert settings choices
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<dt class="col-3">{% trans "Version" %}</dt>
|
||||
<dd class="col-9">
|
||||
<span class="badge bg-secondary text-light">{% trans 'Qemu' %} </span>
|
||||
<span class="badge bg-primary text-light">{{ version }}</span>
|
||||
<span class="badge bg-primary text-light">{{ version }}</span>
|
||||
<span class="badge bg-secondary text-light">{% trans 'Libvirt' %} </span>
|
||||
<span class="badge bg-primary text-light">{{ lib_version }}</span>
|
||||
</dd>
|
||||
@@ -115,6 +115,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% block script %}
|
||||
<script src="{% static "js/Chart.bundle.min.js" %}"></script>
|
||||
|
||||
Reference in New Issue
Block a user