Skip to content

Commit

Permalink
Merge pull request #18 from adinhodovic/use-footer-options
Browse files Browse the repository at this point in the history
fix: Table footer options
  • Loading branch information
adinhodovic authored Jul 11, 2024
2 parents 4dbf9e0 + a89358c commit dc309c5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions dashboards/ingress-nginx-overview.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ local tbOverride = tbStandardOptions.override;
tbOptions.sortBy.withDisplayName('P50 Latency') +
tbOptions.sortBy.withDesc(true)
) +
tbOptions.footer.TableFooterOptions.withEnablePagination(true) +
tbOptions.footer.withEnablePagination(true) +
tbStandardOptions.withUnit('dtdurations') +
tbQueryOptions.withTargets(
[
Expand Down Expand Up @@ -570,7 +570,7 @@ local tbOverride = tbStandardOptions.override;
tbOptions.sortBy.withDisplayName('TTL') +
tbOptions.sortBy.withDesc(false)
) +
tbOptions.footer.TableFooterOptions.withEnablePagination(true) +
tbOptions.footer.withEnablePagination(true) +
tbStandardOptions.withUnit('s') +
tbQueryOptions.withTargets(
[
Expand Down
20 changes: 10 additions & 10 deletions dashboards_out/ingress-nginx-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
]
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -112,7 +112,7 @@
]
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -165,7 +165,7 @@
]
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -210,7 +210,7 @@
]
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -259,7 +259,7 @@
]
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -325,7 +325,7 @@
"sort": "desc"
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -376,7 +376,7 @@
"sort": "desc"
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -463,7 +463,7 @@
}
]
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -638,7 +638,7 @@
}
]
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -672,7 +672,7 @@
"type": "table"
}
],
"schemaVersion": 36,
"schemaVersion": 39,
"tags": [
"ingress-nginx",
"ingress-nginx-mixin"
Expand Down
18 changes: 9 additions & 9 deletions dashboards_out/ingress-nginx-request-handling-performance.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"sort": "desc"
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -131,7 +131,7 @@
"sort": "desc"
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -214,7 +214,7 @@
"sort": "desc"
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -265,7 +265,7 @@
"sort": "desc"
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -320,7 +320,7 @@
"sort": "desc"
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -371,7 +371,7 @@
"sort": "desc"
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -426,7 +426,7 @@
"sort": "desc"
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -481,7 +481,7 @@
"sort": "desc"
}
},
"pluginVersion": "v10.4.0",
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
Expand All @@ -496,7 +496,7 @@
"type": "timeseries"
}
],
"schemaVersion": 36,
"schemaVersion": 39,
"tags": [
"ingress-nginx",
"ingress-nginx-mixin"
Expand Down

0 comments on commit dc309c5

Please sign in to comment.