Add missing system info
This commit is contained in:
parent
e3a21e6cbd
commit
dab7e3b8b6
@ -988,6 +988,19 @@ Ext.define('PVE.node.StatusView', {
|
|||||||
textField: 'pveModVersion',
|
textField: 'pveModVersion',
|
||||||
value: '',
|
value: '',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
itemId: 'sysinfo',
|
||||||
|
colspan: 2,
|
||||||
|
printBar: false,
|
||||||
|
title: gettext('Information'),
|
||||||
|
textField: 'systemInfo',
|
||||||
|
renderer: function(value) {
|
||||||
|
if (value === null || value === undefined) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
updateTitle: function () {
|
updateTitle: function () {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user