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
3c04b342
Commit
3c04b342
authored
Dec 16, 2013
by
Leigh B Stoller
Browse files
virtnodes can have consoles now.
parent
d86bfeec
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showstuff.php3
View file @
3c04b342
...
...
@@ -340,25 +340,22 @@ function SHOWNODES($pid, $eid, $sortby, $showclass) {
<img src=
\"
ssh.gif
\"
alt=s></a>
</td>
\n
"
;
if
(
$isvirtnode
||
!
isset
(
$tipname
)
||
$tipname
=
''
)
{
if
(
!
isset
(
$tipname
)
||
$tipname
=
=
''
)
{
echo
" <td> </td>
\n
"
;
if
(
$isvirtnode
)
{
echo
" <td align=center>
<a href='bootlog.php3?node_id=
$node_id
'>
<img src=
\"
/icons/f.gif
\"
alt='boot log'></a>
</td>
\n
"
;
}
else
{
echo
" <td> </td>
\n
"
;
}
}
else
{
echo
" <td align=center>
<a href='nodetipacl.php3?node_id=
$node_id
'>
<img src=
\"
console.gif
\"
alt=c></a>
</td>
\n
"
;
}
if
(
$isvirtnode
)
{
echo
" <td align=center>
<a href='bootlog.php3?node_id=
$node_id
'>
<img src=
\"
/icons/f.gif
\"
alt='boot log'></a>
</td>
\n
"
;
}
else
{
echo
" <td align=center>
<a href='showconlog.php3?node_id=
$node_id
"
.
"&linecount=200'>
...
...
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