Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
0383baff
Commit
0383baff
authored
Sep 27, 2006
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kill the graphing stuff now, until I figure out a better way to use
it.
parent
81c77bee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
www/experimentrun_show.php
www/experimentrun_show.php
+2
-0
www/instance_show.php
www/instance_show.php
+2
-0
No files found.
www/experimentrun_show.php
View file @
0383baff
...
@@ -111,10 +111,12 @@ echo "</script>\n";
...
@@ -111,10 +111,12 @@ echo "</script>\n";
#
#
# Throw up graph stuff.
# Throw up graph stuff.
#
#
if
(
0
)
{
echo
"<center>
\n
"
;
echo
"<center>
\n
"
;
echo
"<br>"
;
echo
"<br>"
;
$instance
->
ShowGraphArea
(
"pps"
,
$runidx
);
$instance
->
ShowGraphArea
(
"pps"
,
$runidx
);
echo
"</center>
\n
"
;
echo
"</center>
\n
"
;
}
#
#
# Standard Testbed Footer
# Standard Testbed Footer
...
...
www/instance_show.php
View file @
0383baff
...
@@ -100,10 +100,12 @@ echo "</script>\n";
...
@@ -100,10 +100,12 @@ echo "</script>\n";
#
#
# Throw up graph stuff.
# Throw up graph stuff.
#
#
if
(
0
)
{
echo
"<center>
\n
"
;
echo
"<center>
\n
"
;
echo
"<br>"
;
echo
"<br>"
;
$instance
->
ShowGraphArea
(
"pps"
);
$instance
->
ShowGraphArea
(
"pps"
);
echo
"</center>
\n
"
;
echo
"</center>
\n
"
;
}
#
#
# Standard Testbed Footer
# Standard Testbed Footer
...
...
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