Panel: drilldown link, moved new params tooltip to params property, #1210
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<div class="editor-row">
|
<div class="editor-row">
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<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>
|
<h5>Drilldown / detail link<tip>These links appear in the dropdown menu in the panel menu. </tip></h5>
|
||||||
|
|
||||||
<div class="grafana-target" ng-repeat="link in panel.links"j>
|
<div class="grafana-target" ng-repeat="link in panel.links"j>
|
||||||
<div class="grafana-target-inner">
|
<div class="grafana-target-inner">
|
||||||
@@ -32,7 +32,9 @@
|
|||||||
<input type="text" ng-model="link.url" class="input-large grafana-target-segment-input">
|
<input type="text" ng-model="link.url" class="input-large grafana-target-segment-input">
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="grafana-target-segment">params</li>
|
<li class="grafana-target-segment">params
|
||||||
|
<tip>Use var-variableName=value to pass templating variables.</tip>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<input type="text" ng-model="link.params" class="input-medium grafana-target-segment-input">
|
<input type="text" ng-model="link.params" class="input-medium grafana-target-segment-input">
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user