[pmg-devel] applied: [PATCH pmg-gui] add beta text with link to bugzilla
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Aug 12 16:06:40 CEST 2019
Am 8/12/19 um 2:19 PM schrieb Stoiko Ivanov:
> 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
> },
>
applied, thanks!
More information about the pmg-devel
mailing list