Added cron job and button under debug for update TLE

This commit is contained in:
Andreas Kristiansen
2024-12-07 20:04:28 +01:00
parent 9db7610f45
commit 899eb67a1f
6 changed files with 101 additions and 55 deletions

View File

@@ -549,6 +549,11 @@
<td><?= __("WWFF file download"); ?></td>
<td><?php echo $wwff_update->last_run ?? __("never"); ?></td>
<td><a class="btn btn-sm btn-primary" href="<?php echo site_url('update/update_wwff'); ?>"><?= __("Update"); ?></a></td>
</tr>
<tr>
<td><?= __("TLE update"); ?></td>
<td><?php echo $tle_update->last_run ?? __("never"); ?></td>
<td><a class="btn btn-sm btn-primary" href="<?php echo site_url('update/update_tle'); ?>"><?= __("Update"); ?></a></td>
</tr>
</table>
</div>