mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-28 03:37:34 +02:00
Feat: added auto_sync_enabled property to configTemplate table
This commit is contained in:
@@ -62,6 +62,10 @@
|
|||||||
<th scope="row">{% trans "Data Synced" %}</th>
|
<th scope="row">{% trans "Data Synced" %}</th>
|
||||||
<td>{{ object.data_synced|placeholder }}</td>
|
<td>{{ object.data_synced|placeholder }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">{% trans "Auto Sync Enabled" %}</th>
|
||||||
|
<td>{% checkmark object.auto_sync_enabled %}</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{% include 'inc/panels/tags.html' %}
|
{% include 'inc/panels/tags.html' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user