Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 UI secret #927

Merged
merged 9 commits into from
Mar 7, 2023
Merged

V2 UI secret #927

merged 9 commits into from
Mar 7, 2023

Conversation

milan-deepfence
Copy link
Contributor

Changes proposed in this pull request:

  • Add secret module

@deepfence/engineering

@milan-deepfence milan-deepfence requested a review from manV March 7, 2023 09:46
@@ -619,9 +431,6 @@ const loader = async ({

return typedDefer({
data: getScans(nodeType as NodeTypeEnum[], searchParams),
hosts: getHosts(),
containers: getContainers(),
containerImages: getContainerImages(),
clusters: getClusters(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we keeping clusters here? can't it also be moved in data-components?


return typedDefer({
data: getScans(nodeType as NodeTypeEnum[], searchParams),
hosts: getHosts(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Load these from data components?

@manV manV merged commit dcbe234 into v2 Mar 7, 2023
@manV manV deleted the v2-ui-secret branch March 7, 2023 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants