Skip to content

Commit

Permalink
types.json: set the ip column width
Browse files Browse the repository at this point in the history
This patch set the ip column in the node tables to 120

Fixes scylladb#2302

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
  • Loading branch information
amnonh committed Jun 11, 2024
1 parent 8514f28 commit ff24e64
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions grafana/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -3788,7 +3788,16 @@
"properties":[
{
"id":"custom.width",
"value":105
"value":120
},
{
"id":"links",
"value":[
{
"title":"Detailed view",
"url":"/d/detailed-[[dash_version]]/detailed?refresh=30s&orgId=1&var-by=instance&var-node=${__data.fields[0]}&from=${__from}&to=${__to}"
}
]
}
]
},
Expand Down Expand Up @@ -4165,23 +4174,6 @@
}
]
},
{
"matcher":{
"id":"byName",
"options":"instance"
},
"properties":[
{
"id":"links",
"value":[
{
"title":"Detailed view",
"url":"/d/detailed-[[dash_version]]/detailed?refresh=30s&orgId=1&var-by=instance&var-node=${__data.fields[0]}&from=${__from}&to=${__to}"
}
]
}
]
},
{
"matcher":{
"id":"byName",
Expand Down

0 comments on commit ff24e64

Please # to comment.