mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2025-12-21 15:34:19 +01:00
(feat) adapt components to backend api methods
This commit is contained in:
@@ -102,7 +102,7 @@ class LaunchV2WithControllers:
|
||||
self._image_name = st.selectbox("Hummingbot Image", available_images,
|
||||
index=available_images.index("hummingbot/hummingbot:latest"))
|
||||
with c3:
|
||||
available_credentials = self._backend_api_client.get_available_credentials()
|
||||
available_credentials = self._backend_api_client.get_accounts()
|
||||
self._credentials = st.selectbox("Credentials", available_credentials, index=0)
|
||||
with c4:
|
||||
deploy_button = st.button("Deploy Bot")
|
||||
|
||||
Reference in New Issue
Block a user