fix #427: add notes panel to node
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
842a74cd5d
commit
5d917db1c0
@ -125,6 +125,12 @@ Ext.define('PVE.node.Config', {
|
||||
iconCls: 'fa fa-book',
|
||||
itemId: 'summary',
|
||||
xtype: 'pveNodeSummary'
|
||||
},
|
||||
{
|
||||
title: gettext('Notes'),
|
||||
iconCls: 'fa fa-sticky-note-o',
|
||||
itemId: 'notes',
|
||||
xtype: 'pveNotesView'
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user