We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b90c9b commit 45ef0dbCopy full SHA for 45ef0db
pgmanage/app/static/assets/js/pgmanage_frontend/src/components/ConsoleTab.vue
@@ -351,7 +351,7 @@ export default {
351
}
352
},
353
clearConsole() {
354
- this.terminal.write("\x1b[H\x1b[2J");
+ this.terminal.clear();
355
this.terminal.write(this.consoleHelp);
356
357
indentSQL() {
@@ -360,7 +360,7 @@ export default {
360
cancelConsoleTab() {
361
clearInterval(this.queryInterval);
362
this.queryInterval = null;
363
-
+
364
this.readOnlyEditor = false;
365
366
this.consoleState = requestState.Idle;
0 commit comments