Skip to content

Commit 0b7baae

Browse files
authored
Fixes #20412: linkify cluster type (#20413)
1 parent 0c22fc9 commit 0b7baae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

netbox/templates/virtualization/virtualmachine.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ <h2 class="card-header">{% trans "Cluster" %}</h2>
108108
</tr>
109109
<tr>
110110
<th scope="row">{% trans "Cluster Type" %}</th>
111-
<td>{{ object.cluster.type }}</td>
111+
<td>
112+
{{ object.cluster.type|linkify|placeholder }}
113+
</td>
112114
</tr>
113115
<tr>
114116
<th scope="row">{% trans "Device" %}</th>

0 commit comments

Comments
 (0)