Commit 6f3b2d78 authored by Dietmar Maurer's avatar Dietmar Maurer

display more information about the subscription

parent ef358aa7
...@@ -74,6 +74,9 @@ Ext.define('PVE.node.Subscription', { ...@@ -74,6 +74,9 @@ Ext.define('PVE.node.Subscription', {
checktime: { checktime: {
header: gettext('Last checked'), header: gettext('Last checked'),
renderer: PVE.Utils.render_timestamp renderer: PVE.Utils.render_timestamp
},
nextduedate: {
header: gettext('Next due date'),
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment