Skip to content

Commit

Permalink
Fix group not being shown on script instance details
Browse files Browse the repository at this point in the history
  • Loading branch information
kkthxbye-code committed Nov 7, 2023
1 parent 2148230 commit ba7e2db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h5 class="card-header">Script Instance</h5>
</tr>
<tr>
<th scope="row">Group</th>
<td>{{ object.Group|placeholder }}</td>
<td>{{ object.group|placeholder }}</td>
</tr>
<tr>
<th scope="row">Tenant</th>
Expand Down

0 comments on commit ba7e2db

Please sign in to comment.