Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pony
rework_ui
Commits
70d1a52cd096
Commit
e6cbe97c
authored
Jun 17, 2019
by
Aurélien Campéas
Browse files
show cpu percents
The captured output exhibits a harmless bug in the scrub helper.
parent
a191efd6d02e
Changes
3
Hide whitespace changes
Inline
Side-by-side
rework_ui/blueprint.py
View file @
70d1a52c
...
...
@@ -290,7 +290,7 @@ def reworkui(engine,
r
.
td
(
'{}@{}'
.
format
(
pid
,
host
))
r
.
td
(
domain
)
r
.
td
(
str
(
mem
))
r
.
td
(
str
(
cpu
))
r
.
td
(
str
(
cpu
/
100.
))
r
.
td
(
debugport
and
str
(
debugport
)
or
''
)
if
started
:
started
=
started
.
astimezone
(
TZ
).
strftime
(
'%Y-%m-%d %H:%M:%S%z'
)
...
...
tests/data/monitors-table-1-task.html
View file @
70d1a52c
...
...
@@ -32,7 +32,7 @@
<td><x>
@
<x>
.
<x>
.
<x>
.
<x></x></x></x></x></x></td>
<td>
default
</td>
<td><x></x></td>
<td><x></x></td>
<td><x>
.
<x></x>
</x></td>
<td></td>
<td><x>
-
<x>
-
<x>
<x>
:
<x>
:
<x>
+
<x></x></x></x></x></x></x></x></td>
<td>
...
...
tests/data/monitors-table.html
View file @
70d1a52c
...
...
@@ -32,7 +32,7 @@
<td><x>
@
<x>
.
<x>
.
<x>
.
<x></x></x></x></x></x></td>
<td>
default
</td>
<td><x></x></td>
<td><x></x></td>
<td><x>
.
<x></x>
</x></td>
<td></td>
<td><x>
-
<x>
-
<x>
<x>
:
<x>
:
<x>
+
<x></x></x></x></x></x></x></x></td>
<td>
...
...
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