mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-21 14:40:14 +00:00
fix jslint type confusion errors
This commit is contained in:
parent
c71952bcc3
commit
ab18265d88
@ -80,7 +80,7 @@ Ext.define('PVE.node.Summary', {
|
|||||||
var statusview = Ext.create('PVE.node.StatusView', {
|
var statusview = Ext.create('PVE.node.StatusView', {
|
||||||
title: gettext('Status'),
|
title: gettext('Status'),
|
||||||
pveSelNode: me.pveSelNode,
|
pveSelNode: me.pveSelNode,
|
||||||
style: 'padding-top:0px',
|
style: { 'padding-top': '0px' },
|
||||||
rstore: rstore
|
rstore: rstore
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ Ext.define('PVE.node.Summary', {
|
|||||||
bodyStyle: 'padding:10px',
|
bodyStyle: 'padding:10px',
|
||||||
defaults: {
|
defaults: {
|
||||||
width: 800,
|
width: 800,
|
||||||
style: 'padding-top:10px'
|
style: { 'padding-top': '10px' }
|
||||||
},
|
},
|
||||||
tbar: [version_btn, '->', { xtype: 'pveRRDTypeSelector' } ],
|
tbar: [version_btn, '->', { xtype: 'pveRRDTypeSelector' } ],
|
||||||
items: [
|
items: [
|
||||||
|
Loading…
Reference in New Issue
Block a user