1
0
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:
Barry vd. Heuvel
2025-02-01 16:16:07 +01:00
committed by GitHub
parent 5037594c0e
commit fc4f376cfc

View File

@@ -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(