[pve-devel] [PATCH manager 2/3] ui/vnc: whitespace cleanup
Stefan Reiter
s.reiter at proxmox.com
Wed Dec 18 13:19:49 CET 2019
and formatting
Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---
www/manager6/VNCConsole.js | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/www/manager6/VNCConsole.js b/www/manager6/VNCConsole.js
index 33b82846..758b6839 100644
--- a/www/manager6/VNCConsole.js
+++ b/www/manager6/VNCConsole.js
@@ -3,21 +3,16 @@ Ext.define('PVE.noVncConsole', {
alias: 'widget.pveNoVncConsole',
nodename: undefined,
-
vmid: undefined,
-
cmd: undefined,
consoleType: undefined, // lxc, kvm, shell, cmd
-
- layout: 'fit',
-
xtermjs: false,
+ layout: 'fit',
border: false,
-
- initComponent : function() {
+ initComponent: function() {
var me = this;
if (!me.nodename) {
--
2.20.1
More information about the pve-devel
mailing list