Skip to content

Commit

Permalink
Merge pull request #56 from Icinga/fix/cube-title-tooltip-#52
Browse files Browse the repository at this point in the history
Add context to the cube title tooltip
  • Loading branch information
lippserd committed Apr 7, 2020
2 parents 7939f0c + 16246de commit 62a3d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Cube/CubeRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ protected function beginDimension($name, $row)
. '">' . "\n"
. $indent . ' <div class="header"><a href="'
. $this->getDetailsUrl($name, $row)
. '" title="' . $view->escape('Show more details') . '"'
. '" title="' . $view->escape(sprintf('Show details for %s: %s', $name, $row->$name)) . '"'
. ' data-base-target="_next">'
. $this->renderDimensionLabel($name, $row)
. '</a><a class="icon-filter" href="'
Expand Down

0 comments on commit 62a3d06

Please sign in to comment.