Skip to content

Commit

Permalink
Make links clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok committed Oct 23, 2023
1 parent 5948ae0 commit 154676e
Showing 1 changed file with 25 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,30 @@
]
}
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "investigate"
},
"properties": [
{
"id": "custom.displayMode",
"value": "auto"
},
{
"id": "links",
"value": [
{
"targetBlank": true,
"title": "",
"url": "${__value.raw}"
}
]
}
]
}
]
},
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -503,4 +526,4 @@
"uid": "3N3jTmGIz",
"version": 13,
"weekStart": ""
}
}

0 comments on commit 154676e

Please sign in to comment.