mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 02:20:11 -08:00
feat: Add base HTML template and implement dashboard, logs, and service views
- Created a base HTML template for consistent layout across pages. - Developed a dashboard page to display backup service metrics and statuses. - Implemented a log viewer for detailed log file inspection. - Added error handling page for better user experience during failures. - Introduced service detail page to show specific service metrics and actions. - Enhanced log filtering and viewing capabilities. - Integrated auto-refresh functionality for real-time updates on metrics. - Created integration and unit test scripts for backup metrics functionality.
This commit is contained in:
@@ -29,7 +29,7 @@ export SKIP_OLLAMA=true
|
||||
echo -e "\n${YELLOW}Running setup with SKIP_OLLAMA=true...${NC}"
|
||||
|
||||
# Run the main setup script
|
||||
"$SCRIPT_DIR/setup/setup.sh" "$@"
|
||||
"$SCRIPT_DIR/setup.sh" "$@"
|
||||
|
||||
# Configure Fabric after main setup completes
|
||||
echo -e "\n${BLUE}Configuring Fabric with external AI providers...${NC}"
|
||||
|
||||
Reference in New Issue
Block a user