Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
111
Issues
111
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
b197a13c
Commit
b197a13c
authored
Mar 09, 2010
by
Kevin Atkinson
Committed by
Kevin Atkinson
Apr 16, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change height of Visualization tab from 400 to 600.
parent
c522b5be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
www/showexp.php3
www/showexp.php3
+1
-1
www/showproject.php3
www/showproject.php3
+1
-1
No files found.
www/showexp.php3
View file @
b197a13c
...
...
@@ -237,7 +237,7 @@ function Show($which, $arg1, $arg2)
}
elseif
(
$which
==
"uservis"
)
{
ob_start
();
$html
.=
"<iframe src=
\"
$USER_VIS_URL
\"
width=
\"
100%
\"
height=
4
00 id=
\"
vis-iframe
\"
></iframe>"
;
$html
.=
"<iframe src=
\"
$USER_VIS_URL
\"
width=
\"
100%
\"
height=
6
00 id=
\"
vis-iframe
\"
></iframe>"
;
ob_end_clean
();
}
return
$html
;
...
...
www/showproject.php3
View file @
b197a13c
...
...
@@ -112,7 +112,7 @@ if ($PUBSUPPORT) {
$vis_html
=
null
;
$whocares
=
null
;
if
(
CHECKURL
(
"http://
$USERNODE
/proj-vis/
$pid
/"
,
$whocares
))
{
$vis_html
=
"<iframe src=
\"
http://
$USERNODE
/proj-vis/
$pid
/
\"
width=
\"
100%
\"
height=
4
00 id=
\"
vis-iframe
\"
></iframe>"
;
$vis_html
=
"<iframe src=
\"
http://
$USERNODE
/proj-vis/
$pid
/
\"
width=
\"
100%
\"
height=
6
00 id=
\"
vis-iframe
\"
></iframe>"
;
}
#
...
...
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