@@ -519,95 +519,93 @@ export default class MockAppMainGenericAdvancedTable extends Component<MockAppMa
519
519
}
520
520
521
521
<template >
522
- <div class =" mock-app-main-generic-advanced-table-wrapper" >
523
- <HdsAdvancedTable
524
- @ columns ={{this .demoColumns }}
525
- @ model ={{this .demoModel }}
526
- @ hasStickyHeader ={{ true }}
527
- @ isSelectable ={{ true }}
528
- @ isStriped ={{ true }}
529
- @ onSelectionChange ={{this .onSelectionChange }}
530
- @ hasStickyFirstColumn ={{ true }}
531
- >
532
- <: body as | B | >
533
- {{! @glint-expect-error }}
534
- <B.Tr @ selectionKey ={{get B.data " name" }} >
535
- <B.Th >
536
- <HdsLinkInline @ href =" www.google.com" >
537
- {{! @glint-expect-error }}
538
- {{get B.data " name" }}
539
- </HdsLinkInline >
540
- </B.Th >
541
- <B.Td >
542
- <HdsLinkInline @ href =" www.google.com" >
543
- {{! @glint-expect-error }}
544
- {{get B.data " project-name" }}
545
- </HdsLinkInline >
546
- </B.Td >
547
- <B.Td >
548
- <HdsLinkInline @ href =" www.google.com" >
549
- {{! @glint-expect-error }}
550
- {{get B.data " current-run-id" }}
551
- </HdsLinkInline >
552
- </B.Td >
553
- <B.Td >
554
- <HdsBadge
555
- @ type =" outlined"
556
- {{! @glint-expect-error }}
557
- @ text ={{get B.data " run-status" }}
558
- {{! @glint-expect-error }}
559
- @ color ={{get B.data " run-status-color" }}
560
- />
561
- </B.Td >
562
- <B.Td >
522
+ <HdsAdvancedTable
523
+ @ columns ={{this .demoColumns }}
524
+ @ model ={{this .demoModel }}
525
+ @ maxHeight =" 600px"
526
+ @ isSelectable ={{ true }}
527
+ @ isStriped ={{ true }}
528
+ @ onSelectionChange ={{this .onSelectionChange }}
529
+ @ hasStickyFirstColumn ={{ true }}
530
+ >
531
+ <: body as | B | >
532
+ {{! @glint-expect-error }}
533
+ <B.Tr @ selectionKey ={{get B.data " name" }} >
534
+ <B.Th >
535
+ <HdsLinkInline @ href =" www.google.com" >
563
536
{{! @glint-expect-error }}
564
- {{get B.data " current-run-applied" }}
565
- </B.Td >
566
- <B.Td >
537
+ {{get B.data " name" }}
538
+ </HdsLinkInline >
539
+ </B.Th >
540
+ <B.Td >
541
+ <HdsLinkInline @ href =" www.google.com" >
567
542
{{! @glint-expect-error }}
568
- {{get B.data " vcs-repo" }}
569
- </B.Td >
570
- <B.Td >
571
- <HdsLinkInline @ href =" www.google.com" >
572
- {{! @glint-expect-error }}
573
- {{get B.data " module-count" }}
574
- </HdsLinkInline >
575
- </B.Td >
576
- <B.Td >
543
+ {{get B.data " project-name" }}
544
+ </HdsLinkInline >
545
+ </B.Td >
546
+ <B.Td >
547
+ <HdsLinkInline @ href =" www.google.com" >
577
548
{{! @glint-expect-error }}
578
- {{get B.data " modules" }}
579
- </B.Td >
580
- <B.Td >
581
- <HdsLinkInline @ href =" www.google.com" >
582
- {{! @glint-expect-error }}
583
- {{get B.data " provider-count" }}
584
- </HdsLinkInline >
585
- </B.Td >
586
- <B.Td >
549
+ {{get B.data " current-run-id" }}
550
+ </HdsLinkInline >
551
+ </B.Td >
552
+ <B.Td >
553
+ <HdsBadge
554
+ @ type =" outlined"
587
555
{{! @glint-expect-error }}
588
- {{get B.data " providers" }}
589
- </B.Td >
590
- <B.Td >
556
+ @ text ={{get B.data " run-status" }}
591
557
{{! @glint-expect-error }}
592
- {{get B.data " terraform-version" }}
593
- </B.Td >
594
- <B.Td >
595
- <HdsLinkInline @ href =" www.google.com" >
596
- {{! @glint-expect-error }}
597
- {{get B.data " state-terraform-version" }}
598
- </HdsLinkInline >
599
- </B.Td >
600
- <B.Td >
558
+ @ color ={{get B.data " run-status-color" }}
559
+ />
560
+ </B.Td >
561
+ <B.Td >
562
+ {{! @glint-expect-error }}
563
+ {{get B.data " current-run-applied" }}
564
+ </B.Td >
565
+ <B.Td >
566
+ {{! @glint-expect-error }}
567
+ {{get B.data " vcs-repo" }}
568
+ </B.Td >
569
+ <B.Td >
570
+ <HdsLinkInline @ href =" www.google.com" >
601
571
{{! @glint-expect-error }}
602
- {{get B.data " created" }}
603
- </B.Td >
604
- <B.Td >
572
+ {{get B.data " module-count" }}
573
+ </HdsLinkInline >
574
+ </B.Td >
575
+ <B.Td >
576
+ {{! @glint-expect-error }}
577
+ {{get B.data " modules" }}
578
+ </B.Td >
579
+ <B.Td >
580
+ <HdsLinkInline @ href =" www.google.com" >
605
581
{{! @glint-expect-error }}
606
- {{get B.data " updated" }}
607
- </B.Td >
608
- </B.Tr >
609
- </: body >
610
- </HdsAdvancedTable >
611
- </div >
582
+ {{get B.data " provider-count" }}
583
+ </HdsLinkInline >
584
+ </B.Td >
585
+ <B.Td >
586
+ {{! @glint-expect-error }}
587
+ {{get B.data " providers" }}
588
+ </B.Td >
589
+ <B.Td >
590
+ {{! @glint-expect-error }}
591
+ {{get B.data " terraform-version" }}
592
+ </B.Td >
593
+ <B.Td >
594
+ <HdsLinkInline @ href =" www.google.com" >
595
+ {{! @glint-expect-error }}
596
+ {{get B.data " state-terraform-version" }}
597
+ </HdsLinkInline >
598
+ </B.Td >
599
+ <B.Td >
600
+ {{! @glint-expect-error }}
601
+ {{get B.data " created" }}
602
+ </B.Td >
603
+ <B.Td >
604
+ {{! @glint-expect-error }}
605
+ {{get B.data " updated" }}
606
+ </B.Td >
607
+ </B.Tr >
608
+ </: body >
609
+ </HdsAdvancedTable >
612
610
</template >
613
611
}
0 commit comments