ansible / ansible-ui

The UIs for Ansible Projects such as AWX, EDA, and HUB.

Home Page:https://ansible.github.io/ansible-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

useControllerView should accept array of urls for data fetching

AlexSCorey opened this issue · comments

If controller rolls into this repo we need to be able to send it several url end points for each view. Currently in useControllerView.tsx the url value can only be a string, and we will need the ability to send it several urls.