Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
ea2991d3
Commit
ea2991d3
authored
Jul 26, 2004
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add max_concurrent to listing when not zero.
parent
d05f2d81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
www/showstuff.php3
www/showstuff.php3
+8
-0
No files found.
www/showstuff.php3
View file @
ea2991d3
...
...
@@ -1163,6 +1163,7 @@ function SHOWOSINFO($osid) {
$created
=
$osrow
[
created
];
$mustclean
=
$osrow
[
mustclean
];
$nextosid
=
$osrow
[
nextosid
];
$max_concurrent
=
$osrow
[
max_concurrent
];
if
(
!
$os_description
)
$os_description
=
" "
;
...
...
@@ -1241,6 +1242,13 @@ function SHOWOSINFO($osid) {
<td class=
\"
left
\"
>
$os_op_mode
</td>
</tr>
\n
"
;
if
(
isset
(
$max_concurrent
)
and
$max_concurrent
>
0
)
{
echo
"<tr>
<td>Max Concurrent Usage: </td>
<td class=
\"
left
\"
>
$max_concurrent
</td>
</tr>
\n
"
;
}
echo
"<tr>
<td>Shared?: </td>
<td class=left>
\n
"
;
...
...
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