mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-25 18:51:42 +02:00
Link time widget to timeline (#718)
This commit is contained in:
@@ -259,6 +259,7 @@ class TimeDataCollector extends DataCollector implements Renderable
|
|||||||
"icon" => "clock-o",
|
"icon" => "clock-o",
|
||||||
"tooltip" => "Request Duration",
|
"tooltip" => "Request Duration",
|
||||||
"map" => "time.duration_str",
|
"map" => "time.duration_str",
|
||||||
|
'link' => 'timeline',
|
||||||
"default" => "'0ms'"
|
"default" => "'0ms'"
|
||||||
),
|
),
|
||||||
"timeline" => array(
|
"timeline" => array(
|
||||||
|
Reference in New Issue
Block a user