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
71363091
Commit
71363091
authored
Dec 03, 2001
by
Leigh B. Stoller
Browse files
Add visualization to the experiment menu now that it works, more or
less.
parent
2fbf56c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showexp.php3
View file @
71363091
...
...
@@ -68,6 +68,8 @@ echo " <tr><td align=center><b>Experiment Options</b></td></tr>\n";
echo
" <tr></tr>
\n
"
;
WRITESIDEBARSUBBUTTON
(
"View NS File and Node Assignment"
,
"shownsfile.php3?pid=
$exp_pid
&eid=
$exp_eid
"
);
WRITESIDEBARSUBBUTTON
(
"Graphic Visualization of Topology"
,
"vistopology.php3?pid=
$exp_pid
&eid=
$exp_eid
"
);
WRITESIDEBARSUBBUTTON
(
"Terminate this experiment"
,
"endexp.php3?pid=
$exp_pid
&eid=
$exp_eid
"
);
...
...
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