Finish users interface on ACP
This commit is contained in:
parent
7b9162f890
commit
bde57973c3
3 changed files with 136 additions and 7 deletions
|
|
@ -76,10 +76,10 @@ html(lang="en")
|
|||
table.table.table-bordered.table-striped(style="margin-top: 20px")
|
||||
thead
|
||||
tr
|
||||
th#acp-users-id ID
|
||||
th#acp-users-name Name
|
||||
th#acp-users-rank Rank
|
||||
th#acp-users-email Email
|
||||
th.sort(data-key="id") ID
|
||||
th.sort(data-key="name") Name
|
||||
th.sort(data-key="global_rank") Rank
|
||||
th.sort(data-key="email") Email
|
||||
th Actions
|
||||
#acp-channel-lookup.acp-panel.col-md-12(style="display: none")
|
||||
h3 Channels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue