mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix #7317 Widget Filter All button gateways widget RELENG_2_3
This commit is contained in:
parent
fdacd72b88
commit
c876339197
@ -221,7 +221,7 @@ $widgetperiod = isset($config['widgets']['period']) ? $config['widgets']['period
|
||||
|
||||
events.push(function(){
|
||||
$("#showallgateways").click(function() {
|
||||
$("[id^=show]").each(function() {
|
||||
$("#widget-<?=$widgetname?>_panel-footer [id^=show]").each(function() {
|
||||
$(this).prop("checked", true);
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user