mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Merge 0.12->trunk
This commit is contained in:
commit
bd0e903b07
1 changed files with 5 additions and 1 deletions
|
@ -780,7 +780,11 @@ available_columns = {
|
||||||
width = 5;
|
width = 5;
|
||||||
align = "right";
|
align = "right";
|
||||||
key = "conn";
|
key = "conn";
|
||||||
mapper = function(conn) return conn:serverport(); end;
|
mapper = function(conn)
|
||||||
|
if conn then
|
||||||
|
return conn:serverport();
|
||||||
|
end
|
||||||
|
end;
|
||||||
};
|
};
|
||||||
dir = {
|
dir = {
|
||||||
title = "Dir";
|
title = "Dir";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue