mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-12 09:50:14 +00:00
jslint: remove trailing comma after last objects property
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
parent
af344184a8
commit
c02971cf8c
@ -36,7 +36,7 @@ Ext.define('PVE.button.ConsoleButton', {
|
||||
handler: function(button) {
|
||||
var me = this.up('button');
|
||||
PVE.Utils.openConsoleWindow(button.type, me.consoleType, me.vmid, me.nodename, me.consoleName);
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
xterm: 'menuitem',
|
||||
@ -47,7 +47,7 @@ Ext.define('PVE.button.ConsoleButton', {
|
||||
handler: function(button) {
|
||||
var me = this.up('button');
|
||||
PVE.Utils.openConsoleWindow(button.type, me.consoleType, me.vmid, me.nodename, me.consoleName);
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
text: 'xterm.js',
|
||||
@ -57,7 +57,7 @@ Ext.define('PVE.button.ConsoleButton', {
|
||||
handler: function(button) {
|
||||
var me = this.up('button');
|
||||
PVE.Utils.openConsoleWindow(button.type, me.consoleType, me.vmid, me.nodename, me.consoleName);
|
||||
},
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user