We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8165be3 commit e6d6eb8Copy full SHA for e6d6eb8
changes/8315.fixed
@@ -0,0 +1 @@
1
+Fixed bug in Interface template causing emdash to not be used for Port Type if no value was set.
nautobot/dcim/templates/dcim/interface.html
@@ -46,7 +46,7 @@
46
</tr>
47
<tr>
48
<td>Port Type</td>
49
- <td>{{ object.get_port_type_display }}</td>
+ <td>{{ object.get_port_type_display|placeholder }}</td>
50
51
52
<td>Speed</td>
0 commit comments