feat: add database filesize in UI (#488)

This commit is contained in:
boojack
2022-11-18 21:17:52 +08:00
committed by GitHub
parent 706b1b428f
commit a2831b37c4
13 changed files with 74 additions and 26 deletions

View File

@ -21,6 +21,7 @@ function App() {
globalService.initialState();
}, []);
// Inject additional style and script codes.
useEffect(() => {
api.getSystemStatus().then(({ data }) => {
const { data: status } = data;