]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: add beta text with link to bugtracker
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 07:49:23 +0000 (09:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 07:50:09 +0000 (09:50 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/Workspace.js

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