Revision 7e51c3db

b/ui/static/synnefo.js
832 832
                        'width=' + screen.width + ',' +
833 833
                        'fullscreen=yes';
834 834

  
835
    window.open('/machines/console' + params_url, 'formresult' + serverID, params_window);
835
    window.open('machines/console' + params_url, 'formresult' + serverID, params_window);
836 836

  
837 837
    // Restore os icon in list view
838 838
    osIcon = $('#'+serverID).parent().parent().find('.list-logo');
b/ui/templates/machines_console.html
2 2

  
3 3
<html>
4 4
    <head>
5
        <link rel="stylesheet" type="text/css" href="static/main.css"/>
5
        <link rel="stylesheet" type="text/css" href="/static/main.css"/>
6 6
        <title>{% trans "Console" %}</title>
7 7
    </head>
8 8
    <body>
......
18 18
        <div id='console-header'>
19 19
            <div class="console-header-logo">
20 20
                <a href="/">
21
                    <img src="static/okeanos_console.png" alt="okeanos console"/>
21
                    <img src="/static/okeanos_console.png" alt="okeanos console"/>
22 22
                </a>
23 23
            </div>
24 24
        </div>
25 25
        <div class="console-container">
26
            <applet code="VncViewer.class" archive="static/vncviewer/VncViewer.jar">
26
            <applet code="VncViewer.class" archive="/static/vncviewer/VncViewer.jar">
27 27
                <param name="HOST" value="{{host}}"></param>
28 28
                <param name="PORT" value="{{port}}"></param>
29 29
                <param name="PASSWORD" value="{{password}}"></param>

Also available in: Unified diff