* [story#57185,doing,0.1h,2.0h] Add metric time tips to qastatistic block.
This commit is contained in:
@@ -125,6 +125,24 @@ $testTasksView = !empty($product) ? $buildTesttasks($product, $longBlock) : null
|
||||
|
||||
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),
|
||||
|
||||
Reference in New Issue
Block a user