* [story#57185,doing,0.1h,2.7h] Add metric time tips to sprint block.
This commit is contained in:
@@ -13,6 +13,24 @@ namespace zin;
|
||||
|
||||
overviewBlock
|
||||
(
|
||||
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(array('block' => $block, 'groups' => $groups))
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user