Fix cron job naming

This commit is contained in:
Andreas Kristiansen
2025-10-19 08:12:11 +02:00
parent e5dab05b02
commit 554d171a78
3 changed files with 3 additions and 4 deletions

View File

@@ -571,7 +571,7 @@
</tr>
<tr>
<td><?= __("VUCCGrids"); ?></td>
<td><?php echo $vuccgrids_update->last_run ?? __("never"); ?></td>
<td><?php echo $vucc_grids_update->last_run ?? __("never"); ?></td>
<td><a class="btn btn-sm btn-primary" href="<?php echo site_url('update/update_vucc_grids'); ?>"><?= __("Update"); ?></a></td>
</tr>
</table>