mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-29 13:51:50 +00:00
make subscription status check compare lower case
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fa94468a0f
commit
57ba4cdcb3
@ -461,7 +461,7 @@ utilities: {
|
||||
success: function(response, opts) {
|
||||
let res = response.result;
|
||||
if (res === null || res === undefined || !res || res
|
||||
.data.status !== 'Active') {
|
||||
.data.status.toLowerCase() !== 'active') {
|
||||
Ext.Msg.show({
|
||||
title: gettext('No valid subscription'),
|
||||
icon: Ext.Msg.WARNING,
|
||||
|
Loading…
Reference in New Issue
Block a user