Show tempmon readings when viewing client or probe
also make the probes list more helpful when viewing client
This commit is contained in:
parent
7650064b64
commit
29e023096b
5 changed files with 140 additions and 32 deletions
|
@ -40,18 +40,6 @@
|
|||
display: inline;
|
||||
}
|
||||
|
||||
.batch-helper {
|
||||
border: 1px solid black;
|
||||
float: right;
|
||||
margin-top: 1em;
|
||||
padding: 1em;
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
.batch-helper-content {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
</style>
|
||||
</%def>
|
||||
|
||||
|
@ -92,9 +80,9 @@
|
|||
</ul>
|
||||
|
||||
% if status_breakdown is not Undefined:
|
||||
<div class="batch-helper">
|
||||
<div class="object-helper">
|
||||
<h3>Row Status Breakdown</h3>
|
||||
<div class="batch-helper-content">
|
||||
<div class="object-helper-content">
|
||||
% if status_breakdown:
|
||||
<div class="grid full">
|
||||
<table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue