infrascripting
infrascripting
Fixed for Tridactyl: https://github.com/cmcaine/tridactyl/issues/279
Am I correct in understanding that the instantiation happens at [lines 700-722 here](https://github.com/fboender/ansible-cmdb/blob/master/src/ansiblecmdb/data/tpl/html_fancy.tpl#L700-L722)? Because it looks like [lines 734-741](https://github.com/fboender/ansible-cmdb/blob/master/src/ansiblecmdb/data/tpl/html_fancy.tpl#L734-L741) are just dealing with the permalink. If that's the case, then...
Moreso, I was just trying to get it to work. It seems like I had to add the fourth argument and set it to false: https://stackoverflow.com/questions/36112455/jquery-datatables-fnfilter-doesnt-work-with-regex And at the moment...
So I guess that the *I'm-not-going-to-rewrite-everything-from-scratch* answer to this is twofold 1. Teach people the inverse selection regex of `^(?!.*foobar)` 2. Use the link button that's generated next to the...