List loaded channels on ACP

This commit is contained in:
calzoneman 2013-03-23 13:29:47 -05:00
parent c0fc363f1b
commit 05fd0f26a8
4 changed files with 15 additions and 84 deletions

View file

@ -53,24 +53,13 @@
</div>
<div class="row" style="margin-top: 20px;">
<div class="span6">
<h3>Channel List</h3>
<h3>Loaded Channels</h3>
<table id="chanlist" class="table table-bordered table-striped">
<thead>
<tr>
<th>id</th>
<th>Channel Name</th>
</tr>
</thead>
</table>
</div>
<div class="span6">
<h3 id="channelh3">Channel: </h3>
<input type="text" placeholder="New Rank">
<table id="chanranks" class="table table-bordered table-striped">
<thead>
<tr>
<th>Username</th>
<th>Rank</th>
<th>Connected Users</th>
<th>Currently Playing</th>
</tr>
</thead>
</table>