Commit 114111a0 by Dányi Bence

webui: update file structure

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