We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45ef541 + 93d5133 commit aa8c361Copy full SHA for aa8c361
src/views/tenant/administration/ListLicences.js
@@ -52,7 +52,7 @@ const columns = [
52
cell: cellBooleanFormatter(),
53
},
54
{
55
- name: 'Time until renewal (days)',
+ name: 'Days until renewal',
56
selector: (row) => row['TimeUntilRenew'],
57
sortable: true,
58
exportSelector: 'TimeUntilRenew',
@@ -65,7 +65,7 @@ const columns = [
65
cell: cellDateFormatter(),
66
67
68
+ name: 'Renewal Date',
69
selector: (row) => row['dateExpires'],
70
71
exportSelector: 'dateExpires',
0 commit comments