Still show 'x of n' event count when x is 0
This commit is contained in:
parent
e42e7d23a9
commit
4b29ca59fd
|
@ -213,7 +213,7 @@
|
|||
[:thead>tr
|
||||
[:th "operations"]
|
||||
[:th
|
||||
(when (pos? (count showing-traces))
|
||||
(when (pos? (count @filter-items))
|
||||
(str (count showing-traces) " of "))
|
||||
(when (pos? (count @traces))
|
||||
(str (count @traces)))
|
||||
|
|
Loading…
Reference in New Issue