fix: container name in add worker

This commit is contained in:
jialin
2025-12-17 14:59:07 +08:00
parent 6968f9fa6b
commit bd46fcdc75
22 changed files with 332 additions and 207 deletions
+1
View File
@@ -184,6 +184,7 @@ export interface CatalogItem {
name: string;
id: number;
description: string;
deployment_notes?: string;
home: string;
icon: string;
categories: string[];