Commit a1cbe832 authored by Dietmar Maurer's avatar Dietmar Maurer

fix jslint type confusion errors

parent 1d88ab8c
......@@ -80,7 +80,7 @@ Ext.define('PVE.node.Summary', {
var statusview = Ext.create('PVE.node.StatusView', {
title: gettext('Status'),
pveSelNode: me.pveSelNode,
style: 'padding-top:0px',
style: { 'padding-top': '0px' },
rstore: rstore
});
......@@ -98,7 +98,7 @@ Ext.define('PVE.node.Summary', {
bodyStyle: 'padding:10px',
defaults: {
width: 800,
style: 'padding-top:10px'
style: { 'padding-top': '10px' }
},
tbar: [version_btn, '->', { xtype: 'pveRRDTypeSelector' } ],
items: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment