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
ed20ed7b
authored
Oct 28, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: reindent node monitor column html
parent
9795bd83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
circle/dashboard/templates/dashboard/node-list/column-monitor.html
+7
-5
No files found.
circle/dashboard/templates/dashboard/node-list/column-monitor.html
View file @
ed20ed7b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
{% load i18n %}
{% load i18n %}
<i
class=
"fa fa-gears"
></i>
{% trans "CPU" %}
<i
class=
"fa fa-gears"
></i>
{% trans "CPU" %}
<div
class=
"progress pull-right"
>
<div
class=
"progress pull-right"
>
<div
class=
"progress-bar progress-bar-success"
role=
"progressbar"
<div
class=
"progress-bar progress-bar-success"
role=
"progressbar"
aria-valuenow=
"{{ record.cpu_usage|stringformat:"
f
"
}}"
aria-valuenow=
"{{ record.cpu_usage|stringformat:"
f
"
}}"
aria-valuemin=
"0"
aria-valuemax=
"1"
aria-valuemin=
"0"
aria-valuemax=
"1"
...
@@ -13,12 +13,14 @@
...
@@ -13,12 +13,14 @@
{% else %}
{% else %}
-
-
{% endif %}
{% endif %}
</span>
</span>
</div>
</div>
</div>
</div>
<br>
<br>
<i
class=
"fa fa-ticket"
></i>
{% trans "Memory" %}
<i
class=
"fa fa-ticket"
></i>
{% trans "Memory" %}
<div
class=
"progress pull-right"
>
<div
class=
"progress pull-right"
>
<div
class=
"progress-bar"
role=
"progressbar"
<div
class=
"progress-bar"
role=
"progressbar"
aria-valuenow=
"{{ record.ram_usage|stringformat:"
f
"
}}"
aria-valuenow=
"{{ record.ram_usage|stringformat:"
f
"
}}"
aria-valuemin=
"0"
aria-valuemax=
"100"
aria-valuemin=
"0"
aria-valuemax=
"100"
...
@@ -31,4 +33,4 @@
...
@@ -31,4 +33,4 @@
{% endif %}
{% endif %}
</span>
</span>
</div>
</div>
</div>
</div>
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