mirror of
https://github.com/unraid/webgui.git
synced 2026-05-20 05:09:38 -05:00
PHP Fixes and opentab for VM URL
This commit is contained in:
@@ -3,7 +3,7 @@ function displayconsole(url) {
|
||||
}
|
||||
|
||||
function displayWebUI(url) {
|
||||
window.open(url, '', 'scrollbars=yes,resizable=yes');
|
||||
window.open(url, '_blank').focus();
|
||||
}
|
||||
|
||||
function downloadFile(source) {
|
||||
|
||||
Reference in New Issue
Block a user