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.
1 parent 6a19075 commit 607210eCopy full SHA for 607210e
src/pages/cipp/scheduler/index.js
@@ -56,6 +56,7 @@ const Page = () => {
56
</Button>
57
</>
58
}
59
+ tenantInTitle={false}
60
title="Scheduled Tasks"
61
apiUrl={
62
showHiddenJobs ? "/api/ListScheduledItems?ListHidden=True" : "/api/ListScheduledItems"
src/pages/tools/tenantbreachlookup/index.js
@@ -31,6 +31,7 @@ const Page = () => {
31
title={pageTitle}
32
apiUrl={apiUrl}
33
simpleColumns={["email", "password", "sources"]}
34
35
cardButton={
36
<>
37
<Button onClick={ApiCall.refetch}>
0 commit comments