[v14] Add resource pinning to Unified Resource cards (#32980)#33404
Merged
avatus merged 1 commit intobranch/v14from Oct 12, 2023
Merged
[v14] Add resource pinning to Unified Resource cards (#32980)#33404avatus merged 1 commit intobranch/v14from
avatus merged 1 commit intobranch/v14from
Conversation
* parent b905eaf author Michael Myers <michael.myers@goteleport.com> 1694885352 -0500 committer Michael Myers <michael.myers@goteleport.com> 1696979801 -0500 gpgsig -----BEGIN PGP SIGNATURE----- iQGzBAABCAAdFiEETMffNTGCRZBrrPo/svAculE8l1QFAmUl21kACgkQsvAculE8 l1Qn3wwAjHFOvII2t68vDH4HD93nX3vxSDED9DLgjjFSCjklKTuWVC9Vxb+vO4kL XrbZxQiEN/Q10Z5DSXB1scn6SP2kgk9Ae2TMfZJskTMd9hLhZJVuhwzAW4/brj9t 3zIW4k7uBQF2sCGN7aG8+sSuNl43lacaJDN550MuGZwagRrgXXNDyNUdn7AzULVX PcMyKrcp5kuN+uWIRb7z1ZJR+s4m1wyI1MoX8ikUrBdWwk6bTFFXM3TvxFCtNb2j 8+ILDFWJ6HZ0k9Sx2ExQAbN9M76BQcWqE06BhuLQ9UTUIbw0pmk2j/DjlaOlZhjF LlHEjM8se3rO7Gqy5Kj1lPs6j3AIwUqfhEwE9pWRl10P1oCxv47MHhs9jfZFkihl yWUm7ey1Un36wl46F3/POdT4Fzf0PwavCRogcMIUo5J6xqKM47C3jY8szjympeJW lp7g0nvNhvgbGE0kW2FZQFmuQfZdGtiZ6gVPeIER9cKwJYWtiEOURqd6/R99j+q8 29I8CwLA =qgBc -----END PGP SIGNATURE----- Add pinned resources to the web UI * Fix merge conflict * Add abort controller * Use local abort controller * Fix lint and stories * Show loading cards on cluster preferences attempt * Replace clusterPrefs with useCallbacks * Add pinning disabled state * Fix lint * Remove unneeded useCallback * Remove not_supported flag if prefs exist in cache * Show pinned resources error if not supported
kimlisa
approved these changes
Oct 12, 2023
rudream
approved these changes
Oct 12, 2023
Merged
This file contains hidden or 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
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.
Backport #32980, clean with no conflicts