We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399479c commit ba9921fCopy full SHA for ba9921f
netbox_script_manager/templates/netbox_script_manager/scriptexecution.html
@@ -54,6 +54,16 @@ <h5 class="card-header">Information</h5>
54
<th scope="row">Task Queue</th>
55
<td>{{ object.task_queue }}</td>
56
</tr>
57
+ {% if object.scheduled%}
58
+ <tr>
59
+ <th scope="row">Scheduled</th>
60
+ <td>{{ object.scheduled }}</td>
61
+ </tr>
62
63
+ <th scope="row">Interval</th>
64
+ <td>{{ object.interval }}</td>
65
66
+ {% endif %}
67
</table>
68
</div>
69
0 commit comments