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
c1a38cb7
Commit
c1a38cb7
authored
Nov 30, 2005
by
Timothy Stack
Browse files
add robot type to the list when deciding whether to show robot menu
items.
parent
272c350b
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showexp.php3
View file @
c1a38cb7
...
...
@@ -240,7 +240,7 @@ if ($wireless) {
WRITESUBMENUBUTTON
(
"Show History"
,
"showstats.php3?showby=expt&which=
$expindex
"
);
if
(
$types
[
'garcia'
]
||
$types
[
'static-mica2'
])
{
if
(
$types
[
'garcia'
]
||
$types
[
'static-mica2'
]
||
$types
[
'robot'
]
)
{
SUBMENUSECTION
(
"Robot/Mote Options"
);
WRITESUBMENUBUTTON
(
"Robot/Mote Map"
,
"robotmap.php3"
.
...
...
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