mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-07-17 22:46:59 +00:00
www: add Signed info to subscription panel
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
da7b6af61c
commit
480f1552f8
@ -134,6 +134,16 @@ Ext.define('PBS.Subscription', {
|
|||||||
nextduedate: {
|
nextduedate: {
|
||||||
header: gettext('Next due date'),
|
header: gettext('Next due date'),
|
||||||
},
|
},
|
||||||
|
signature: {
|
||||||
|
header: gettext('Signed/Offline'),
|
||||||
|
renderer: (value) => {
|
||||||
|
if (value) {
|
||||||
|
return gettext('Yes');
|
||||||
|
} else {
|
||||||
|
return gettext('No');
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
Ext.apply(me, {
|
Ext.apply(me, {
|
||||||
|
Loading…
Reference in New Issue
Block a user