Commit 114111a0 by Dányi Bence

webui: update file structure

parent 61e55523
......@@ -23,7 +23,7 @@
</li>
<!-- ko foreach: {data:files,afterAdd:fadeIn,beforeRemove:fadeOutFile} -->
<li class="entry real">
{% include "box/entry-file.html" %}
{% include "box/file/entry.html" %}
</li>
<!-- /ko -->
</ul>
......
......@@ -10,7 +10,7 @@
{% block content %}
<ul class="vm-list entry-list">
{% for t in mytemplates %}
{% include "box/entry-template.html" %}
{% include "box/template/entry.html" %}
{% endfor %}
{% if not mytemplates and not group %}
......
......@@ -9,7 +9,7 @@
{% endblock content %}
{% block summary %}
{% include "box/summary-vm.html" %}
{% include "box/template/summary.html" %}
{% endblock summary %}
{% block details %}
......
......@@ -11,7 +11,7 @@
<ul class="vm-list entry-list">
{% if instances %}
{% for vm in instances %}
{% include "box/entry-vm.html" %}
{% include "box/vm/entry.html" %}
{% endfor %}
{% else %}
<div class="tooltip">
......
......@@ -9,7 +9,7 @@
{% endblock content %}
{% block summary %}
{% include "box/summary-vm.html" %}
{% include "box/vm/summary.html" %}
{% endblock summary %}
{% block details %}
......
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