mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix WebAdmin recent change
This commit is contained in:
parent
d967103d89
commit
91350ad472
@ -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…
Reference in New Issue
Block a user