diff --git a/module/block/ui/bugstatisticblock.html.php b/module/block/ui/bugstatisticblock.html.php index 8ce5e0bc79..3337bd2cfd 100644 --- a/module/block/ui/bugstatisticblock.html.php +++ b/module/block/ui/bugstatisticblock.html.php @@ -31,6 +31,24 @@ foreach($products as $productItem) statisticBlock ( + to::titleSuffix + ( + icon + ( + setClass('text-light text-sm cursor-pointer'), + toggle::tooltip + ( + array + ( + 'title' => sprintf($lang->block->tooltips['metricTime'], $metricTime), + 'placement' => 'bottom', + 'type' => 'white', + 'className' => 'text-dark border border-light leading-5' + ) + ), + 'help' + ) + ), set::block($block), set::active($active), set::items($items),