Print full keyword for operation name

This commit is contained in:
Daniel Compton 2017-10-26 16:57:07 +13:00
parent a0811a03b4
commit f1bfdc2476
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
[:span.op-string {:on-click (fn [ev] [:span.op-string {:on-click (fn [ev]
(add-filter filter-items (name op-name) :contains) (add-filter filter-items (name op-name) :contains)
(.stopPropagation ev))} (.stopPropagation ev))}
op-name]] (str op-name)]]
[:td.trace--meta [:td.trace--meta
(.toFixed duration 1) " ms"]] (.toFixed duration 1) " ms"]]
(when show-row? (when show-row?