Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
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
df043d71
authored
Feb 13, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: verbose markup removed
parent
82809985
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
one/templates/box-filelist.html
+0
-2
one/templates/box-vmlist.html
+5
-7
No files found.
one/templates/box-filelist.html
View file @
df043d71
...
...
@@ -3,7 +3,6 @@
<div
class=
"boxes"
>
<div
class=
"contentblock"
>
<h2>
{% trans "Data store" %}
</h2>
<div
class=
"content"
>
<ul
class=
"file-list"
>
<li
class=
"wm small"
id=
"current-location"
>
<div
class=
"summary"
>
...
...
@@ -133,5 +132,4 @@
</li>
</ul>
</div>
</div>
</div>
one/templates/box-vmlist.html
View file @
df043d71
...
...
@@ -4,8 +4,6 @@
{% for i in instances %}
<li
class=
"wm {% if id == i.id %}opened{% endif %}"
>
<div
class=
"summary {% if id == i.id %}selected-summary{% endif %} {% if i.template.state == "
NEW
"
%}
unfinished
{%
endif
%}"
>
<!--<div class="id"></div>
-->
<div
class=
"name {% if i.state == 'ACTIVE' %}wm-on{% else %}wm-off{% endif %}"
>
{{i.name|truncatechars:20}}
</div>
<div
class=
"status"
>
{{i.state}}
</div>
<div
class=
"actions"
>
...
...
@@ -17,7 +15,7 @@
</a>
<a
href=
"#"
class=
"stop-vm-button"
data-name=
"{{ i.name}}"
data-id=
"{{ i.id }}"
title=
"{% trans "
Pause
"
%}"
>
<img
src=
"/static/icons/control-pause.png"
alt=
"{% trans "
Pause
"
%}"
/>
</span
>
</a
>
<a
href=
"#"
class=
"delete-vm-button"
data-name=
"{{ i.name}}"
data-id=
"{{ i.id }}"
title=
"{% trans "
Delete
"
%}"
>
<img
src=
"/static/icons/minus-circle.png"
alt=
"{% trans "
Delete
"
%}"
/>
</a>
...
...
@@ -30,7 +28,7 @@
{% elif i.state == 'STOPPED' %}
<a
href=
"#"
class=
"resume-vm-button"
data-name=
"{{ i.name}}"
data-id=
"{{ i.id }}"
title=
"{% trans "
Resume
"
%}"
>
<img
src=
"/static/icons/control.png"
alt=
"{% trans "
Resume
"
%}"
/>
</span
>
</a
>
<a
href=
"#"
class=
"delete-vm-button"
data-name=
"{{ i.name}}"
data-id=
"{{ i.id }}"
title=
"{% trans "
Delete
"
%}"
>
<img
src=
"/static/icons/minus-circle.png"
alt=
"{% trans "
Delete
"
%}"
/>
</a>
...
...
@@ -41,8 +39,8 @@
{% endif %}
</div>
<div
class=
"clear"
></div>
</div>
<div
class=
"details"
>
</div>
<div
class=
"details"
>
<div
class=
"details-container"
>
<ul>
<li
class=
"name"
>
...
...
@@ -111,7 +109,7 @@
</li>
</ul>
</div>
</div>
</div>
</li>
{% endfor %}
{% else %}
...
...
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