Add channels ACP interface
This commit is contained in:
parent
bde57973c3
commit
0998e89f5d
4 changed files with 173 additions and 6 deletions
|
|
@ -94,9 +94,10 @@ html(lang="en")
|
|||
table.table.table-bordered.table-striped(style="margin-top: 20px")
|
||||
thead
|
||||
tr
|
||||
th ID
|
||||
th Name
|
||||
th Owner
|
||||
th.sort(data-key="id") ID
|
||||
th.sort(data-key="name") Name
|
||||
th.sort(data-key="owner") Owner
|
||||
th Control
|
||||
#acp-loaded-channels.acp-panel.col-md-12(style="display: none")
|
||||
h3 Loaded Channels
|
||||
button#acp-lchannels-refresh.btn.btn-default Refresh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue