Skip to content

Commit 7b03058

Browse files
authored
Merge pull request #15 from antoinekh/patch-1
fix(typo): physical interfaces
2 parents 938c697 + 79d15fd commit 7b03058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netbox_interface_synchronization/templates/netbox_interface_synchronization/number_of_interfaces_panel.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ <h5 class="card-header">Number of Interfaces</h5>
33
<div class="card-body">
44
Total Interfaces: {{ interfaces|length }}<br>
55
{% if config.exclude_virtual_interfaces %}
6-
Pysical Interfaces: {{ real_interfaces|length }}<br>
6+
Physical Interfaces: {{ real_interfaces|length }}<br>
77
{% endif %}
88
Interfaces in the assigned Device Type: {{ interface_templates|length }}
99
</div>
10-
</div>
10+
</div>

0 commit comments

Comments
 (0)