projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c105b
)
450 pixels is too short. Making it not hard-coded would be nice, though.
author
Eric Price
<ecprice@mit.edu>
Fri, 28 Mar 2008 23:14:35 +0000
(19:14 -0400)
committer
Eric Price
<ecprice@mit.edu>
Fri, 28 Mar 2008 23:14:35 +0000
(19:14 -0400)
svn path=/trunk/web/; revision=285
templates/vnc.tmpl
patch
|
blob
|
history
diff --git
a/templates/vnc.tmpl
b/templates/vnc.tmpl
index
d9fa88a
..
a0b8b01
100644
(file)
--- a/
templates/vnc.tmpl
+++ b/
templates/vnc.tmpl
@@
-14,7
+14,7
@@
Console to $machine.name
#end if
<p>Here is a console to ${machine.name}.</p>
<APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
- WIDTH="100%" HEIGHT="450">
+ WIDTH="100%" HEIGHT="1000">
<PARAM NAME="PASSWORD" VALUE="moocow">
<PARAM NAME="PORT" VALUE="10003">
<PARAM NAME="HOST" VALUE="$hostname">