monitoring(overview): increase jenkins success/failure row legibility

This commit is contained in:
Brad Stein 2026-04-13 13:51:03 -03:00
parent 30acfe39c4
commit a05a6a0e88
3 changed files with 18 additions and 18 deletions

View File

@ -2188,9 +2188,9 @@ def build_overview():
unit="h", unit="h",
decimals=1, decimals=1,
sort_order="asc", sort_order="asc",
limit=8, limit=6,
title_size=10, title_size=11,
value_size=10, value_size=11,
links=link_to("atlas-jobs"), links=link_to("atlas-jobs"),
description="Age since each job's most recent successful run; newest runs appear first.", description="Age since each job's most recent successful run; newest runs appear first.",
) )
@ -2204,9 +2204,9 @@ def build_overview():
unit="h", unit="h",
decimals=1, decimals=1,
sort_order="asc", sort_order="asc",
limit=8, limit=6,
title_size=10, title_size=11,
value_size=10, value_size=11,
links=link_to("atlas-jobs"), links=link_to("atlas-jobs"),
description="Age since each job's most recent failed run; newest failures appear first.", description="Age since each job's most recent failed run; newest failures appear first.",
) )

View File

@ -2412,8 +2412,8 @@
}, },
"textMode": "name_and_value", "textMode": "name_and_value",
"text": { "text": {
"titleSize": 10, "titleSize": 11,
"valueSize": 10 "valueSize": 11
} }
}, },
"transformations": [ "transformations": [
@ -2429,7 +2429,7 @@
{ {
"id": "limit", "id": "limit",
"options": { "options": {
"limit": 8 "limit": 6
} }
} }
], ],
@ -2573,8 +2573,8 @@
}, },
"textMode": "name_and_value", "textMode": "name_and_value",
"text": { "text": {
"titleSize": 10, "titleSize": 11,
"valueSize": 10 "valueSize": 11
} }
}, },
"transformations": [ "transformations": [
@ -2590,7 +2590,7 @@
{ {
"id": "limit", "id": "limit",
"options": { "options": {
"limit": 8 "limit": 6
} }
} }
], ],

View File

@ -2421,8 +2421,8 @@ data:
}, },
"textMode": "name_and_value", "textMode": "name_and_value",
"text": { "text": {
"titleSize": 10, "titleSize": 11,
"valueSize": 10 "valueSize": 11
} }
}, },
"transformations": [ "transformations": [
@ -2438,7 +2438,7 @@ data:
{ {
"id": "limit", "id": "limit",
"options": { "options": {
"limit": 8 "limit": 6
} }
} }
], ],
@ -2582,8 +2582,8 @@ data:
}, },
"textMode": "name_and_value", "textMode": "name_and_value",
"text": { "text": {
"titleSize": 10, "titleSize": 11,
"valueSize": 10 "valueSize": 11
} }
}, },
"transformations": [ "transformations": [
@ -2599,7 +2599,7 @@ data:
{ {
"id": "limit", "id": "limit",
"options": { "options": {
"limit": 8 "limit": 6
} }
} }
], ],