]> git.proxmox.com Git - pve-manager.git/commitdiff
add xtype to noteview so we can use it declaratively
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 23 Feb 2018 09:31:58 +0000 (10:31 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Feb 2018 10:01:28 +0000 (11:01 +0100)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/panel/NotesView.js

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