[pmg-devel] [PATCH pmg-gui] add beta text with link to bugzilla
Stoiko Ivanov
s.ivanov at proxmox.com
Mon Aug 12 14:19:26 CEST 2019
for the upcoming BETA test-phase
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
inspired/taken from the commit from pve-manager for the public beta
js/MainView.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/js/MainView.js b/js/MainView.js
index 1bcd835..12b85a2 100644
--- a/js/MainView.js
+++ b/js/MainView.js
@@ -166,6 +166,11 @@ Ext.define('PMG.MainView', {
{
xtype: 'versioninfo'
},
+ {
+ padding: 3,
+ xtype: 'box',
+ html: '<a href="https://bugzilla.proxmox.com" target="_blank">BETA</a>'
+ },
{
flex: 1
},
--
2.20.1
More information about the pmg-devel
mailing list