Still show 'x of n' event count when x is 0

This commit is contained in:
chris (daiyi) 2017-08-02 14:32:57 +02:00
parent e42e7d23a9
commit 4b29ca59fd
1 changed files with 1 additions and 1 deletions

View File

@ -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)))