-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implementing Multiple SSH Keys with Enhanced Management Features #2463
Conversation
…ed key to be saved with the key, added some UI enhancements.
…delete the keys based on the types like active or all keys.
…to maintain consistency with the contracts list view. Eliminated the onClickRow method as all necessary data is now displayed directly on the SSH-key table. Updated color schemes for both light and dark themes.
…ssh-key, updated the colors of the table.
…and introduced key details dialog. Removed redundant dialog.
…opy icon based on field data presence, and improved the functionality of the generate dialog.
…rom the chain instead, WIP: update the chain when pressing on active/inactive or even on delete .
…the the import key form by added a rule to validate the entred sshkey.
… management prior to deployment in the fullVM module. Work in progress: Standardizing the inclusion of this feature across all deployments.
…n the SSH key selector for improved visual consistency. Resolved an issue with importing the SSH key dialog. Enhanced user experience by implementing clearer messaging.
cdbea0b
to
e37df5d
Compare
e37df5d
to
664dcc7
Compare
…es in the listing table.
Remove key fragments after setting a key with a new value
0ae5cf2
to
e674520
Compare
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.
Deploy button need to be disable if no key is select How to do that?basically, use our validator form api but manually |
- style: remove action/inactive btn and turn them into checkbox - style: remove view btn and move action to click:row
…efoldtech/tfgrid-sdk-ts into development_multiple_sshkey
- feat: Add disable/enable (aka. validation) to ssh management component - style: add some whitespaces based on defined btns in all other components
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.
Good job
Description
Implemented multiple SSH key feature and SSH key management
Changes
Related Issues
Screenshots
Checklist