Skip to content
GitLab
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
870529fd
Commit
870529fd
authored
Aug 19, 2003
by
Leigh B. Stoller
Browse files
Add console/ssh icons on the exp page to avoid click click click.
parent
a8f98280
Changes
3
Hide whitespace changes
Inline
Side-by-side
www/console.gif
0 → 100644
View file @
870529fd
251 Bytes
www/showstuff.php3
View file @
870529fd
...
...
@@ -988,7 +988,7 @@ function SHOWNODES($pid, $eid) {
# entered the experiment, since it won't match the experiment's
# swapin date.
$nodename
=
"<a href=
\"
$SCRIPT_NAME
?pid=
$pid
&eid=
$eid
&altnodesort=1
\"
>"
.
"
Node
Name</a>"
;
"Name</a>"
;
$vnamefield
=
"vname"
;
if
(
!
strcmp
(
$pid
,
$TBOPSPID
))
{
$nodename
=
"<a href=
\"
$SCRIPT_NAME
?pid=
$pid
&eid=
$eid
&altnodesort=2
\"
>"
.
...
...
@@ -1014,6 +1014,8 @@ function SHOWNODES($pid, $eid) {
<th>Node<br>Status</th>
<th>Hours<br>Idle[<b>1</b>]</th>
<th>Startup<br>Status[<b>2</b>]</th>
<th>Console</th>
<th>SSH</th>
</tr>
\n
"
;
$sort
=
"type,priority"
;
...
...
@@ -1076,8 +1078,15 @@ function SHOWNODES($pid, $eid) {
}
echo
" <td>
$idlestr
</td>
<td align=center>
$startstatus
</td>
</tr>
\n
"
;
<td align=center>
$startstatus
</td>
\n
"
;
echo
" <td align=center>
<A href='nodetipacl.php3?node_id=
$node_id
'>
<img src=
\"
console.gif
\"
alt=c></A></td>
\n
"
;
echo
" <td align=center>
<A href='nodessh.php3?node_id=
$node_id
'>
<img src=
\"
ssh.gif
\"
alt=s></A></td>
\n
"
;
echo
"</tr>
\n
"
;
}
echo
"</table>
\n
"
;
echo
"<h4><blockquote><blockquote><blockquote>
...
...
www/ssh.gif
0 → 100644
View file @
870529fd
246 Bytes
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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