]> git.proxmox.com Git - pve-manager.git/commitdiff
fix display of lxc console button text
authorEmmanuel Kasper <e.kasper@proxmox.com>
Wed, 9 Mar 2016 14:57:14 +0000 (15:57 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 9 Mar 2016 17:02:09 +0000 (18:02 +0100)
same reasoning as

f799361886b20c260d75517112f39be748831345
do not use applyIf when adding items in initComponent()

www/manager6/button/ConsoleButton.js

index cba4984a38811e40565965bbf87cb470038fd98f..f2513a1594bae3b7061bb85bb9138c3067b95a1a 100644 (file)
@@ -42,7 +42,7 @@ Ext.define('PVE.button.ConsoleButton', {
            }
        });
 
-       Ext.applyIf(me, { text: gettext('Console') });
+       Ext.apply(me, { text: gettext('Console') });
 
        Ext.apply(me, {
            handler: function() {