Skip to content

Commit 0aae8cd

Browse files
committed
Do not fire persistence event when clicking on refresh button in tabulator header
1 parent d98d655 commit 0aae8cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@
198198
`);
199199

200200
element.find('.inspect-cache-flush').on('click', function () {
201+
// Do not fire persistence event when clicking this tabulator header
202+
event.stopPropagation();
201203
ajaxCall(
202204
'/api/firewall/filter/flush_inspect_cache',
203205
{},

0 commit comments

Comments
 (0)