Switch trace panel back to showing ms
This commit is contained in:
parent
d158576216
commit
c527e7e09c
|
@ -65,8 +65,7 @@
|
||||||
(str/join ", ")
|
(str/join ", ")
|
||||||
(pp/truncate-string :middle 40)))]]]
|
(pp/truncate-string :middle 40)))]]]
|
||||||
[:td.trace--meta
|
[:td.trace--meta
|
||||||
id
|
(.toFixed duration 1) " ms"]]
|
||||||
#_ #_(.toFixed duration 1) " ms"]]
|
|
||||||
(when show-row?
|
(when show-row?
|
||||||
[:tr.trace--details {:key (str id "-details")
|
[:tr.trace--details {:key (str id "-details")
|
||||||
:tab-index 0}
|
:tab-index 0}
|
||||||
|
|
Loading…
Reference in New Issue