ui: add beta text with link to bugtracker

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-06 09:49:23 +02:00
parent 06c3062a7e
commit 44f9ab364d

View File

@ -335,6 +335,10 @@ Ext.define('PVE.StdWorkspace', {
'line-height': '18px', 'line-height': '18px',
}, },
}, },
{
padding: 5,
html: '<a href="https://bugzilla.proxmox.com" target="_blank">BETA</a>',
},
{ {
xtype: 'pveGlobalSearchField', xtype: 'pveGlobalSearchField',
tree: rtree, tree: rtree,