mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
Interfaces: Diagnostics: Packet Capture - minor style update, position "(de)select all" button on the same row.
This commit is contained in:
parent
adc37c2cd9
commit
676dbb953c
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user