projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixing VNC client height and turning off "service is being changed" message
[invirt/packages/invirt-web.git]
/
templates
/
vnc.tmpl
diff --git
a/templates/vnc.tmpl
b/templates/vnc.tmpl
index
53de616
..
0feb4ff
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"
#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="100%">
+ WIDTH="100%" HEIGHT="2048">
<PARAM NAME="PASSWORD" VALUE="moocow">
<PARAM NAME="PORT" VALUE="10003">
<PARAM NAME="HOST" VALUE="$hostname">
<PARAM NAME="PASSWORD" VALUE="moocow">
<PARAM NAME="PORT" VALUE="10003">
<PARAM NAME="HOST" VALUE="$hostname">