diff --git a/netbox_interface_sync/templates/netbox_interface_sync/compare_interfaces_button.html-old b/netbox_interface_sync/templates/netbox_interface_sync/compare_interfaces_button.html-old deleted file mode 100644 index a64fec2..0000000 --- a/netbox_interface_sync/templates/netbox_interface_sync/compare_interfaces_button.html-old +++ /dev/null @@ -1,3 +0,0 @@ - - Interface Sync - diff --git a/netbox_interface_sync/templates/netbox_interface_sync/interface_comparison.html-keith b/netbox_interface_sync/templates/netbox_interface_sync/interface_comparison.html-keith deleted file mode 100644 index 54d102d..0000000 --- a/netbox_interface_sync/templates/netbox_interface_sync/interface_comparison.html-keith +++ /dev/null @@ -1,161 +0,0 @@ -{% extends 'base/layout.html' %} - -{% block title %}{{ device }} - Interface comparison{% endblock %} -{% block header %} - - {{ block.super }} -{% endblock %} - -{% block content %} - - - -
-{% if templates_count == interfaces_count %}
- The device and device type have the same number of interfaces.
-{% else %}
- The device and device type have a different number of interfaces.
- Device: {{ interfaces_count }}
- Device type: {{ templates_count }}
-{% endif %}
-
-{% if templates_count == interfaces_count %}
- The device and device type have the same number of interfaces.
-{% else %}
- The device and device type have a different number of interfaces.
- Device: {{ interfaces_count }}
- Device type: {{ templates_count }}
-{% endif %}
-