]> git.proxmox.com Git - pve-manager.git/commitdiff
www: storage content view: fix typo in var name
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 15 Jun 2019 09:08:08 +0000 (11:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 15 Jun 2019 09:08:08 +0000 (11:08 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/storage/ContentView.js

index b02b0bfe22250fbe995fce3c4e26fb8e9be472e8..9f867250b760a19b2735c8f1eae18c61c7123933 100644 (file)
@@ -607,7 +607,7 @@ Ext.define('PVE.storage.ContentView', {
 
        // disable the buttons/restrict the upload window
        // if templates or uploads are not allowed
-       me.mon(me.statusStore, 'load', function(s,records,succes) {
+       me.mon(me.statusStore, 'load', function(s, records, success) {
            var availcontent = [];
            Ext.Array.each(records, function(item){
                if (item.id === 'content') {