diff --git a/grafana/dashboards/timeline.json b/grafana/dashboards/timeline.json index e2692c3788..a624a1d1f1 100644 --- a/grafana/dashboards/timeline.json +++ b/grafana/dashboards/timeline.json @@ -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}" } ] }, @@ -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}" } ] }, @@ -494,7 +494,7 @@ { "targetBlank": true, "title": "Slot details", - "url": "${__data.fields.slotlink}" + "url": "${__data.fields.slotlink:raw}" } ] }