Interfaces: Diagnostics: Packet Capture - minor style update, position "(de)select all" button on the same row.

This commit is contained in:
Ad Schellevis 2025-03-10 20:39:22 +01:00
parent adc37c2cd9
commit 676dbb953c
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<style>interface_select selectpicker</style>
<type>select_multiple</type>
<help>Interfaces to capture.</help>
<width>294px</width>
</field>
<field>
<id>packetcapture.settings.promiscuous</id>

View File

@ -209,7 +209,7 @@
$("#select_all > i").toggleClass("fa-check-square-o fa-square-o");
$(".interface_select").selectpicker('refresh');
});
$(".interface_select").closest("td").append(btn_toggle_all);
$(".interface_select").parent().append(btn_toggle_all);
});
</script>