Explorar el Código

Fixes #16020: Include Python version on system UI view

Jeremy Stretch hace 1 año
padre
commit
5c68fc9202
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      netbox/templates/core/system.html

+ 4 - 0
netbox/templates/core/system.html

@@ -31,6 +31,10 @@
             <th scope="row">{% trans "NetBox version" %}</th>
             <td>{{ stats.netbox_version }}</td>
           </tr>
+          <tr>
+            <th scope="row">{% trans "Python version" %}</th>
+            <td>{{ stats.python_version }}</td>
+          </tr>
           <tr>
             <th scope="row">{% trans "Django version" %}</th>
             <td>{{ stats.django_version }}</td>