Procházet zdrojové kódy

Extend tooltip for drilldown link

It took me a bit to find out that variables need to be passed with var-variableName. 
The behavior is not specific to the drilldown link but I couldn't find it in any documentation elsewhere and it might help others to have it documented right here.
falkenbt před 11 roky
rodič
revize
fb12dd4688
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/app/features/panellinkeditor/module.html

+ 1 - 1
src/app/features/panellinkeditor/module.html

@@ -1,6 +1,6 @@
 <div class="editor-row">
   <div class="section">
-		<h5>Drilldown / detail link<tip>These links appear in the dropdown menu in the panel menu</tip></h5>
+		<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>
 
 		<div class="grafana-target" ng-repeat="link in panel.links"j>
 			<div class="grafana-target-inner">