mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#8366: name scheduled_time to scheduled for consistency with other fields
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
<p>
|
||||
Initiated: <strong>{{ result.created|annotated_date }}</strong>
|
||||
{% if result.scheduled_time %}
|
||||
Scheduled for: <strong>{{ result.scheduled_time|annotated_date }}</strong>
|
||||
{% if result.scheduled %}
|
||||
Scheduled for: <strong>{{ result.scheduled|annotated_date }}</strong>
|
||||
{% endif %}
|
||||
{% if result.completed %}
|
||||
Duration: <strong>{{ result.duration }}</strong>
|
||||
|
@@ -3,8 +3,8 @@
|
||||
|
||||
<p>
|
||||
Initiated: <strong>{{ result.created|annotated_date }}</strong>
|
||||
{% if result.scheduled_time %}
|
||||
Scheduled for: <strong>{{ result.scheduled_time|annotated_date }}</strong>
|
||||
{% if result.scheduled %}
|
||||
Scheduled for: <strong>{{ result.scheduled|annotated_date }}</strong>
|
||||
{% endif %}
|
||||
{% if result.completed %}
|
||||
Duration: <strong>{{ result.duration }}</strong>
|
||||
|
Reference in New Issue
Block a user