Implement #786
This commit is contained in:
parent
c5b122bcf8
commit
12924b9b5a
2 changed files with 4 additions and 0 deletions
|
|
@ -323,6 +323,8 @@ socket.on("acp-list-channels", function (channels) {
|
|||
$("<td/>").text(c.id).appendTo(tr);
|
||||
$("<td/>").text(c.name).appendTo(tr);
|
||||
$("<td/>").text(c.owner).appendTo(tr);
|
||||
$("<td/>").text(c.last_loaded).appendTo(tr);
|
||||
$("<td/>").text(c.owner_last_seen).appendTo(tr);
|
||||
var remove = $("<td/>").appendTo(tr);
|
||||
|
||||
// Drop channel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue