Skip to content

Commit aac695f

Browse files
Fix panel layout
1 parent 566858a commit aac695f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tarantool/dashboard.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ local row = grafana.row;
167167
measurement=measurement,
168168
job=job,
169169
),
170-
{ w: 8, h: 8, x: 8, y: 32 + offset }
170+
{ w: 8, h: 8, x: 8, y: 40 + offset }
171171
)
172172
.addPanel(
173173
net.current_connections(

tests/InfluxDB/dashboard_compiled.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@
19081908
"h": 8,
19091909
"w": 8,
19101910
"x": 8,
1911-
"y": 33
1911+
"y": 41
19121912
},
19131913
"id": 17,
19141914
"legend": {

tests/Prometheus/dashboard_compiled.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@
15891589
"h": 8,
15901590
"w": 8,
15911591
"x": 8,
1592-
"y": 41
1592+
"y": 49
15931593
},
15941594
"id": 23,
15951595
"legend": {

0 commit comments

Comments
 (0)