fix: 调整 workspace dashboard name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user