瀏覽代碼

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 %}