mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 13:39:58 -06:00
Open log window with dynamic size
This commit is contained in:
@@ -17,6 +17,6 @@ Code="e936"
|
||||
?>
|
||||
<script>
|
||||
function LogButton() {
|
||||
openTerminal('syslog','syslog','',600,900);
|
||||
openTerminal('syslog','syslog','',screen.availHeight/2,screen.availWidth/2);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user