Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
114111a0
authored
Feb 14, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: update file structure
parent
61e55523
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
5 additions
and
5 deletions
+5
-5
one/templates/box/base/box.html
+0
-0
one/templates/box/file/box.html
+1
-1
one/templates/box/file/entry.html
+0
-0
one/templates/box/template/box.html
+1
-1
one/templates/box/template/entry.html
+1
-1
one/templates/box/template/summary.html
+0
-0
one/templates/box/vm/box.html
+1
-1
one/templates/box/vm/entry.html
+1
-1
one/templates/box/vm/summary.html
+0
-0
No files found.
one/templates/box/base/b
ase
.html
→
one/templates/box/base/b
ox
.html
View file @
114111a0
File moved
one/templates/box/file/box
-file
.html
→
one/templates/box/file/box.html
View file @
114111a0
...
@@ -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>
...
...
one/templates/box/file/entry
-file
.html
→
one/templates/box/file/entry.html
View file @
114111a0
File moved
one/templates/box/template/box
-template
.html
→
one/templates/box/template/box.html
View file @
114111a0
...
@@ -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 %}
...
...
one/templates/box/template/entry
-template
.html
→
one/templates/box/template/entry.html
View file @
114111a0
...
@@ -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 %}
...
...
one/templates/box/template/summary
-template
.html
→
one/templates/box/template/summary.html
View file @
114111a0
File moved
one/templates/box/vm/box
-vm
.html
→
one/templates/box/vm/box.html
View file @
114111a0
...
@@ -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"
>
...
...
one/templates/box/vm/entry
-vm
.html
→
one/templates/box/vm/entry.html
View file @
114111a0
...
@@ -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 %}
...
...
one/templates/box/vm/summary
-vm
.html
→
one/templates/box/vm/summary.html
View file @
114111a0
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment