Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
23d4e4ad
Commit
23d4e4ad
authored
May 13, 2003
by
Mac Newbold
Browse files
Fix the message below the expt table per Mike's nit about formatting.
parent
d6b4abd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showstuff.php3
View file @
23d4e4ad
...
...
@@ -767,7 +767,7 @@ function SHOWEXPLIST($type,$id) {
echo
"<tr>
$pidrow
<th>EID</th>
<th>State</th>
<th align=center>Nodes</th>
<th align=center>Nodes
*
</th>
<th align=center>Hours Idle</th>
<th>Description</th>
</tr>
\n
"
;
...
...
@@ -804,9 +804,12 @@ function SHOWEXPLIST($type,$id) {
</tr>
\n
"
;
}
echo
"</table>
\n
"
;
echo
"<font size=-1 color=blue>Node counts in blue show a rough
\n
"
.
"estimate of the minimum number of nodes required to swap in.
\n
"
.
"It does not account for node types, etc.</font>
\n
"
;
echo
"<center><font size=-1><b>*</b> Node counts in
\n
"
.
"<font color=blue><b>blue</b></font>
\n
"
.
"show a rough estimate of the minimum number of
\n
"
.
"nodes required to swap in.
\n
"
.
"<br>They account for delay nodes, but not for node
\n
"
.
"types, etc.</font></center>
\n
"
;
}
}
...
...
Write
Preview
Supports
Markdown
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