Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
71c8153e
Commit
71c8153e
authored
Jul 22, 2008
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whoops, dev tree url.
parent
0cd7e2dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
www/rusage_viz.php
www/rusage_viz.php
+3
-1
No files found.
www/rusage_viz.php
View file @
71c8153e
...
...
@@ -205,6 +205,8 @@ else {
echo
"var currentColor =
\"
$defColorField
\"
;
\n
"
;
}
echo
"var TBBASE =
\"
$TBBASE
\"
;"
;
echo
"</script>
\n\n
"
;
#
...
...
@@ -588,7 +590,7 @@ function refresh(rresource) {
var
pargs
=
"
uid=
"
+
tbuid
+
"
&auth=
"
+
tbauth
;
pargs
+=
"
&getdata=1&resource=
"
+
rresource
;
var
req
=
new
Request
({
url
:
"
https://www.emulab.net/dev/johnsond
/rusage_viz.php
"
,
method
:
'
get
'
,
autoCancel
:
true
,
async
:
true
});
var
req
=
new
Request
({
url
:
TBBASE
+
"
/rusage_viz.php
"
,
method
:
'
get
'
,
autoCancel
:
true
,
async
:
true
});
req
.
onSuccess
=
update
;
req
.
send
(
pargs
);
}
...
...
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