RunLLM / aqueduct

Aqueduct is no longer being maintained. Aqueduct allows you to run LLM and ML workloads on any cloud infrastructure.
https://aqueducthq.com
Apache License 2.0
521 stars 18 forks source link

ENG 3056 Cannot delete resource when no workflow is using it #1382

Closed eunice-chan closed 1 year ago

eunice-chan commented 1 year ago

Fix bug where the user cannot delete a resource when no workflow is using it. The cause is because the confirm dialog never pops up because resource operators.status is stuck at initial. This is due to the fact handleLoadResourceOperators is never dispatched. To fix this, I dispatch handleLoadResourceOperators in the resource details page.

--

Updated to V2 route. Tested by successfully deleting MariaDB resource.