Skip to content

Commit

Permalink
Update timeline.json (teslamate-org#2601)
Browse files Browse the repository at this point in the history
Links corrected, ":raw" added to __data.fields....
  • Loading branch information
DrMichael authored Apr 11, 2022
1 parent 6573bc4 commit 152ef88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grafana/dashboards/timeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
{
"targetBlank": true,
"title": "Create or edit geo-fence",
"url": "[[base_url:raw]]/geo-fences/${__data.fields.start_path}"
"url": "[[base_url:raw]]/geo-fences/${__data.fields.start_path:raw}"
}
]
},
Expand All @@ -280,7 +280,7 @@
{
"targetBlank": true,
"title": "Create or edit geo-fence",
"url": "[[base_url:raw]]/geo-fences/${__data.fields.end_path}"
"url": "[[base_url:raw]]/geo-fences/${__data.fields.end_path:raw}"
}
]
},
Expand Down Expand Up @@ -494,7 +494,7 @@
{
"targetBlank": true,
"title": "Slot details",
"url": "${__data.fields.slotlink}"
"url": "${__data.fields.slotlink:raw}"
}
]
}
Expand Down

0 comments on commit 152ef88

Please sign in to comment.