mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2026-01-20 05:34:22 +01:00
(feat) refactor launch pages
This commit is contained in:
@@ -5,7 +5,7 @@ from streamlit_elements import elements, mui
|
||||
|
||||
from frontend.components.dashboard import Dashboard
|
||||
from frontend.components.launch_strategy_v2 import LaunchStrategyV2
|
||||
from utils.st_utils import initialize_st_page
|
||||
from frontend.st_utils import initialize_st_page
|
||||
|
||||
CARD_WIDTH = 6
|
||||
CARD_HEIGHT = 3
|
||||
|
||||
@@ -6,8 +6,7 @@ from frontend.components.dashboard import Dashboard
|
||||
from frontend.components.editor import Editor
|
||||
from frontend.components.launch_master_bot_card import LaunchMasterBotCard
|
||||
from frontend.components.master_conf_file_explorer import MasterConfFileExplorer
|
||||
from utils.st_utils import initialize_st_page
|
||||
|
||||
from frontend.st_utils import initialize_st_page
|
||||
|
||||
initialize_st_page(title="Credentials", icon="🗝️", initial_sidebar_state="collapsed")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user