Revision 46990631 ui/templates/machines_console.html

b/ui/templates/machines_console.html
61 61
            <div class="help-text">{% trans "This is a slow connection meant only for troubleshooting. For an optimal experience use the machine's Connect button on the main panel." %}</div>
62 62
        </div>
63 63
        <div class="console-container">
64
            <applet code="VncViewer.class" archive="{{ SYNNEFO_MEDIA_URL }}vncviewer/VncViewer.jar">
64
            <applet code="VncViewer.class" archive="{{ UI_MEDIA_URL }}extra/vncviewer/VncViewer.jar">
65 65
                <param name="HOST" value="{{host}}"></param>
66 66
                <param name="PORT" value="{{port}}"></param>
67 67
                <param name="PASSWORD" value="{{password}}"></param>

Also available in: Unified diff