From 8132399c29a07b783d2b24ccd80da7676460dbf3 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 27 Feb 2024 11:26:24 -0800 Subject: Reformat files with new linter All changes should be whitespace, and were done using npm run-script lint. Change-Id: I943c6b435c5c872841af5affc1e89910468b5ca6 Signed-off-by: Ed Tanous --- src/views/Operations/Kvm/KvmConsole.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/views/Operations/Kvm') diff --git a/src/views/Operations/Kvm/KvmConsole.vue b/src/views/Operations/Kvm/KvmConsole.vue index 8483c4f3..62dd47ad 100644 --- a/src/views/Operations/Kvm/KvmConsole.vue +++ b/src/views/Operations/Kvm/KvmConsole.vue @@ -112,7 +112,7 @@ export default { this.rfb = new RFB( this.$refs.panel, `wss://${window.location.host}/kvm/0`, - { wsProtocols: [token] } + { wsProtocols: [token] }, ); this.rfb.scaleViewport = true; @@ -166,7 +166,7 @@ export default { this.$eventBus.$consoleWindow = window.open( '#/console/kvm', 'kvmConsoleWindow', - 'directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=700,height=550' + 'directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=700,height=550', ); }, }, -- cgit v1.2.3