28 lines
795 B
Smarty
28 lines
795 B
Smarty
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h3 class="panel-title">GameCloud Events</h3>
|
|
</div>
|
|
<div class="panel-body">
|
|
<p>
|
|
<a href="{{modulelink}}" class="btn btn-default">Dashboard</a>
|
|
<a href="{{modulelink}}&action=poll" class="btn btn-primary">Poll & auto-ack</a>
|
|
</p>
|
|
<p>Pending local copies: <strong>{{pendingCount}}</strong> · Dead letter: <strong>{{deadLetterCount}}</strong></p>
|
|
<table class="table table-bordered table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>ID</th>
|
|
<th>Type</th>
|
|
<th>Status</th>
|
|
<th>Payload</th>
|
|
<th>Created</th>
|
|
<th>Actions</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{{events.rows}}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|