mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-05 10:31:31 +00:00
add xtype to noteview so we can use it declaratively
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
5da98a059e
commit
ade55c154f
@ -1,5 +1,6 @@
|
|||||||
Ext.define('PVE.panel.NotesView', {
|
Ext.define('PVE.panel.NotesView', {
|
||||||
extend: 'Ext.panel.Panel',
|
extend: 'Ext.panel.Panel',
|
||||||
|
xtype: 'pveNotesView',
|
||||||
|
|
||||||
title: gettext("Notes"),
|
title: gettext("Notes"),
|
||||||
bodyStyle: 'white-space:pre',
|
bodyStyle: 'white-space:pre',
|
||||||
|
Loading…
Reference in New Issue
Block a user