Display a list of triggered users
This commit is contained in:
parent
fe2a6651f1
commit
eab46d758a
9 changed files with 189 additions and 6 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,1,0,1,0">
|
||||
<table class="table table-bordered table-hover data-table display nowrap" width="100%" data-row-sort="0,1,1,0,1,0,1,1,0">
|
||||
<thead>
|
||||
<th class="col-md-1">
|
||||
#
|
||||
|
@ -35,6 +35,9 @@
|
|||
<th>
|
||||
Target Campaign
|
||||
</th>
|
||||
<th>
|
||||
Triggered
|
||||
</th>
|
||||
<th class="col-md-1">
|
||||
|
||||
</th>
|
||||
|
@ -69,6 +72,9 @@
|
|||
<td class="text-info">
|
||||
<a href="/campaigns/view/{{destCampaign}}">{{destCampaignName}}</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="/triggers/status/{{id}}">{{count}}</a>
|
||||
</td>
|
||||
<td>
|
||||
<span class="glyphicon glyphicon-wrench" aria-hidden="true"></span>
|
||||
<a href="/triggers/edit/{{id}}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue