feat: add temperature and network speed.
This commit is contained in:
@ -563,7 +563,7 @@ utilities: {
|
||||
let res = response.result;
|
||||
if (res === null || res === undefined || !res || res
|
||||
.data.status.toLowerCase() !== 'active') {
|
||||
Ext.Msg.show({
|
||||
void({ //Ext.Msg.show({
|
||||
title: gettext('No valid subscription'),
|
||||
icon: Ext.Msg.WARNING,
|
||||
message: Proxmox.Utils.getNoSubKeyHtml(res.data.url),
|
||||
|
Reference in New Issue
Block a user