diff --git a/netbox/project-static/dist/netbox.js b/netbox/project-static/dist/netbox.js index c727cb79d..270000f2c 100644 Binary files a/netbox/project-static/dist/netbox.js and b/netbox/project-static/dist/netbox.js differ diff --git a/netbox/project-static/dist/netbox.js.map b/netbox/project-static/dist/netbox.js.map index 2b638a87f..83eac3f58 100644 Binary files a/netbox/project-static/dist/netbox.js.map and b/netbox/project-static/dist/netbox.js.map differ diff --git a/netbox/project-static/src/buttons.ts b/netbox/project-static/src/buttons.ts index ce7386f1a..712854943 100644 --- a/netbox/project-static/src/buttons.ts +++ b/netbox/project-static/src/buttons.ts @@ -68,6 +68,7 @@ function toggleConnection(element: HTMLButtonElement) { row.classList.remove('success'); row.classList.add('info'); element.classList.remove('connected', 'btn-warning'); + element.classList.add('btn-info'); element.title = 'Mark Installed'; icon.classList.remove('mdi-lan-disconnect'); icon.classList.add('mdi-lan-connect'); diff --git a/netbox/templates/dcim/inc/cable_toggle_buttons.html b/netbox/templates/dcim/inc/cable_toggle_buttons.html index cf53cf1bb..3fe34acd7 100644 --- a/netbox/templates/dcim/inc/cable_toggle_buttons.html +++ b/netbox/templates/dcim/inc/cable_toggle_buttons.html @@ -4,7 +4,7 @@ {% else %} - {% endif %}