Skip to content

Commit 0c617c3

Browse files
committed
Remove unused code
1 parent e8fba43 commit 0c617c3

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

site/src/components/Resources/AgentRow.tsx

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -432,27 +432,6 @@ const useStyles = makeStyles((theme) => ({
432432
marginLeft: "auto",
433433
},
434434

435-
startupLinks: {
436-
display: "flex",
437-
alignItems: "center",
438-
gap: theme.spacing(2),
439-
marginTop: theme.spacing(0.5),
440-
},
441-
442-
startupLink: {
443-
cursor: "pointer",
444-
display: "flex",
445-
gap: 4,
446-
alignItems: "center",
447-
userSelect: "none",
448-
whiteSpace: "nowrap",
449-
450-
"& svg": {
451-
width: 12,
452-
height: 12,
453-
},
454-
},
455-
456435
startupLogs: {
457436
maxHeight: 256,
458437
borderBottom: `1px solid ${theme.palette.divider}`,
@@ -469,12 +448,6 @@ const useStyles = makeStyles((theme) => ({
469448
backgroundColor: theme.palette.background.default,
470449
},
471450

472-
agentStatusWrapper: {
473-
width: theme.spacing(4.5),
474-
display: "flex",
475-
justifyContent: "center",
476-
},
477-
478451
agentNameAndStatus: {
479452
fontWeight: 600,
480453
display: "flex",
@@ -490,10 +463,6 @@ const useStyles = makeStyles((theme) => ({
490463
maxWidth: 260,
491464
},
492465

493-
agentOS: {
494-
textTransform: "capitalize",
495-
},
496-
497466
agentDataGroup: {
498467
display: "flex",
499468
alignItems: "baseline",
@@ -511,12 +480,6 @@ const useStyles = makeStyles((theme) => ({
511480
},
512481
},
513482

514-
agentStartupLogs: {
515-
maxHeight: 200,
516-
display: "flex",
517-
flexDirection: "column-reverse",
518-
},
519-
520483
apps: {
521484
display: "flex",
522485
flexWrap: "wrap",

0 commit comments

Comments
 (0)