Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-boot-admin
Commits
d35a01b0
Commit
d35a01b0
authored
Feb 02, 2015
by
Johannes Stelzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Systemload average isn't a percentage value - no progressbar
parent
31e46fb3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
details.html
spring-boot-admin-server-ui/app/views/apps/details.html
+2
-8
No files found.
spring-boot-admin-server-ui/app/views/apps/details.html
View file @
d35a01b0
...
...
@@ -90,14 +90,8 @@
<thead><tr><th>
JVM
</th><th><small
class=
"pull-right"
><a
href=
"{{ application.url }}/metrics"
>
raw JSON
</a></small></th></tr></thead>
<tbody>
<tr
ng-if=
"metrics['systemload.average'] != null && metrics['systemload.average'] >= 0.0"
>
<td
colspan=
"2"
>
Systemload (last minute average)
<div
class=
"progress"
style=
"margin-bottom: 0px;"
>
<div
class=
"bar"
style=
"width:{{ metrics['systemloadverage'] * 100 | number:2 }}%;"
ng-class=
"{'bar-success': metrics['systemload.average'] < 0.75, 'bar-warning': metrics['systemload.average'] >= 0.75 && metrics['systemload.average'] < 0.95, 'bar-danger': metrics['systemload.average'] >= 0.95}"
>
{{metrics['systemload.average'] * 100 | number:0}}%
</div>
</div>
</td>
<td>
Systemload
</td>
<td>
{{metrics['systemload.average'] | number:2}} (last min.
⌀
runq-sz)
</td>
</tr>
<tr>
<td>
Uptime
</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