We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7121dc4 commit 8884abeCopy full SHA for 8884abe
src/opnsense/mvc/app/views/OPNsense/Firewall/alias_util.volt
@@ -32,15 +32,6 @@
32
}
33
});
34
grid.on('loaded.rs.jquery.bootgrid', function () {
35
- grid.find('.delete-ip').on('click', function (e) {
36
- e.stopPropagation();
37
- ajaxCall(
38
- '/api/firewall/alias_util/delete/' + $('#tablename').val(),
39
- {'address': $(this).data('row-id')},
40
- function () {
41
- $('#alias_content').bootgrid('reload');
42
- });
43
44
// header labels
45
$("span.fa-long-arrow-right").attr('title', "{{lang._('in')}}").tooltip();
46
$("span.fa-long-arrow-left").attr('title', "{{lang._('out')}}").tooltip();
0 commit comments