This commit is contained in:
Calvin Montgomery 2019-03-27 21:33:16 -07:00
parent c5b122bcf8
commit 12924b9b5a
2 changed files with 4 additions and 0 deletions

View file

@ -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