mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-12 07:04:25 +00:00
Print full keyword for operation name
This commit is contained in:
parent
a0811a03b4
commit
f1bfdc2476
@ -178,7 +178,7 @@
|
||||
[:span.op-string {:on-click (fn [ev]
|
||||
(add-filter filter-items (name op-name) :contains)
|
||||
(.stopPropagation ev))}
|
||||
op-name]]
|
||||
(str op-name)]]
|
||||
[:td.trace--meta
|
||||
(.toFixed duration 1) " ms"]]
|
||||
(when show-row?
|
||||
|
Loading…
x
Reference in New Issue
Block a user