|
|
|
@@ -12,7 +12,6 @@ import QuickStart from './components/QuickStart'; |
|
|
|
// import RobotFrame from './components/RobotFrame'; |
|
|
|
import TotalStatistics from './components/TotalStatistics'; |
|
|
|
import UserPoints from './components/UserPoints'; |
|
|
|
import UserSpace from './components/UserSpace'; |
|
|
|
import WorkspaceIntro from './components/WorkspaceIntro'; |
|
|
|
import styles from './index.less'; |
|
|
|
|
|
|
|
@@ -67,7 +66,6 @@ function Workspace() { |
|
|
|
count={overviewData?.runningExperimentInsCount} |
|
|
|
/> |
|
|
|
</Flex> |
|
|
|
|
|
|
|
<ExperitableTable |
|
|
|
tableData={overviewData?.latestExperimentInsList || []} |
|
|
|
></ExperitableTable> |
|
|
|
@@ -76,12 +74,12 @@ function Workspace() { |
|
|
|
)} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<UserPoints /> |
|
|
|
</Flex> |
|
|
|
<div className={styles['workspace__quick-start']}> |
|
|
|
<QuickStart></QuickStart> |
|
|
|
<div className={styles['workspace__user']}> |
|
|
|
<UserSpace users={users}></UserSpace> |
|
|
|
<UserPoints /> |
|
|
|
{/* <UserSpace users={users}></UserSpace> */} |
|
|
|
<AssetsManagement></AssetsManagement> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|