Revision a0839230 snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_vms_base_view.js

b/snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_vms_base_view.js
424 424

  
425 425
            vm.call("console", function(console_data) {
426 426
                var url = vm.get_console_url(console_data);
427
                snf.util.open_window(url, "VM_" + vm.get("id") + "_CONSOLE", {});
427
                snf.util.open_window(url, "VM_" + vm.get("id") + "_CONSOLE", {'scrollbars': 1, 'fullscreen': 0});
428 428
            }, undefined, {async: use_async});
429 429
        }
430 430

  

Also available in: Unified diff