Explorar o código

Feat: added auto_sync_enabled property to configTemplate table

ifoughali hai 3 meses
pai
achega
020eb64eab
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      netbox/templates/extras/configtemplate.html

+ 4 - 0
netbox/templates/extras/configtemplate.html

@@ -62,6 +62,10 @@
             <th scope="row">{% trans "Data Synced" %}</th>
             <td>{{ object.data_synced|placeholder }}</td>
           </tr>
+          <tr>
+            <th scope="row">{% trans "Auto Sync Enabled" %}</th>
+            <td>{% checkmark object.auto_sync_enabled %}</td>
+          </tr>
         </table>
       </div>
       {% include 'inc/panels/tags.html' %}