File tree 1 file changed +0
-37
lines changed
site/src/components/Resources 1 file changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -432,27 +432,6 @@ const useStyles = makeStyles((theme) => ({
432
432
marginLeft : "auto" ,
433
433
} ,
434
434
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
-
456
435
startupLogs : {
457
436
maxHeight : 256 ,
458
437
borderBottom : `1px solid ${ theme . palette . divider } ` ,
@@ -469,12 +448,6 @@ const useStyles = makeStyles((theme) => ({
469
448
backgroundColor : theme . palette . background . default ,
470
449
} ,
471
450
472
- agentStatusWrapper : {
473
- width : theme . spacing ( 4.5 ) ,
474
- display : "flex" ,
475
- justifyContent : "center" ,
476
- } ,
477
-
478
451
agentNameAndStatus : {
479
452
fontWeight : 600 ,
480
453
display : "flex" ,
@@ -490,10 +463,6 @@ const useStyles = makeStyles((theme) => ({
490
463
maxWidth : 260 ,
491
464
} ,
492
465
493
- agentOS : {
494
- textTransform : "capitalize" ,
495
- } ,
496
-
497
466
agentDataGroup : {
498
467
display : "flex" ,
499
468
alignItems : "baseline" ,
@@ -511,12 +480,6 @@ const useStyles = makeStyles((theme) => ({
511
480
} ,
512
481
} ,
513
482
514
- agentStartupLogs : {
515
- maxHeight : 200 ,
516
- display : "flex" ,
517
- flexDirection : "column-reverse" ,
518
- } ,
519
-
520
483
apps : {
521
484
display : "flex" ,
522
485
flexWrap : "wrap" ,
You can’t perform that action at this time.
0 commit comments