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
Turn the "Admin" button in the Nav into a menu, like we do with Docs or User with a Connections option
Add a Connections page
Within the Connections page, load the list of connections and render them in a table using our DataTable component. This should include limit/offset pagination and allow order_by columns that the API supports.
The text was updated successfully, but these errors were encountered:
Now that we have list connections in FastAPI. We should display them in the UI.
Steps:
DataTable
component. This should include limit/offset pagination and allow order_by columns that the API supports.The text was updated successfully, but these errors were encountered: