mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Fixes #15336: Correct label for recurring scheduled jobs
This commit is contained in:
parent
8bb49d2296
commit
eeb732d96e
@ -7,6 +7,10 @@
|
|||||||
* [#15291](https://github.com/netbox-community/netbox/issues/15291) - Add tunnel termination buttons to VM interfaces table
|
* [#15291](https://github.com/netbox-community/netbox/issues/15291) - Add tunnel termination buttons to VM interfaces table
|
||||||
* [#15297](https://github.com/netbox-community/netbox/issues/15297) - Linkify platform column in device & virtual machine tables
|
* [#15297](https://github.com/netbox-community/netbox/issues/15297) - Linkify platform column in device & virtual machine tables
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* [#15336](https://github.com/netbox-community/netbox/issues/15336) - Correct label for recurring scheduled jobs
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## v3.7.3 (2024-02-21)
|
## v3.7.3 (2024-02-21)
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
<td>
|
<td>
|
||||||
{{ object.scheduled|annotated_date|placeholder }}
|
{{ object.scheduled|annotated_date|placeholder }}
|
||||||
{% if object.interval %}
|
{% if object.interval %}
|
||||||
({% blocktrans with interval=object.interval %}every {{ interval }} seconds{% endblocktrans %})
|
({% blocktrans with interval=object.interval %}every {{ interval }} minutes{% endblocktrans %})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user