File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
netbox/templates/circuits Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 55### Enhancements
66
77* [ #9722 ] ( https://github.com/netbox-community/netbox/issues/9722 ) - Add LDAP configuration parameters to specify certificates
8+ * [ #10685 ] ( https://github.com/netbox-community/netbox/issues/10685 ) - Position A/Z termination cards above the fold under circuit view
89
910### Bug Fixes
1011
1112* [ #9669 ] ( https://github.com/netbox-community/netbox/issues/9669 ) - Strip colons from usernames when using remote authentication
1213* [ #10575 ] ( https://github.com/netbox-community/netbox/issues/10575 ) - Include OIDC dependencies for python-social-auth
13- * [ #10596 ] ( https://github.com/netbox-community/netbox/issues/10596 ) - Panels should scroll horizontally to accomodate overflow data
14+ * [ #10584 ] ( https://github.com/netbox-community/netbox/issues/10584 ) - Fix service clone link
15+ * [ #10655 ] ( https://github.com/netbox-community/netbox/issues/10655 ) - Correct display of assigned contacts in object tables
16+ * [ #10596 ] ( https://github.com/netbox-community/netbox/issues/10596 ) - Panels should scroll horizontally to accommodate overflow data
1417
1518---
1619
Original file line number Diff line number Diff line change @@ -60,23 +60,17 @@ <h5 class="card-header">Circuit</h5>
6060 </ div >
6161 {% include 'inc/panels/custom_fields.html' %}
6262 {% include 'inc/panels/tags.html' %}
63+ {% include 'inc/panels/comments.html' %}
6364 {% plugin_left_page object %}
6465 </ div >
6566 < div class ="col col-md-6 ">
66- {% include 'inc/panels/comments.html' %}
67+ {% include 'circuits/inc/circuit_termination.html' with termination=object.termination_a side='A' %}
68+ {% include 'circuits/inc/circuit_termination.html' with termination=object.termination_z side='Z' %}
6769 {% include 'inc/panels/contacts.html' %}
6870 {% include 'inc/panels/image_attachments.html' %}
6971 {% plugin_right_page object %}
7072 </ div >
7173 </ div >
72- < div class ="row ">
73- < div class ="col col-md-6 ">
74- {% include 'circuits/inc/circuit_termination.html' with termination=object.termination_a side='A' %}
75- </ div >
76- < div class ="col col-md-6 ">
77- {% include 'circuits/inc/circuit_termination.html' with termination=object.termination_z side='Z' %}
78- </ div >
79- </ div >
8074 < div class ="row ">
8175 < div class ="col col-md-12 ">
8276 {% plugin_full_width_page object %}
You can’t perform that action at this time.
0 commit comments