Skip to content

Commit

Permalink
Improve Matchgrid pending list (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed May 7, 2025
1 parent 21c1329 commit a6f324d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/templates/Matchgrids/pending.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,16 @@

<table>
<tr>
<th><?= __('match.fd.id'); ?></th>
<th><?= __('match.fd.sorid'); ?></th>
<th><?= __('match.fd.sor'); ?></th>
<th><?= __('match.fd.request_time'); ?></th>
</tr>
<?php foreach($vv_pending as $p): ?>
<tr class="linked-row spin">
<td>
<?= $p['id']; ?>
</td>
<td class="row-link">
<?= $this->Html->link(
$p['sorid'],
Expand Down

0 comments on commit a6f324d

Please sign in to comment.