Skip to content

Commit 982a5b1

Browse files
committed
Panel: drilldown link, moved new params tooltip to params property, grafana#1210
1 parent 6b8cb4a commit 982a5b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/app/features/panellinkeditor/module.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="editor-row">
22
<div class="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>
44

55
<div class="grafana-target" ng-repeat="link in panel.links"j>
66
<div class="grafana-target-inner">
@@ -32,7 +32,9 @@ <h5>Drilldown / detail link<tip>These links appear in the dropdown menu in the p
3232
<input type="text" ng-model="link.url" class="input-large grafana-target-segment-input">
3333
</li>
3434

35-
<li class="grafana-target-segment">params</li>
35+
<li class="grafana-target-segment">params
36+
<tip>Use var-variableName=value to pass templating variables.</tip>
37+
</li>
3638
<li>
3739
<input type="text" ng-model="link.params" class="input-medium grafana-target-segment-input">
3840
</li>

0 commit comments

Comments
 (0)