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
3ff49ce9
Commit
3ff49ce9
authored
May 14, 2003
by
Mac Newbold
Browse files
Change blue to green, so min node counts don't look like links...
parent
4230567e
Changes
1
Show whitespace changes
Inline
Side-by-side
www/showstuff.php3
View file @
3ff49ce9
...
...
@@ -785,7 +785,7 @@ function SHOWEXPLIST($type,$id) {
$state
.
=
" (idle)"
;
}
if
(
$nodes
==
0
)
{
$nodes
=
"<font color=
blue
>
$minnodes
</font>"
;
$nodes
=
"<font color=
green
>
$minnodes
</font>"
;
}
if
(
$nopid
)
{
...
...
@@ -805,7 +805,7 @@ function SHOWEXPLIST($type,$id) {
}
echo
"</table>
\n
"
;
echo
"<center><font size=-1><b>*</b> Node counts in
\n
"
.
"<font color=
blue><b>blue
</b></font>
\n
"
.
"<font color=
green><b>green
</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
"
.
...
...
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