Explorar el Código

Fix row header

jeremystretch hace 4 años
padre
commit
f2f9c926bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netbox/templates/dcim/devicerole.html

+ 1 - 1
netbox/templates/dcim/devicerole.html

@@ -46,7 +46,7 @@
             </td>
           </tr>
           <tr>
-            <td>Virtual Machines</td>
+            <th>Virtual Machines</th>
             <td>
               {% if object.vm_role %}
                 <a href="{% url 'virtualization:virtualmachine_list' %}?role_id={{ object.pk }}">{{ virtualmachine_count }}</a>