mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Add internal links in WebAdmin Vhosts page
This commit is contained in:
parent
b0da69f050
commit
f77686481a
1 changed files with 6 additions and 4 deletions
|
@ -602,12 +602,14 @@ list_vhosts2(Lang, Hosts) ->
|
|||
[?AC(<<"../server/", Host/binary,
|
||||
"/">>,
|
||||
Host)]),
|
||||
?XAC(<<"td">>,
|
||||
?XAE(<<"td">>,
|
||||
[{<<"class">>, <<"alignright">>}],
|
||||
(pretty_string_int(RegisteredUsers))),
|
||||
?XAC(<<"td">>,
|
||||
[?AC(<<"../server/", Host/binary, "/users/">>,
|
||||
pretty_string_int(RegisteredUsers))]),
|
||||
?XAE(<<"td">>,
|
||||
[{<<"class">>, <<"alignright">>}],
|
||||
(pretty_string_int(OnlineUsers)))])
|
||||
[?AC(<<"../server/", Host/binary, "/users/">>,
|
||||
pretty_string_int(RegisteredUsers))]),
|
||||
end,
|
||||
SHosts)))])].
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue