Browse Source

feat: 实验实例分页

pull/99/head
cp3hnu 1 year ago
parent
commit
2d67a342d9
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      react-ui/src/pages/Experiment/components/ExperimentInstance/index.less
  2. +1
    -1
      react-ui/src/pages/Experiment/index.jsx

+ 1
- 1
react-ui/src/pages/Experiment/components/ExperimentInstance/index.less View File

@@ -65,5 +65,5 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin: 10px auto 0;
margin: 16px auto 0;
} }

+ 1
- 1
react-ui/src/pages/Experiment/index.jsx View File

@@ -175,7 +175,7 @@ function Experiment() {
} }
timerId = setTimeout(() => { timerId = setTimeout(() => {
getTensorBoardStatus(experimentIn); getTensorBoardStatus(experimentIn);
}, 1000 * 1000);
}, 10 * 1000);
timerIds.set(experimentIn.id, timerId); timerIds.set(experimentIn.id, timerId);
} }
}; };


Loading…
Cancel
Save