Revision f2d1f663 ui/templates/machine_console.html

b/ui/templates/machine_console.html
4 4
</title>
5 5
</head>
6 6
<body>
7
<APPLET CODE="/static/vncviewer/VncViewer.class" ARCHIVE="/static/vncviewer/VncViewer.jar" WIDTH=800 HEIGHT=600>
7
<APPLET CODE="/static/vncviewer/VncViewer.class" ARCHIVE="/static/vncviewer/VncViewer.jar" WIDTH={{console_width}} HEIGHT={{console_height}}>
8 8
<PARAM NAME="HOST" VALUE="{{host}}">
9 9
<PARAM NAME="PORT" VALUE="{{port}}">
10 10
<PARAM NAME="PASSWORD" VALUE="{{password}}">

Also available in: Unified diff