Stop the fetch when a resource is selected on the webUI. #234
Labels
area/web
Issues or PRs related to the Web UI.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
Issue
Currently, a
fetch
request will occur if you select a resource on webUI.kube-scheduler-simulator/web/components/ResourceBar/ResourceBar.vue
Line 194 in e4ef9b7
However, we implement the new feature #211. So, we would not need to use this logic.
(Actually, I forgot to remove these...)
/area web
/kind cleanup
The text was updated successfully, but these errors were encountered: