Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
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
43922956
authored
Feb 10, 2013
by
tarokkk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: Opened VM in vm-list removed stats from show.html
parent
53aac5bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
13 deletions
+2
-13
one/templates/box-vmlist.html
+2
-2
one/templates/show.html
+0
-11
No files found.
one/templates/box-vmlist.html
View file @
43922956
...
...
@@ -2,7 +2,7 @@
{% get_current_language as LANGUAGE_CODE %}
{% if instances %}
{% for i in instances %}
<li
class=
"wm"
>
<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 %}"
>
...
...
@@ -45,7 +45,7 @@
</div>
<div
class=
"clear"
></div>
</div>
<div
class=
"details"
>
<div
class=
"details"
{%
if
id =
=
i
.
id
%}
style=
"display: block;"
{%
endif
%}
>
<div
class=
"details-container"
>
<ul>
<li
class=
"name"
>
{% trans "Hostname" %}:
<span
class=
"value"
>
{{i.name}}
</span><div
class=
"clear"
></div></li>
...
...
one/templates/show.html
View file @
43922956
...
...
@@ -77,17 +77,6 @@
</p>
{% endif %}
</div>
<div
class=
"details"
style=
"display: block;"
>
<div
class=
"details-container"
>
<ul>
<li
class=
"name"
>
{% trans "Hostname" %}:
<span
class=
"value"
>
{{i.name}}
</span></li>
<li
class=
"os-linux"
>
{% trans "System" %}:
<span
class=
"value"
>
{{i.template.disk.name}}
</span></li>
<li
class=
"type"
>
{% trans "Size" %}:
<span
class=
"value"
>
{{i.template.instance_type.name}}
</span></li>
<li
class=
"date"
>
{% trans "Created at" %}:
<span
class=
"value"
>
{{i.created_at}}
</span></li>
<li
class=
"date"
>
{% trans "Expiration" %}:
<span
class=
"value"
><abbr
title=
"1 nap, 5 óra, 34 perc"
>
1 nap
</abbr></span></li>
</ul>
</div>
</div>
</div>
<div
class=
"contentblock"
id=
"vm-credentials"
>
<h2>
{% trans "Login credentials" %}
</h2>
...
...
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