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
50b44eb6
authored
Apr 22, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: fix basetemplate details
parent
5e60d1dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
30 deletions
+32
-30
one/templates/box/template/box.html
+32
-30
No files found.
one/templates/box/template/box.html
View file @
50b44eb6
...
...
@@ -104,36 +104,38 @@
{% endif %}
</div>
<div
class=
"details"
>
<ul>
<li
class=
"name"
>
{% trans "System" %}:
<span
class=
"value"
>
{{t.system}}
</span>
<div
class=
"clear"
></div>
</li>
<li
class=
"type"
>
{% trans "Size" %}:
<span
class=
"value"
>
{{t.instance_type}}:
<span
class=
"cpu"
>
{{t.instance_type.CPU}}
</span>
<span
class=
"memory"
>
{{t.instance_type.RAM}}
</span>
<span
class=
"credit"
>
{{t.instance_type.credit}}
</span>
</span>
</li>
<li
class=
"description"
>
{% trans "Description" %}:
<span
class=
"value"
>
{{t.description}}
</span>
<div
class=
"clear"
></div>
</li>
<li
class=
"date"
>
{% trans "Created at" %}:
<span
class=
"value"
>
{{t.created_at}} ({{t.owner.get_profile}})
</span>
<div
class=
"clear"
></div>
</li>
<li
class=
"count"
>
{% trans "Running instances" %}:
<span
class=
"value"
>
{{t.running_instances}}
</span>
</li>
</ul>
<div
class=
"details-container"
>
<ul>
<li
class=
"name"
>
{% trans "System" %}:
<span
class=
"value"
>
{{t.system}}
</span>
<div
class=
"clear"
></div>
</li>
<li
class=
"type"
>
{% trans "Size" %}:
<span
class=
"value"
>
{{t.instance_type}}:
<span
class=
"cpu"
>
{{t.instance_type.CPU}}
</span>
<span
class=
"memory"
>
{{t.instance_type.RAM}}
</span>
<span
class=
"credit"
>
{{t.instance_type.credit}}
</span>
</span>
</li>
<li
class=
"description"
>
{% trans "Description" %}:
<span
class=
"value"
>
{{t.description}}
</span>
<div
class=
"clear"
></div>
</li>
<li
class=
"date"
>
{% trans "Created at" %}:
<span
class=
"value"
>
{{t.created_at}} ({{t.owner.get_profile}})
</span>
<div
class=
"clear"
></div>
</li>
<li
class=
"count"
>
{% trans "Running instances" %}:
<span
class=
"value"
>
{{t.running_instances}}
</span>
</li>
</ul>
</div>
</div>
</li>
{% endfor %}
...
...
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