Commit aa3f2c7a by Őry Máté

dashboard: also start console if deeplinked

parent 42866c2b
......@@ -65,4 +65,6 @@ $(function() {
$('#noVNC_status').html("Can't connect to console.");
});
});
if (window.location.hash == "#console")
window.onscriptsload = function(){$('a[href$="console"]').click();};
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment