-
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
Add volume workload #2643
Closed
Closed
Add volume workload #2643
Conversation
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
- Add all keys in one table - generate name for keys which havnt a name - Reduce size of titles - prevent opening the dialog of sshkey details on click on active checkbox
- Migrate keys on login/connect
- Fix sshkeyData type
This reverts commit cbd67ef.
This reverts commit 4afe88e.
This reverts commit 3245d9d.
This reverts commit 3c4f6f5.
This reverts commit 5153e27.
- The validation rule was modified to accept keys without names - Take the key name when importing an 'SSH key' if exists or generate a new one - Migrating the old ssh key after activating the 'profile manager' - Created a class named 'SSHKeyData' that holds all 'SSH' functionality, to avoid code duplication since there are some functions that need to be imported into other places - Disable the 'Import', 'Generate', and 'Export' buttons while 'Deleteing', 'Creating', and 'Updating' keys to avoid errors - Wait on the chain to finish the task then update the table of 'ssh keys'
…ing user keys in microVM component.
…ing user keys in microVM component.
- Rename the tab of 'SSH Key' to 'SSH Keys' to match the new feature - Generate a unique name/key and check if any of them exists on the profile keys - Check the user balance if enough or not before updating the chain and notify the user - Rename the text area and input fields - Migrate and take the old key in deployment if the balance isn't enough to avoid errors
…ted keys then pass them.
- Removed the hard-coded cost balance and make it variable instead - Updated the @click:row event - Removed unneeded alert message
Update sshkey page
…_nodes_route Fix dedicated nodes route
…er rentedByTwinId changes, remove reload-table event
…iaog: - Used the AppThemeSelection to get the current theme and use the colors that fits the theme instead of making it with hard value for both themes
…com/threefoldtech/tfgrid-sdk-ts into development_2.5_add_volume_workload
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related Issues
Checklist