List loaded channels on ACP
This commit is contained in:
parent
c0fc363f1b
commit
05fd0f26a8
4 changed files with 15 additions and 84 deletions
17
www/acp.html
17
www/acp.html
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue