Working API for subscribing and unsubscribing
This commit is contained in:
parent
d5222f7b4d
commit
11f412ded1
15 changed files with 439 additions and 24 deletions
|
@ -12,7 +12,7 @@
|
|||
<hr>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered table-hover data-table display nowrap" width="100%" data-row-sort="0,1,1,0,0">
|
||||
<table class="table table-bordered table-hover data-table display nowrap" width="100%" data-row-sort="0,1,1,1,0,0">
|
||||
<thead>
|
||||
<th class="col-md-1">
|
||||
#
|
||||
|
@ -20,6 +20,9 @@
|
|||
<th>
|
||||
Name
|
||||
</th>
|
||||
<th class="col-md-2">
|
||||
ID
|
||||
</th>
|
||||
<th class="col-md-1">
|
||||
Subscribers
|
||||
</th>
|
||||
|
@ -44,6 +47,9 @@
|
|||
{{name}}
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<input class="click-select gpg-text" type="text" readonly value="{{cid}}">
|
||||
</td>
|
||||
<td>
|
||||
<p class="text-center">{{subscribers}}</p>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue