Rename events to traces in traces view

This commit is contained in:
Daniel Compton 2017-11-02 16:05:57 +13:00
parent 53ded51dfb
commit 6bd14f1799
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@
(when (pos? (count @filter-items))
(str (count visible-traces) " of "))
(str (count @traces))]
" events "
" traces "
(when (pos? (count @traces))
[:span "(" [:button.text-button {:on-click #(do (trace/reset-tracing!) (reset! traces []))} "clear"] ")"])]
[:th {:style {:text-align "right"}} "meta"]]