frontend: more dark mode fixes
This commit is contained in:
@@ -194,7 +194,7 @@ export default {
|
||||
this.busyRestart = false;
|
||||
},
|
||||
async connect(retry = false) {
|
||||
document.getElementsByClassName('cloudron-layout-body')[0].innerHTML = '';
|
||||
document.getElementsByClassName('pankow-main-layout-body')[0].innerHTML = '';
|
||||
|
||||
let execId;
|
||||
try {
|
||||
@@ -206,7 +206,7 @@ export default {
|
||||
}
|
||||
|
||||
this.terminal = new Terminal();
|
||||
this.terminal.open(document.getElementsByClassName('cloudron-layout-body')[0]);
|
||||
this.terminal.open(document.getElementsByClassName('pankow-main-layout-body')[0]);
|
||||
|
||||
if (retry) this.terminal.writeln('Reconnecting...');
|
||||
else this.terminal.writeln('Connecting...');
|
||||
|
||||
Reference in New Issue
Block a user