fix: ui text spacing
This commit is contained in:
parent
7bda718082
commit
88afb3ec37
3 changed files with 6 additions and 6 deletions
|
@ -17,17 +17,17 @@
|
|||
(ul
|
||||
(li
|
||||
(b
|
||||
(text "Active user streams:"))
|
||||
(text "Active user streams: "))
|
||||
(span
|
||||
(text "{{ active_users }}")))
|
||||
(li
|
||||
(b
|
||||
(text "Active chat subscriptions:"))
|
||||
(text "Active chat subscriptions: "))
|
||||
(span
|
||||
(text "{{ active_users_chats }}")))
|
||||
(li
|
||||
(b
|
||||
(text "Socket tasks:"))
|
||||
(text "Socket tasks: "))
|
||||
(span
|
||||
(text "{{ (active_users_chats + active_users) * 3 }}")))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue