File tree Expand file tree Collapse file tree 1 file changed +8
-22
lines changed Expand file tree Collapse file tree 1 file changed +8
-22
lines changed Original file line number Diff line number Diff line change @@ -752,28 +752,6 @@ export default function Page() {
752
752
</ Stack >
753
753
</ Grid2 >
754
754
755
- < Grid2
756
- container
757
- size = { { xs : 6 , md : 3 , lg : 2 } }
758
- justifyContent = { "stretch" }
759
- >
760
- < Stack
761
- justifyContent = { "space-between" }
762
- flexGrow = { 1 }
763
- flexWrap = "wrap"
764
- spacing = { 1 }
765
- >
766
- < ScalarPanel
767
- title = { "PR landing time (avg)" }
768
- queryName = { "pr_landing_time_avg" }
769
- metricName = { "avg_hours" }
770
- valueRenderer = { ( value ) => value . toFixed ( 1 ) + "h" }
771
- queryParams = { timeParams }
772
- badThreshold = { ( value ) => value > 24 } // 24 hours
773
- />
774
- </ Stack >
775
- </ Grid2 >
776
-
777
755
< Grid2
778
756
container
779
757
size = { { xs : 6 , md : 3 , lg : 2 } }
@@ -793,6 +771,14 @@ export default function Page() {
793
771
queryParams = { timeParams }
794
772
badThreshold = { ( value ) => value > 2.0 } // 2.0 average retries
795
773
/>
774
+ < ScalarPanel
775
+ title = { "PR landing time (avg)" }
776
+ queryName = { "pr_landing_time_avg" }
777
+ metricName = { "avg_hours" }
778
+ valueRenderer = { ( value ) => value . toFixed ( 1 ) + "h" }
779
+ queryParams = { timeParams }
780
+ badThreshold = { ( value ) => value > 24 } // 24 hours
781
+ />
796
782
</ Stack >
797
783
</ Grid2 >
798
784
You can’t perform that action at this time.
0 commit comments