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

added sync column #1509

Merged
merged 3 commits into from
Sep 11, 2023
Merged

added sync column #1509

merged 3 commits into from
Sep 11, 2023

Conversation

milan-deepfence
Copy link
Contributor

Fixes #

Changes proposed in this pull request:

  • added sync column for registry

@@ -175,6 +176,24 @@ export const RegistryAccountsTable = ({
size: 110,
maxSize: 120,
}),
columnHelper.accessor('is_syncing', {
header: () => 'Sync Images',
Copy link
Member

Choose a reason for hiding this comment

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

Let's call this Sync status

Syncing
</span>
) : (
'Ready'
Copy link
Member

Choose a reason for hiding this comment

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

Ready to scan

@milan-deepfence milan-deepfence changed the base branch from v2 to main September 6, 2023 03:44
@milan-deepfence milan-deepfence merged commit 54a1fd7 into main Sep 11, 2023
@milan-deepfence milan-deepfence deleted the ui-v2-registry-sync-images branch September 11, 2023 05:07
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