Skip to content

Commit ba7e2db

Browse files
committed
Fix group not being shown on script instance details
1 parent 2148230 commit ba7e2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_script_manager/templates/netbox_script_manager/scriptinstance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h5 class="card-header">Script Instance</h5>
8686
</tr>
8787
<tr>
8888
<th scope="row">Group</th>
89-
<td>{{ object.Group|placeholder }}</td>
89+
<td>{{ object.group|placeholder }}</td>
9090
</tr>
9191
<tr>
9292
<th scope="row">Tenant</th>

0 commit comments

Comments
 (0)