mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-07-17 19:05:13 +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: {
|
||||
header: gettext('Next due date'),
|
||||
},
|
||||
signature: {
|
||||
header: gettext('Signed/Offline'),
|
||||
renderer: (value) => {
|
||||
if (value) {
|
||||
return gettext('Yes');
|
||||
} else {
|
||||
return gettext('No');
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Ext.apply(me, {
|
||||
|
Loading…
Reference in New Issue
Block a user