monitoring(overview): increase jenkins success/failure row legibility
This commit is contained in:
parent
30acfe39c4
commit
a05a6a0e88
@ -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.",
|
||||||
)
|
)
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user