Skip to content

Commit

Permalink
Merge pull request #9564 from huntabyte/feature-9517
Browse files Browse the repository at this point in the history
Closes #9517: Linkify Power Port on Power Outlet Object View
  • Loading branch information
jeremystretch committed Jun 20, 2022
2 parents e6018cd + e7620b0 commit 25128bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/dcim/poweroutlet.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h5 class="card-header">
</tr>
<tr>
<th scope="row">Power Port</th>
<td>{{ object.power_port }}</td>
<td>{{ object.power_port|linkify|placeholder }}</td>
</tr>
<tr>
<th scope="row">Feed Leg</th>
Expand Down

0 comments on commit 25128bd

Please sign in to comment.