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 8ba2017 + a0a9034 commit a8e579eCopy full SHA for a8e579e
src/pages/cipp/settings/tenants.js
@@ -99,6 +99,19 @@ const Page = () => {
99
actions={actions}
100
offCanvas={offCanvas}
101
simpleColumns={columns}
102
+ filters={[
103
+ {
104
+ filterName: "Included tenants",
105
+ //true or false filters by yes/no
106
+ value: [{ id: "Excluded", value: "No" }],
107
+ type: "column",
108
+ },
109
110
+ filterName: "Excluded tenants",
111
+ value: [{ id: "Excluded", value: "Yes" }],
112
113
114
+ ]}
115
/>
116
<CippApiDialog
117
title="Force Refresh Tenant"
0 commit comments