mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Fix WebAdmin recent change
This commit is contained in:
parent
d967103d89
commit
91350ad472
1 changed files with 2 additions and 2 deletions
|
@ -608,8 +608,8 @@ list_vhosts2(Lang, Hosts) ->
|
|||
pretty_string_int(RegisteredUsers))]),
|
||||
?XAE(<<"td">>,
|
||||
[{<<"class">>, <<"alignright">>}],
|
||||
[?AC(<<"../server/", Host/binary, "/users/">>,
|
||||
pretty_string_int(RegisteredUsers))]),
|
||||
[?AC(<<"../server/", Host/binary, "/online-users/">>,
|
||||
pretty_string_int(OnlineUsers))])])
|
||||
end,
|
||||
SHosts)))])].
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue