mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
7 lines
267 B
HTML
7 lines
267 B
HTML
<div class="panel panel-warning">
|
|
<div class="panel-heading">
|
|
<strong>Circuit <a href="{{ circuit.get_absolute_url }}">{{ circuit }}</a></strong><br />
|
|
<a href="{{ circuit.provider.get_absolute_url }}">{{ circuit.provider }}</a>
|
|
</div>
|
|
</div>
|