]> git.proxmox.com Git - pve-manager.git/commitdiff
ext5migrate: enable striped row, it now works with ExtJS5
authorEmmanuel Kasper <e.kasper@proxmox.com>
Tue, 18 Aug 2015 12:43:32 +0000 (14:43 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 18 Aug 2015 14:42:58 +0000 (16:42 +0200)
www/manager5/dc/Log.js
www/manager5/dc/Tasks.js

index 75eccb082a0606f60b00e1956ee276f435bcaf34..385823bbc46f046fa29004c278918f6ff1c2fd13 100644 (file)
@@ -30,7 +30,7 @@ Ext.define('PVE.dc.Log', {
 
            viewConfig: {
                trackOver: false,
-               stripeRows: false, // does not work with getRowClass()
+               stripeRows: true,
  
                getRowClass: function(record, index) {
                    var pri = record.get('pri');
index 12bb902fd54482ea0613d7a933ad52118079df2b..58d09a5f24381be246d4316935ea56fd9777c0fb 100644 (file)
@@ -55,7 +55,7 @@ Ext.define('PVE.dc.Tasks', {
 
            viewConfig: {
                trackOver: false,
-               stripeRows: false, // does not work with getRowClass()
+               stripeRows: true, // does not work with getRowClass()
  
                getRowClass: function(record, index) {
                    var status = record.get('status');