Skip to content

Commit

Permalink
Add Execute button to DashboardsCollection template.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Oct 17, 2024
1 parent becdef4 commit 7db0d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Views/dashboardsCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<thead>
<tr>
<th data-orderable="false" class="text-center"><?= __('Details') ?></th>
<th data-orderable="false" class="text-center"><?= __('Execute') ?></th>
<?php foreach ($meta->data_order as $key) {
if ($key === 'id' or $key === 'orgs.id') {
continue;
Expand All @@ -35,6 +36,7 @@
<?php } else { ?>
<td></td>
<?php } ?>
<?= collection_button_execute($meta->collection, $item->id) ?>
<?php foreach ($meta->data_order as $key) {
if ($key === 'id' or $key === 'orgs.id') {
continue;
Expand Down

0 comments on commit 7db0d50

Please sign in to comment.