-
Notifications
You must be signed in to change notification settings - Fork 597
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 user list table in user management tab of settings #981
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets discuss this today.
deepfence_frontend/apps/dashboard/src/features/settings/pages/ChangePassword.tsx
Outdated
Show resolved
Hide resolved
deepfence_frontend/apps/dashboard/src/features/settings/pages/actions/userAddAction.ts
Outdated
Show resolved
Hide resolved
deepfence_frontend/apps/dashboard/src/features/settings/pages/UserManagement.tsx
Show resolved
Hide resolved
deepfence_frontend/apps/dashboard/src/features/settings/pages/ChangePassword.tsx
Outdated
Show resolved
Hide resolved
deepfence_frontend/apps/dashboard/src/features/settings/pages/ChangePassword.tsx
Outdated
Show resolved
Hide resolved
deepfence_frontend/apps/dashboard/src/features/settings/pages/UserAdd.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added these minor change requests.
deepfence_frontend/apps/dashboard/src/features/settings/pages/ChangePassword.tsx
Outdated
Show resolved
Hide resolved
import { ApiError, makeRequest } from '@/utils/api'; | ||
import { typedDefer, TypedDeferredData } from '@/utils/router'; | ||
import { DFAwait } from '@/utils/suspense'; | ||
import { usePageNavigation } from '@/utils/usePageNavigation'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cleanup
label={'Status'} | ||
placeholder="Active" | ||
sizing="xs" | ||
className="w-3/4 min-[200px] max-w-xs relative pl-3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
min-[200px] relative
classes are probably not required.
<p | ||
className={`mt-1.5 w-3/4 min-[200px] max-w-xs ${Typography.size.sm} text-green-500`} | ||
> | ||
Invite URL:{data?.invite_url}, invite will expire after{' '} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets have a copy button for ease of use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for the url
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added these minor change requests.
Fixes # .
Changes proposed in this pull request:
@deepfence/engineering