Преглед на файлове

Merge pull request #1652 from Ichabond/develop

Fixes #1651: Remove explicit reference to the `name` field
Jeremy Stretch преди 8 години
родител
ревизия
8e0eab20e2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      netbox/templates/dcim/inc/consoleserverport.html

+ 1 - 1
netbox/templates/dcim/inc/consoleserverport.html

@@ -5,7 +5,7 @@
         </td>
     {% endif %}
     <td>
-        <i class="fa fa-fw fa-keyboard-o"></i> {{ csp.name }}
+        <i class="fa fa-fw fa-keyboard-o"></i> {{ csp }}
     </td>
     <td></td>
     {% if csp.connected_console %}