You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/features/panellinkeditor/module.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<divclass="editor-row">
2
2
<divclass="section">
3
-
<h5>Drilldown / detail link<tip>These links appear in the dropdown menu in the panel menu. Use var-variableName=value in params to pass templating variables.</tip></h5>
3
+
<h5>Drilldown / detail link<tip>These links appear in the dropdown menu in the panel menu. </tip></h5>
4
4
5
5
<divclass="grafana-target" ng-repeat="link in panel.links"j>
6
6
<divclass="grafana-target-inner">
@@ -32,7 +32,9 @@ <h5>Drilldown / detail link<tip>These links appear in the dropdown menu in the p
0 commit comments