Skip to content

Commit f505d9d

Browse files
authored
updated images and small fix (#19)
1 parent 5e7fd94 commit f505d9d

File tree

5 files changed

+1
-3
lines changed

5 files changed

+1
-3
lines changed

.github/images/1-systemStatus.png

-4.75 KB
Loading

.github/images/2-configuration.png

5.17 KB
Loading

.github/images/3-logs.png

-15.3 KB
Loading

ui/src/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { Divider } from '@mui/material';
21
import React, { useState } from 'react';
32
import { createStyles, makeStyles } from '@mui/styles';
43
import { ControlledTabPanels, SystemStatus, Header, Logs, StartConfigs } from './components';
@@ -20,7 +19,6 @@ export function App() {
2019
<div className={classes.sticky}>
2120
<Header />
2221
</div>
23-
<Divider />
2422
<ControlledTabPanels
2523
onTabChange={(_, to) => setSelected(to)}
2624
selected={selected}

ui/src/components/Header/Controller.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const Controller = (): ReactElement => {
8686
<Chip
8787
label={isRunning ? 'Running' : 'Stopped'}
8888
color={isRunning ? 'success' : 'warning'}
89-
sx={{ p: 2, borderRadius: 10 }}
89+
sx={{ p: 2, borderRadius: 10 }}
9090
/>
9191
<LongMenu />
9292
</Box>

0 commit comments

Comments
 (0)