fix: 调整 workspace dashboard name

This commit is contained in:
zhangshuai
2024-10-25 11:29:17 +08:00
parent e310d0a9a0
commit 0e48531e21

View File

@@ -140,7 +140,7 @@ public class WorkspaceServiceImpl extends ServiceImpl<WorkspaceDao, WorkspaceEnt
}
// dashboard Name
String dashboardName = String.format("workspace-%s", workspace.getName());
String dashboardName = String.format("dashboard-%s", workspace.getName());
Map<Object, Object> params = T.MapUtil.builder()
.put("indexId", indexId)
.put("indexName", indexName)