You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component is a lower-order component of #100. Even though we are only handling a small subset of datatypes for the component, it should still be built generically with the idea to expand functionality as needed in the future.
It should have a loading state. It should take some amount of data as input ( likely nodegroup_id and resourceinstance_id ) and make a call to the backend for data to populate its forms. The user should be able to save changes back to the tile.
To keep scope minimal, this should handle a single section at a time. Additional complexity will be handled in a followup.
The text was updated successfully, but these errors were encountered:
This component is a lower-order component of #100. Even though we are only handling a small subset of datatypes for the component, it should still be built generically with the idea to expand functionality as needed in the future.
It should have a loading state. It should take some amount of data as input ( likely nodegroup_id and resourceinstance_id ) and make a call to the backend for data to populate its forms. The user should be able to save changes back to the tile.
To keep scope minimal, this should handle a single section at a time. Additional complexity will be handled in a followup.
The text was updated successfully, but these errors were encountered: