Skip to content

Commit

Permalink
Update certificateprefix.html
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend authored Nov 7, 2024
1 parent 2097256 commit fb0992d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_rpki/templates/netbox_rpki/certificateprefix.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h5 class="card-header">RPKI assigned IP netblocks</h5>
</tr>
<tr>
<th scope="row">Resource Certificate Name</th>
<td><a href="{{ object.roa_name.get_absolute_url }}">{{ object.certificate_name }}</a></td>
<td><a href="{{ object.certificate_name.get_absolute_url }}">{{ object.certificate_name }}</a></td>
</tr>
</table>
</div>
Expand Down

0 comments on commit fb0992d

Please sign in to comment.