NagiosEnterprises / nsti

Nagios SNMP Trap Interface
GNU General Public License v2.0
15 stars 11 forks source link

Filters Don't Apply #5

Closed scot0357 closed 10 years ago

scot0357 commented 10 years ago

Filters don't apply when selected in the trapview.

lgroschen commented 10 years ago

For a single filter in the API, going to URL: NSTI_URL/api/filter/read

returns: {"filters": [{"action": "timewritten __lt 01/01/2013", "name": "DATE one"}]}

while the document.ready returns the following:

active_filters: [12345, date1111, DATE one] 0: "12345" 1: "date1111" 2: "DATE one" success: "Successfully added filter to list."

some of the name are previously deleted filters and the filter id 2, the only one with content, doesn't return the action.

lgroschen commented 10 years ago

Fixed