-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Authenticate requests for scheduling reports (#4170)
On the Lookout UI, the fetch requests for scheduling reports require authentication via the user's access token.
- Loading branch information
1 parent
6cfde08
commit d43a9d9
Showing
3 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
16 changes: 14 additions & 2 deletions
16
internal/lookout/ui/src/services/lookoutV2/useGetJobSchedulingReport.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 14 additions & 2 deletions
16
internal/lookout/ui/src/services/lookoutV2/useGetQueueSchedulingReport.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 13 additions & 1 deletion
14
internal/lookout/ui/src/services/lookoutV2/useGetSchedulingReport.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters