add xtype to noteview so we can use it declaratively

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2018-02-23 10:31:58 +01:00 committed by Thomas Lamprecht
parent 5da98a059e
commit ade55c154f

View File

@ -1,5 +1,6 @@
Ext.define('PVE.panel.NotesView', {
extend: 'Ext.panel.Panel',
xtype: 'pveNotesView',
title: gettext("Notes"),
bodyStyle: 'white-space:pre',