Skip to content

Commit

Permalink
chore: description added to cron jobs listing
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 3, 2024
1 parent 107f4fa commit 7e8276d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

*
* Cron Jobs (Tasks) listing support

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<thead>
<tr class="table-row table-header">
<th class="text-left">Identifier</th>
<th class="text-left">Description</th>
<th class="text-left">Cron</th>
<th class="text-left">Next Run</th>
</tr>
Expand All @@ -17,6 +18,7 @@
<td class="text-left">
<strong>{{ cron_job.id }}</strong>
</td>
<td class="text-left">{{ cron_job.description|default("-", True) }}</td>
<td class="text-left">{{ cron_job.cron }}</td>
<td class="text-left">{{ cron_job.next_run() }}</td>
</tr>
Expand Down

0 comments on commit 7e8276d

Please sign in to comment.