From 61aba84ebae5364fbe436d1e447d256b5bfab309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 20 Apr 2017 13:37:47 -0700 Subject: [PATCH] Fix marking invalid filters in the UI Label classes are incorrectly set on the filter text span, rather than the label under which that span is placed. --- assets/static/filters.js | 6 +++--- bindata_assetfs.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/static/filters.js b/assets/static/filters.js index a334938a7..52471e7de 100644 --- a/assets/static/filters.js +++ b/assets/static/filters.js @@ -106,10 +106,10 @@ var Filters = (function() { $.each($('span.tag-badge'), function(j, tag) { if (sha1(filter.text) == $(tag).data('badge-id')) { $(tag).html(filter.hits.toString()); - if (filter.isValid) { - $(tag).addClass('label-info').removeClass('label-danger'); + if (filter.isValid == true) { + $(tag).parent().addClass('label-info').removeClass('label-danger'); } else { - $(tag).addClass('label-danger').removeClass('label-info'); + $(tag).parent().addClass('label-danger').removeClass('label-info'); } } }); diff --git a/bindata_assetfs.go b/bindata_assetfs.go index f98029557..21d07a96b 100644 --- a/bindata_assetfs.go +++ b/bindata_assetfs.go @@ -409,7 +409,7 @@ func staticFaviconIco() (*asset, error) { return a, nil } -var _staticFiltersJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x57\xdb\x92\xd4\x36\x13\xbe\xdf\xa7\xe8\x7f\x7f\x0a\xd9\xc5\x8c\x87\x25\x37\x29\xc3\x90\x22\x4b\x41\xa5\x2a\xe4\xc0\x16\xc9\x25\xd5\x63\xb5\x6d\xb1\x1e\xc9\x48\xf2\x2c\x1b\x98\x77\x4f\x49\x3e\x1f\x66\xd9\x54\x82\xaf\x6c\x77\xab\xfb\x53\x9f\xfb\x80\x1a\x5e\x89\xc2\x92\x36\xb0\x85\x20\xad\x64\x62\x85\x92\x41\x08\x9f\xcf\xce\xce\x00\x00\x0c\x15\x94\x58\xe5\xe9\x9f\xfd\x1f\xf7\xa4\xfe\x4c\x0c\xec\xff\xf5\x1b\x5b\x75\x24\x91\x28\xd9\x13\xd6\xee\x93\x79\xe2\xb1\x91\x88\x9c\xff\x88\x3c\x23\xd8\x42\xa7\xcf\xd2\x27\x1b\x0e\xe4\x3f\x88\x08\x93\x3c\x78\x10\x30\x53\xa2\x8c\x2c\x66\x2c\x5c\xf5\xec\x62\x05\x16\xb3\xe1\x01\xaf\x39\x85\xe0\x41\xe0\x08\x91\x93\x17\x84\xb0\xdd\xc2\x54\x72\xfb\xb8\x9b\x27\xf9\xb5\xa9\xf6\xb0\x05\x93\xe3\x45\x8d\xe1\xe9\x8c\xb1\x91\x58\x6a\x2a\x49\xf2\x80\x3d\x73\x88\x20\x29\xd0\x98\xed\xf9\xce\x5f\xc4\x62\xb6\xf6\x6f\xe7\x20\xf8\xf6\xdc\x7d\x26\xaa\x92\xee\xfa\x0c\x1e\xb5\x6a\x1e\x01\x3b\x07\x8e\x16\x6b\xde\xb5\x63\x9d\x90\x9f\x3f\xdb\x38\xe9\xcf\xd9\x04\xc7\xb1\xfb\x3a\x36\x94\xd6\x98\x55\xc9\xd1\x8e\x4c\x39\xbc\x6c\xe3\xda\xe8\x9d\xe3\x12\x32\x0b\xc2\xa7\x67\x1d\x71\xb3\x69\x4f\x17\x2a\x41\x77\x16\x8c\x02\x61\x99\x01\x42\x73\x0b\x56\x39\xbb\x68\x02\x61\xbb\x33\xbf\x57\xa4\x6f\xaf\xac\x16\x32\x8b\xae\xc8\x06\xec\x23\x5b\x75\x5a\x5e\x93\x6d\x5e\x83\x30\xfa\xa0\x84\x0c\xd8\x8a\x85\x13\x95\x9a\x0a\x85\x1c\xb0\x20\x6d\x4d\x47\x78\x27\x0d\x51\xf4\xd6\xd3\x82\xc9\x15\x85\x14\xf6\xd4\x05\x9d\x17\x1d\x5d\x60\xf1\xbe\x0e\xb8\x81\xb6\x3a\x1e\xba\x00\x8e\x6a\x86\x30\x72\x3e\x08\x18\xa7\x14\xab\xc2\xae\x2b\x43\x9c\xf9\x50\x61\x29\x16\x86\x18\x7c\xf9\x02\xff\xe4\x98\x3f\x35\x0d\x31\x67\x5c\x43\x1a\x4a\x34\x86\x38\xfc\xf0\x71\x5b\x8b\x01\xe3\x8d\x37\x8e\xdb\xd1\x05\x60\xbb\xa8\xfd\x80\x45\x30\x88\x8a\x23\x50\x61\x68\xae\x54\xaa\x99\xae\x15\x24\x39\x25\xd7\xce\x1c\x37\x04\x39\x1e\x08\x9a\x4b\x34\x69\x0c\x89\x52\xd7\x82\xee\xc6\x74\xe9\x79\x4c\x94\x39\xaf\x37\xe7\x6b\x6f\x47\x87\x27\xd3\x78\x75\x96\x9f\x4a\xd8\x42\x25\x39\xa5\x42\x12\x5f\xca\xc7\x1a\x7b\x8d\x64\xe5\x6c\x07\x59\xa1\x76\x58\xb4\x58\x67\x07\xee\x65\xb5\xb1\xcf\x9a\x5a\x75\x3a\xb9\xce\xee\x08\xac\xf7\xa8\x9d\x96\xf1\xcf\xc8\x94\x85\xb0\x3e\xce\x7b\xa1\xa7\xdc\xc7\xc6\x4c\xac\x21\xee\x50\x43\x2c\x64\x59\x59\x16\xba\x4a\x67\xfc\x7b\x30\x36\x91\xbd\x2d\x09\x73\x42\xfe\xc1\xc4\x0b\xd6\xdb\x0b\xf9\x33\xc9\xcc\xe6\x31\x5c\xac\x66\xd4\x5c\x48\x1b\x83\xd5\x15\xcd\x69\x85\xd8\x0b\x1b\xc3\xc5\x93\x39\x49\xe2\x9e\x62\x60\x58\x59\x95\xa8\x7d\x59\x90\x25\x36\xe7\x32\xaa\xd2\x09\xc5\xf0\x62\xc0\x16\x0d\x3f\x82\xf0\x2b\xb5\x0c\xfa\x82\x3f\x37\xf9\xb8\xea\x37\xe6\x9c\x58\x60\xc9\xe0\xbd\x21\x19\x72\xce\xba\xa3\x63\xdf\xb7\xbd\x28\x98\x51\x8f\xc3\xba\xb5\xa4\x40\xc9\x80\x09\x4b\xfb\x17\x9c\x13\x07\xf7\xf6\x96\xf6\xea\x40\x5e\x57\x0b\x99\x0e\x24\x67\xed\xa7\xad\x97\x57\x83\x7a\xf9\x74\x9a\xc8\xc8\x39\x34\x4d\x04\x9a\x2e\xa3\x40\xd2\x8d\x6b\x36\xb3\x5c\xf3\x6a\x22\x17\x23\xbe\x8e\x75\xb0\xd8\x52\xa6\x75\x77\xae\x4f\x39\xe6\x3b\xdb\xcd\x9d\x56\x18\x98\x39\x55\x49\x65\xd8\xa4\xdc\x1b\xab\x4a\xb8\xc9\x49\xd6\xe5\x50\x18\x17\xc9\x42\x66\x20\x24\xd8\x9c\xda\x0a\xb4\x43\x3d\xca\x8c\x9d\x52\xd6\x58\x8d\xe5\xba\x53\xe0\x92\xc3\x1f\x9d\x64\x86\xb1\xa8\x6d\x3c\x31\xf9\x0a\xa8\xa0\xfd\xd2\xed\x7b\x73\x5d\xd3\xed\xa5\xe2\x04\xff\xdb\xc2\xf7\xf0\xf0\x21\xcc\xfe\x5e\x7c\x17\x36\x8d\xe9\x37\xac\x0c\x4d\x9d\x74\x5c\x4d\x70\xa8\xf2\x1b\xc3\xf8\x13\x85\x7d\xa5\xf4\x2f\xf4\xc9\x8e\x5b\xe5\x09\x48\x9c\x0a\xbc\x8d\xe1\xe2\xf1\xe3\xc7\xcb\x1e\xdd\x6c\x20\x15\x9f\x60\xa7\xf8\x2d\x94\xc8\xb9\x77\x4c\x0a\x92\x88\x13\x5f\x81\xb7\x3b\xec\x45\x96\x5b\x20\xc9\xab\x12\x2a\xe3\x58\xf6\x4a\x13\xd8\x1c\x25\x5c\x40\x21\x24\xdd\xc3\x75\x3b\x21\x79\x70\xfe\xf2\xd7\x37\x57\xd5\xce\x6a\xa2\x37\x8a\x8b\x54\x10\x3f\x5f\x2d\x37\xf6\x46\x9a\x43\xc6\xc2\x28\x31\x26\x60\x0d\xc0\xb5\x55\x25\x5b\x79\x55\x12\x0f\x3b\xd4\x2c\x8c\x72\x72\x18\x83\x70\x92\xbf\x03\x41\x1e\x47\x64\xed\xba\x05\xa4\x64\x70\x9e\xe4\x28\x33\x82\x6b\xba\x2d\x35\x19\xf3\x4d\xb1\x2c\x17\xfe\x1a\x08\xd3\x64\xc4\x5f\x34\x2c\x1c\xe1\x50\xfd\x66\x03\x39\x26\xd7\x90\x2a\xed\xfc\xe5\x5c\xd0\x7a\xcb\x08\x99\x50\xe3\xa8\x04\x25\x64\x5a\xdd\x00\x4a\x0e\xcd\xdd\x6a\x34\x67\xff\xf5\x45\xda\xd9\x2c\xeb\x4a\xd8\xa9\x09\x4d\x93\xad\xb4\xfc\x5a\xed\x70\x45\xc8\xb0\xc9\xe0\x57\x8f\x8a\xbe\x56\x8d\xc4\xd7\xe7\x5f\xa2\xc5\x85\x95\xa1\x27\xde\xab\x73\xcc\xf6\x8c\x7a\x38\x1f\x6d\x1b\x1f\x16\xb7\x8d\x36\x8b\xfd\xee\xd0\x4c\x03\xf5\xb2\xb1\xdd\xb6\x4b\x43\x3d\x7e\xb4\xe3\x3e\x0b\x97\x64\x40\xbf\x63\xe4\x76\x5f\xb4\xa2\x72\x61\x4d\x64\x55\x3d\x6b\x8f\x9c\x30\x05\xd0\x1c\x10\xe6\x0f\x2c\xc4\xe2\x6c\x35\x51\x83\x9c\x5f\xba\xf5\x25\x60\x05\xee\xa8\x58\x0b\x99\x2a\x16\x46\xda\xb7\xaf\x11\x85\xbb\x18\x9a\x0d\x4c\x5d\x34\x2c\xcd\xa0\xf7\xd0\xd7\x4a\x5d\xd2\x58\x63\x39\xa1\x6f\xf6\x77\xfc\xe7\xb8\x90\xfe\x83\xa5\xf3\x55\x3b\x28\x9e\xde\x3a\xef\x33\x47\x0c\xd6\xc4\x63\xb7\x23\xdb\x76\xc3\x5a\x4e\x83\xcd\x06\x0e\xc2\x54\x58\xf8\x51\xcc\x95\x4e\xdb\x6c\x40\xe0\x16\xac\x3a\xd0\x89\x03\xaf\x7c\x9b\x6f\xc7\x72\x9f\xc2\x67\x73\x6c\x6e\xa7\x9e\x58\x2f\xc5\xb5\x21\xd4\x49\x0e\x29\xae\x4b\xd7\xae\xd8\xd0\xf0\x29\xae\x13\xa1\x93\x82\xd6\x6a\x2d\x95\xad\xd9\x4c\x29\xe4\x34\xe7\xea\x8d\xf0\xa5\x92\x27\x77\xca\xaf\x03\x59\xd6\x74\x12\x58\x8d\x7b\x0a\xc4\x90\xf5\x5d\x77\x19\xc6\xbf\x01\xd1\xea\x1b\xa3\x68\xa0\x4d\x2b\x90\x2f\x5e\xfd\xe5\x7f\x92\x6e\x58\x76\x53\x6a\xdf\x69\x5f\xb4\xa1\x15\xf7\x51\xd6\x53\xfb\x21\x2f\x6e\x8c\xdb\xd3\x5e\x0f\x68\x7d\x25\xed\xe9\x6f\x07\x05\x30\x1e\x95\xc3\x9e\xc7\x07\x1e\x5d\x36\xb3\x36\x8f\x07\x1e\x9c\x30\x09\x99\xc5\xc3\x50\xed\xc9\xde\xd0\x71\x67\xf2\xce\x04\x47\x5f\x77\xfe\x0e\x00\x00\xff\xff\xf6\xa7\xaa\x64\x24\x12\x00\x00") +var _staticFiltersJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x57\x5b\x8f\xd4\xb8\x12\x7e\x9f\x5f\x51\x67\x0e\xc2\x89\xe8\x4e\x33\x9c\x97\xa3\x40\xb3\x62\x07\x81\x56\x5a\xf6\xc2\x88\xdd\x47\x54\x1d\x57\x12\x33\x69\x3b\xd8\x4e\x0f\xb3\xd0\xff\x7d\x65\xe7\x7e\xe9\x61\xd0\x2e\x79\x4a\x52\xe5\xaa\xcf\x75\xaf\x03\x6a\x78\x25\x0a\x4b\xda\xc0\x16\x82\xb4\x92\x89\x15\x4a\x06\x21\x7c\x3e\x3b\x3b\x03\x00\x30\x54\x50\x62\x95\xa7\x7f\xf6\x7f\xdc\x93\xfa\x33\x31\xb0\xff\xd6\x6f\x6c\xd5\x91\x44\xa2\x64\x4f\x58\xbb\x4f\xe6\x89\xc7\x46\x22\x72\xfe\x23\xf2\x8c\x60\x0b\x9d\x3e\x4b\x9f\x6c\x38\x90\xff\x20\x22\x4c\xf2\xe0\x41\xc0\x4c\x89\x32\xb2\x98\xb1\x70\xd5\xb3\x8b\x15\x58\xcc\x86\x07\xbc\xe6\x14\x82\x07\x81\x23\x44\x4e\x5e\x10\xc2\x76\x0b\x53\xc9\xed\xe3\x6e\x9e\xe4\xd7\xa6\xda\xc3\x16\x4c\x8e\x17\x35\x86\xa7\x33\xc6\x46\x62\xa9\xa9\x24\xc9\x03\xf6\xcc\x21\x82\xa4\x40\x63\xb6\xe7\x3b\x7f\x11\x8b\xd9\xda\xbf\x9d\x83\xe0\xdb\x73\xf7\x99\xa8\x4a\xba\xeb\x33\x78\xd4\xaa\x79\x04\xec\x1c\x38\x5a\xac\x79\xd7\x8e\x75\x42\x7e\xfe\x6c\xe3\xa4\x3f\x67\x13\x1c\xc7\xee\xeb\xd8\x50\x5a\x63\x56\x25\x47\x3b\x32\xe5\xf0\xb2\x8d\x6b\xa3\x77\x8e\x4b\xc8\x2c\x08\x9f\x9e\x75\xc4\xcd\xa6\x3d\x5d\xa8\x04\xdd\x59\x30\x0a\x84\x65\x06\x08\xcd\x2d\x58\xe5\xec\xa2\x09\x84\xed\xce\xfc\x5e\x91\xbe\xbd\xb2\x5a\xc8\x2c\xba\x22\x1b\xb0\x8f\x6c\xd5\x69\x79\x4d\xb6\x79\x0d\xc2\xe8\x83\x12\x32\x60\x2b\x16\x4e\x54\x6a\x2a\x14\x72\xc0\x82\xb4\x35\x1d\xe1\x9d\x34\x44\xd1\x5b\x4f\x0b\x26\x57\x14\x52\xd8\x53\x17\x74\x5e\x74\x74\x81\xc5\xfb\x3a\xe0\x06\xda\xea\x78\xe8\x02\x38\xaa\x19\xc2\xc8\xf9\x20\x60\x9c\x52\xac\x0a\xbb\xae\x0c\x71\xe6\x43\x85\xa5\x58\x18\x62\xf0\xe5\x0b\x7c\xcb\x31\x7f\x6a\x1a\x62\xce\xb8\x86\x34\x94\x68\x0c\x71\xf8\xe1\xe3\xb6\x16\x03\xc6\x1b\x6f\x1c\xb7\xa3\x0b\xc0\x76\x51\xfb\x01\x8b\x60\x10\x15\x47\xa0\xc2\xd0\x5c\xa9\x54\x33\x5d\x2b\x48\x72\x4a\xae\x9d\x39\x6e\x08\x72\x3c\x10\x34\x97\x68\xd2\x18\x12\xa5\xae\x05\xdd\x8d\xe9\xd2\xf3\x98\x28\x73\x5e\x6f\xce\xd7\xde\x8e\x0e\x4f\xa6\xf1\xea\x2c\x3f\x95\xb0\x85\x4a\x72\x4a\x85\x24\xbe\x94\x8f\x35\xf6\x1a\xc9\xca\xd9\x0e\xb2\x42\xed\xb0\x68\xb1\xce\x0e\xdc\xcb\x6a\x63\x9f\x35\xb5\xea\x74\x72\x9d\xdd\x11\x58\xef\x51\x3b\x2d\xe3\x9f\x91\x29\x0b\x61\x7d\x9c\xf7\x42\x4f\xb9\x8f\x8d\x99\x58\x43\xdc\xa1\x86\x58\xc8\xb2\xb2\x2c\x74\x95\xce\xf8\xf7\x60\x6c\x22\x7b\x5b\x12\xe6\x84\xfc\x83\x89\x17\xac\xb7\x17\xf2\x67\x92\x99\xcd\x63\xb8\x58\xcd\xa8\xb9\x90\x36\x06\xab\x2b\x9a\xd3\x0a\xb1\x17\x36\x86\x8b\x27\x73\x92\xc4\x3d\xc5\xc0\xb0\xb2\x2a\x51\xfb\xb2\x20\x4b\x6c\xce\x65\x54\xa5\x13\x8a\xe1\xc5\x80\x2d\x1a\x7e\x04\xe1\x57\x6a\x19\xf4\x05\x7f\x6e\xf2\x71\xd5\x6f\xcc\x39\xb1\xc0\x92\xc1\x7b\x43\x32\xe4\x9c\x75\x47\xc7\xbe\x6f\x7b\x51\x30\xa3\x1e\x87\x75\x6b\x49\x81\x92\x01\x13\x96\xf6\x2f\x38\x27\x0e\xee\xed\x2d\xed\xd5\x81\xbc\xae\x16\x32\x1d\x48\xce\xda\x4f\x5b\x2f\xaf\x06\xf5\xf2\xe9\x34\x91\x91\x73\x68\x9a\x08\x34\x5d\x46\x81\xa4\x1b\xd7\x6c\x66\xb9\xe6\xd5\x44\x2e\x46\x7c\x1d\xeb\x60\xb1\xa5\x4c\xeb\xee\x5c\x9f\x72\xcc\x77\xb6\x9b\x3b\xad\x30\x30\x73\xaa\x92\xca\xb0\x49\xb9\x37\x56\x95\x70\x93\x93\xac\xcb\xa1\x30\x2e\x92\x85\xcc\x40\x48\xb0\x39\xb5\x15\x68\x87\x7a\x94\x19\x3b\xa5\xac\xb1\x1a\xcb\x75\xa7\xc0\x25\x87\x3f\x3a\xc9\x0c\x63\x51\xdb\x78\x62\xf2\x15\x50\x41\xfb\xa5\xdb\xf7\xe6\xba\xa6\xdb\x4b\xc5\x09\xfe\xb3\x85\xff\xc3\xc3\x87\x30\xfb\x7b\xf1\xbf\xb0\x69\x4c\xbf\x61\x65\x68\xea\xa4\xe3\x6a\x82\x43\x95\xdf\x19\xc6\x9f\x28\xec\x2b\xa5\x7f\xa1\x4f\x76\xdc\x2a\x4f\x40\xe2\x54\xe0\x6d\x0c\x17\x8f\x1f\x3f\x5e\xf6\xe8\x66\x03\xa9\xf8\x04\x3b\xc5\x6f\xa1\x44\xce\xbd\x63\x52\x90\x44\x9c\xf8\x0a\xbc\xdd\x61\x2f\xb2\xdc\x02\x49\x5e\x95\x50\x19\xc7\xb2\x57\x9a\xc0\xe6\x28\xe1\x02\x0a\x21\xe9\x1e\xae\xdb\x09\xc9\x83\xf3\x97\xbf\xbe\xb9\xaa\x76\x56\x13\xbd\x51\x5c\xa4\x82\xf8\xf9\x6a\xb9\xb1\x37\xd2\x1c\x32\x16\x46\x89\x31\x01\x6b\x00\xae\xad\x2a\xd9\xca\xab\x92\x78\xd8\xa1\x66\x61\x94\x93\xc3\x18\x84\x93\xfc\x1d\x08\xf2\x38\x22\x6b\xd7\x2d\x20\x25\x83\xf3\x24\x47\x99\x11\x5c\xd3\x6d\xa9\xc9\x98\xef\x8a\x65\xb9\xf0\xd7\x40\x98\x26\x23\xfe\xa2\x61\xe1\x08\x87\xea\x37\x1b\xc8\x31\xb9\x86\x54\x69\xe7\x2f\xe7\x82\xd6\x5b\x46\xc8\x84\x1a\x47\x25\x28\x21\xd3\xea\x06\x50\x72\x68\xee\x56\xa3\x39\xfb\xb7\x2f\xd2\xce\x66\x59\x57\xc2\x4e\x4d\x68\x9a\x6c\xa5\xe5\xd7\x6a\x87\x2b\x42\x86\x4d\x06\xbf\x7a\x54\xf4\xb5\x6a\x24\xbe\x3e\xff\x12\x2d\x2e\xac\x0c\x3d\xf1\x5e\x9d\x63\xb6\x67\xd4\xc3\xf9\x68\xdb\xf8\xb0\xb8\x6d\xb4\x59\xec\x77\x87\x66\x1a\xa8\x97\x8d\xed\xb6\x5d\x1a\xea\xf1\xa3\x1d\xf7\x59\xb8\x24\x03\xfa\x1d\x23\xb7\xfb\xa2\x15\x95\x0b\x6b\x22\xab\xea\x59\x7b\xe4\x84\x29\x80\xe6\x80\x30\x7f\x60\x21\xb8\xdf\x79\x74\x35\x1b\x48\x17\xd4\x95\xa8\x49\xda\x20\x8c\x90\xf3\x4b\xb7\xcf\x04\xac\xc0\x1d\x15\x6b\x21\x53\xc5\xc2\x48\xfb\x7e\x36\xa2\x70\x17\x54\xb3\x09\xaa\x0b\x8f\xa5\xa1\xf4\x5b\x14\xb7\xe2\x97\x54\xd7\xa0\x4e\x28\x9e\xfd\x1d\xff\x39\x2e\x14\x86\xc1\x3a\xfa\xaa\x1d\x21\x4f\xef\xa3\xf7\x99\x30\x06\x0b\xe4\xb1\xdb\x9e\x6d\xbb\x7b\x2d\x27\xc8\x66\x03\x07\x61\x2a\x2c\xfc\x90\xe6\x8a\xaa\x6d\x76\x23\x70\xab\x57\x9d\x02\xc4\x81\x57\x7e\x00\x68\x07\x76\x9f\xdc\x67\x73\x6c\x6e\xdb\x9e\x58\x2f\xc5\xb5\x21\xd4\x49\x0e\x29\xae\x4b\xd7\xc8\xd8\xd0\xf0\x29\xae\x13\xa1\x93\x82\xd6\x6a\x2d\x95\xad\xd9\x4c\x29\xe4\x34\x1b\xeb\x5d\xf1\xa5\x92\x27\xb7\xcd\xaf\x03\x59\xd6\x74\x12\x58\x8d\x7b\x0a\xc4\x90\xf5\xfd\x78\x19\xc6\x3f\x01\xd1\xea\x1b\xa3\x68\xa0\x4d\x6b\x93\x2f\x6b\xfd\xe5\x7f\x92\x6e\x8c\x76\xf3\x6b\xdf\x83\x5f\xb4\xa1\x15\xf7\x51\xd6\x53\xfb\xf1\x2f\x6e\x8c\xdb\xd3\x5e\x0f\x68\x7d\x8d\xed\xe9\x6f\x07\xa5\x31\x1e\x15\xca\x9e\xc7\x07\x1e\x5d\x36\x53\x38\x8f\x07\x1e\x9c\x30\x09\x99\xc5\xc3\x50\xed\xc9\xde\xd0\x71\x67\xf2\xce\x04\x47\x5f\x91\xfe\x0e\x00\x00\xff\xff\x4b\x0b\xdf\xbf\x3e\x12\x00\x00") func staticFiltersJsBytes() ([]byte, error) { return bindataRead(