Skip to content

Commit 4bbcb10

Browse files
Sharepoint quota add
1 parent c46345b commit 4bbcb10

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/views/tenant/administration/ListAlertsQueue.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@ const ListAlertsQueue = () => {
142142
exportSelector: 'SecDefaultsUpsell',
143143
cell: cellBooleanFormatter(),
144144
},
145+
{
146+
name: 'Sharepoint Quota',
147+
selector: (row) => row['SharePointQuota'],
148+
sortable: true,
149+
exportSelector: 'SharePointQuota',
150+
cell: cellBooleanFormatter(),
151+
},
145152
{
146153
name: 'Actions',
147154
cell: Actions,

0 commit comments

Comments
 (0)