mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-27 14:45:14 +00:00
parent
aa00e585f5
commit
4b86a36b66
@ -165,15 +165,6 @@
|
||||
(when (pos? (count @traces))
|
||||
[:span "(" [:button.text-button {:on-click #(do (trace/reset-tracing!) (reset! traces []))} "clear"] ")"])]
|
||||
[:th {:style {:text-align "right"}} "meta"]]
|
||||
[:tbody (render-traces visible-traces filter-items filter-input trace-detail-expansions)]
|
||||
[:hr {:style {:unicode-bidi "isolate"
|
||||
:-webkit-margin-before "0.5em"
|
||||
:-webkit-margin-after "0.5em"
|
||||
:-webkit-margin-start "auto"
|
||||
:-webkit-margin-end "auto"
|
||||
:overflow "hidden"
|
||||
:border-style "inset"
|
||||
:border-width "1px" }}]]]
|
||||
]))))
|
||||
[:tbody (render-traces visible-traces filter-items filter-input trace-detail-expansions)]]]]))))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user