From dd6c3b10573f46c1bea3dff68a97bc25eb765cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 26 Apr 2017 17:52:35 -0700 Subject: [PATCH] Correctly anchor regex silences Silence regex rules are not anchored, be explicit --- assets/static/ui.js | 2 +- bindata_assetfs.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/static/ui.js b/assets/static/ui.js index 6de24d0ae..d8950cc86 100644 --- a/assets/static/ui.js +++ b/assets/static/ui.js @@ -111,7 +111,7 @@ var UI = (function(params) { var pval; isRegex = false; if (values.length > 1) { - pval = "(" + values.join("|") + ")"; + pval = "^(?:" + values.join("|") + ")$"; isRegex = true; } else { pval = values[0]; diff --git a/bindata_assetfs.go b/bindata_assetfs.go index 6747c3565..00329cac1 100644 --- a/bindata_assetfs.go +++ b/bindata_assetfs.go @@ -1436,7 +1436,7 @@ func staticTemplatesJs() (*asset, error) { return a, nil } -var _staticUiJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3b\x5d\x93\x1b\x37\x72\xef\xfa\x15\xed\x39\xe7\x38\x2c\x91\xdc\x95\x93\xbb\x4a\xd1\xa2\x52\x92\xf7\x6c\x29\x65\x9d\x55\xde\x75\x12\x97\xa2\x4a\x61\x67\x9a\x1c\x68\x31\xc0\x1c\x80\x59\x8a\x91\xf7\xbf\xa7\xf0\x31\xdf\x98\x21\x69\x49\x7e\x0a\x1e\x76\xc9\x99\xee\x46\x7f\x03\xe8\x06\xef\x89\x84\x5f\x5e\xc1\x06\xe2\x6d\xc9\x13\x4d\x05\x8f\x0b\x22\x49\xae\xe6\xf0\xf1\xd1\xa3\x47\x00\x00\x17\x17\xb0\xcf\x90\x43\xa9\x50\x42\xc2\x68\x72\x07\x82\x03\xe1\x07\x20\x0c\xa5\x06\x46\x6e\x91\x41\x2e\x52\xc2\xa0\x10\x45\x59\xc0\x9e\xea\x0c\x08\x30\xaa\x34\x88\x2d\x14\x42\x29\x7a\xcb\xb0\xa2\xb6\xa5\x4c\xa3\x84\x3d\x65\x0c\x54\x26\xf6\x0b\xd0\x19\x55\x50\x31\x00\x54\x99\xb9\x52\xd0\x02\x14\xea\xb2\x00\x9d\x11\xed\x26\xb0\x24\xec\xc3\xd7\x76\xbe\x4d\x8d\x15\x1b\x86\xc1\x8f\xaf\xe3\xe8\x4f\x96\x2d\x0b\x15\xcd\x57\x82\xc7\x91\x99\x6a\x75\xab\x56\x96\x50\xb4\x68\x30\xf1\x1e\xb9\x6e\xa3\x9b\xf1\x0b\x57\x88\xab\x37\xa4\x54\x18\xcf\xbf\xed\xbc\x32\x3a\xcb\xfd\xf4\x5f\xc7\x86\xf7\x00\x80\xd3\x8a\x01\xb0\xe4\x57\x12\x19\xd1\x98\xde\x10\xb9\x43\x3d\x06\xff\x3f\x77\x78\x80\x8d\xfb\xbc\x4a\x89\x26\x71\x64\x3f\x2f\xef\xf0\x10\x8d\x22\xdd\x5b\x4e\x86\x48\xf7\x46\xf4\x21\x12\xd1\x5a\x2a\xd8\xc0\x73\x63\x3d\xb5\xfa\x01\xf5\x8f\x06\xfc\xb9\x79\x1c\xd7\x6c\x2c\x1a\xe2\x01\x1a\x89\x28\xb9\xb1\xe1\x06\xae\xcb\x3c\x27\xf2\x60\xc8\x9c\x82\x6c\xf5\xb6\xda\x52\x9e\xc6\x91\xb3\xc4\x52\x53\xcd\x30\x9a\xaf\x32\x9d\xb3\xb8\x03\x6c\xc6\x0d\xe6\x85\xd1\x9c\x5a\xfd\x8c\x3c\x45\x19\x47\x16\xeb\xc6\x22\x2d\x7a\x46\x73\xc3\x0a\xb8\x76\xff\x16\x81\xf7\x9e\xf9\x75\xf5\x61\x00\xf2\x30\xef\x3c\x0a\xc8\x9f\x51\xae\xad\x0e\x4b\x2d\x12\x91\x17\x0c\x35\xae\x7e\x40\x8e\x92\x68\x7c\x69\x5e\xfe\x4e\x65\xdc\x8a\xf4\x30\xa2\x8b\x11\x4d\xbc\x30\x18\x0b\xf8\x68\x59\x5a\x3b\xce\xa6\x05\xf8\xba\x51\x3d\xb9\xb5\xaa\x37\xe1\x61\x23\x3b\x5a\x40\xcd\x49\xa9\xb5\xe0\x4b\x17\xac\x9d\x70\x61\x98\xf7\xa3\xa5\xd2\x8b\x0f\x6d\xeb\xf6\x0c\xf3\x95\x76\xee\xee\xdd\xd2\xbd\x5d\x92\xa2\x40\x9e\x1a\xf7\x2c\xb1\xef\xa0\x10\x8a\x5e\xcb\x50\x1c\x65\x34\x0d\xc2\x7f\x6f\xc9\xaa\xd5\xf3\x34\x75\x1f\x63\x37\x51\x0f\xf4\xa1\xf5\xbd\xfd\x39\x98\x2c\x32\x9a\xa6\xc8\x4f\x4f\x17\x47\x73\xc2\x84\xe3\x27\x19\x65\xa9\x44\x1e\xcf\x57\x12\x73\x71\x3f\x48\x38\xe3\x7e\x72\x14\xd5\xa5\xb1\xff\x24\x54\x7f\x2f\xe4\xdf\xf1\x83\xfe\x19\x99\x20\x69\x1c\xd0\xc5\xc3\xb7\x4d\xc2\x47\x92\x64\x3e\xbd\xef\xa4\x28\x0b\xc8\xc8\x3d\xda\x94\xce\xef\x60\xe7\xfd\x3c\x85\xad\x90\x40\xf5\x02\x6e\x4b\x0d\x7b\x04\x63\x20\xa0\x1a\x4a\xae\x29\xab\x48\xd9\x65\x23\x13\xf7\x28\x15\x98\xbf\x2e\x9b\x3b\xaa\x4a\x18\xf0\x54\xa0\xe2\x91\x06\x2d\x89\xca\x40\x67\x08\xbf\xbc\x6a\x12\xfd\x0f\x06\xf2\x47\xca\xef\x5e\x5a\xec\xcd\xb8\x23\x3a\x9f\x73\xf6\xcb\x45\xa9\x10\x79\xcf\x75\xfb\x56\xf3\x96\xaa\x54\x6b\x05\x5e\x5a\xd6\x96\x56\xd2\x67\x40\x22\xfb\x96\xaa\x2c\x9e\xaf\x08\xa7\x39\xd1\x18\x0f\x7d\x5f\x14\x24\xa1\xfa\xb0\x86\x27\x97\x97\x5d\xa7\x5b\xc0\x37\x97\x97\xa3\x9e\xd7\x63\x98\x21\xb9\xc7\x3f\x96\xe1\x13\xd9\x6d\x3b\x87\x99\x1c\x08\x63\x60\xb8\x47\x93\x08\x29\x57\xc6\xf4\x6d\x87\x29\x08\x47\xe6\x6c\x6d\x17\xfa\x52\x21\x68\x21\x98\xa6\x85\xaa\x08\x11\x9e\xd6\x2b\xbc\x50\xd8\xb3\xf9\x8d\x87\x6e\x9b\xdc\xd2\xfe\x5b\xdf\xee\x2b\xe3\xae\xcd\x3b\xaf\x9d\xb7\x26\xe9\x2c\xb5\xd8\xed\x18\x6e\xfc\xd4\xef\xa2\x79\x4b\xbb\x74\x01\xa1\x64\x56\x99\xc5\xe3\x04\xb4\xe7\xf4\x4a\x05\x5f\xc3\x96\x30\x85\x0b\x23\x8d\x62\x62\xaf\x20\x15\x7b\x5e\x09\x0a\x36\x26\xfd\xae\xa5\x3d\x52\x64\xe4\xb0\x0e\x2e\x5e\x60\xb7\x44\x6b\xf8\xcb\xe5\x65\x68\xed\x02\x1b\x64\x7d\xb3\x39\xd3\x0d\x1e\xd9\x04\xb3\xae\xe5\x31\x0b\x62\x1c\xf9\xac\x03\xbf\xfd\x56\xbf\x70\xd9\x59\xab\x2a\x23\x05\x28\x49\xba\xdb\x99\x25\x33\xb2\x91\x1c\x1d\x4d\xac\xb5\xbf\x58\x7b\xda\xad\x86\x35\xaa\xdd\x6b\x8e\x46\x70\x20\xe0\x1d\xcc\xb7\x01\x90\xca\x3f\xda\x10\xf5\xb4\x94\x53\x3d\xb6\x3b\x6c\xf6\x8f\x71\x9f\xf0\x35\x65\xc8\x13\xfc\x5e\xc8\x3c\x1e\x48\xd2\xbc\xbb\x22\x9a\x8c\x51\x37\x2b\x81\x5d\xda\x94\x5d\x0a\xa2\x3f\x71\xdc\xb7\xc8\x46\xf3\x95\x42\x49\x09\xa3\xff\x8b\xcf\xa5\x24\x87\x36\x0f\x06\xb7\x20\x07\x93\xa1\x61\xd3\x71\x8f\x9c\xe8\x24\x43\xb3\xad\x79\xfb\xae\x6d\x1e\xa5\x89\xd4\xea\xb9\x5e\x43\x14\xb5\x9f\x23\x4f\x03\x4f\x13\x89\x26\x6f\xbf\x38\x0c\x5e\x88\xdc\x44\xb2\x79\xdc\x98\xf2\xdb\x7e\x84\x39\xb1\x02\x01\xd4\x71\x64\xb5\xa7\x3a\xc9\xc0\x6d\x00\x38\xc9\x71\xb0\x59\x48\x88\x42\x88\xfc\x9c\xd1\xba\xfa\x5e\x31\x17\xad\xfb\xfe\xe7\x75\xf2\xb6\x26\xf9\x0e\x36\x76\xe6\x95\x65\x69\xb0\x25\xb8\x95\x48\xee\x3a\x4f\x1f\x82\x09\x98\x6e\x21\x36\x26\xaa\xb4\x18\xf9\x58\x98\x5d\x11\x8d\x37\x34\xc7\x37\x34\xb9\x43\x39\x9b\x77\x45\xf0\xec\xac\x2a\x34\x6f\xe8\xa3\x54\xcc\xe3\xce\x0a\xfd\x30\xe0\xc4\xd9\xed\x4c\x3e\x1c\x92\xe7\xe2\x08\x85\x09\x1e\xbc\x95\x87\x3e\x0b\x2b\xb3\x34\x25\xba\xb0\x34\x4e\x49\xa1\xfd\x13\x4d\x27\xd3\xcc\xea\x33\xcd\x2c\xb0\xb5\x6e\xc5\x8e\xc3\x69\xcf\x1d\xcf\xee\x09\xeb\x63\x19\xdd\x79\xac\x3f\xff\xd9\xe3\xaf\x18\xf2\x9d\xce\xe0\x19\x5c\x0e\xf7\xaa\x36\xcc\xee\x09\xeb\xfb\x0d\x55\x3f\xe3\x0e\x3f\x98\xc8\x36\x59\x7d\xf0\xba\x9e\xa7\xa1\xfe\x24\xb4\x13\x06\x4b\x1d\x36\x10\xc5\x11\x3c\xae\x38\x7a\x2f\x28\x8f\xa3\xdf\xa2\x39\x3c\x86\x68\x1e\x0d\xf7\xb1\x6d\x06\xb4\x1c\xba\xf5\x03\x20\x53\x38\x35\x9f\x9b\xe9\xed\xe5\xbb\x01\x6a\xef\x7b\xe5\x39\x55\x5a\x59\x15\xa5\xca\x02\x0b\x1d\x80\x89\xb6\x75\x63\xcb\xd0\x9a\x64\x67\x5d\x5b\x1e\x42\xaf\xbd\x50\xeb\xea\x43\x9f\xb5\xfe\x36\x3d\x18\xa9\x12\x75\x29\x79\xc5\xf7\x78\x66\xfe\x8e\xb0\xa4\x34\xa7\xa4\xab\x52\xda\x15\x3a\x9c\xa6\xcd\x72\x7d\x47\x0b\x63\x52\x13\x0f\x9a\xe6\xe8\x1c\x0c\xa8\xe2\x33\x0d\x12\x49\x7a\x80\x03\x6a\x0f\x6f\x4c\xff\xd5\x49\x31\x6e\xd6\xd5\xaf\x4e\x8a\x64\x2f\x92\x77\xb5\x47\x95\x2e\x25\x7c\x62\x5a\x31\x24\x7e\x57\x46\x68\xe1\x6b\xa1\x09\xbb\x22\x07\x13\x87\xb1\xc3\x5f\xa5\x74\xbb\x8d\x2b\x66\x16\x30\x4b\xc9\x41\xcd\xe6\x9d\x69\x2d\xda\x4b\x51\xca\x29\xbc\xcc\xbc\x37\x0a\xf8\x27\xf8\xe6\x5f\x06\xd8\xaf\x29\x2f\xb5\x8d\xff\x11\xf4\xdc\x01\xcc\x0c\xfe\x5f\x2f\x2b\x7c\xab\x28\xe7\x06\xcb\xd4\x9b\x7e\x69\x38\xac\x0e\xd3\xb5\x44\xf3\x49\x14\xcb\x5c\x07\xc7\x8a\x33\x8d\xe4\x59\xea\xa0\x79\x39\xe6\x41\xcb\x5e\xa1\x4a\x60\x03\xb9\x30\x0b\x60\x6c\x76\x9a\xb5\x84\xf5\x4c\x3d\xd8\xf6\xd7\x95\xc4\x82\x91\x04\xe3\x88\x72\x20\xb0\xc5\x3d\x28\x4c\x04\x4f\x95\x39\xbf\x73\xb1\x8f\xce\xa3\xd2\x21\x01\x64\x27\x06\x64\xda\x62\x5b\x1a\xcb\x14\x55\x22\x69\x61\xe4\xaf\xe4\x6e\x13\xef\xca\xed\x4c\x19\x90\xda\xbd\xa8\xa7\xe9\xc0\x35\x5f\xce\x90\xf7\x28\x85\xf3\x64\x45\x9e\x86\x24\x6d\x08\x4f\x6c\x12\xff\xfd\xfa\xa7\xbf\xbb\x4a\x4d\x38\x07\x19\xc5\x98\x6d\x5e\x94\x94\x92\x81\x59\x28\x5a\x33\x57\xb5\x08\xb7\x35\xaf\xd8\x21\x05\x35\xcb\x47\x9d\x15\xa3\xff\xe6\xe6\xdf\xf2\xbf\xe0\xcd\x4f\xd7\x37\xb0\x5c\x1a\x70\x43\xaa\x86\x30\x4c\xac\x94\x96\x94\xef\xe8\xf6\x10\xf7\xf6\xb0\xf1\x7c\x01\x25\x4f\x71\x4b\x39\xa6\x0b\xf8\x26\xa4\x03\x43\xe1\x05\x13\xb7\x95\xec\xe9\x84\xc8\xbf\x14\xe9\x48\xea\xed\x15\x4d\xfe\x3f\xff\x9e\x80\xfe\x9a\x72\x03\x7b\x22\x95\xdc\x41\x77\x09\x91\xc4\x1b\xa2\x2a\x43\x77\x0b\x72\x75\x06\x73\x70\x51\x07\xb7\x74\x47\xa8\x23\x98\x06\xaa\x8b\xa7\x34\x16\xb0\x81\x82\x48\x85\xaf\xb8\x8e\x8f\x10\x30\xe0\xd1\xbc\xc9\x17\x17\x17\x20\x71\x99\x54\xeb\xb8\x23\xb7\x15\x12\x98\xd8\xfb\x0d\x4e\x03\x49\xb7\xb6\xee\x44\xee\x11\xfe\x02\x2e\x0d\x3b\x04\xc2\x53\x48\x4a\x29\x91\x6b\xa8\xa6\x02\xaa\xe0\x49\x05\xa5\x33\xc2\x5d\x37\x83\xf2\x5d\x43\x50\x70\x5b\x80\xa2\x3c\x91\xb6\xb6\x61\x4e\xe3\x25\x4b\x61\x47\xef\x11\x4a\x55\xcf\xb2\x00\x2e\x34\xfc\xb5\xa2\x56\x4d\xd1\x5f\xcd\xfe\xc3\xf0\x3b\xbe\x16\x1a\xe5\x35\x2b\x68\x75\x70\xb2\x4f\x5b\xdb\x3c\x77\x3c\x72\x2b\x53\xfb\x68\xd4\x99\xa1\xf5\xa5\xbd\xae\xc2\xf0\x34\xe4\xc8\x55\x6b\xd6\x69\x04\x9b\x85\x76\x40\xf0\xe1\x51\x2b\x46\x2b\x7f\xdb\x40\x54\xab\x30\x6a\xcb\xe2\x6c\x66\x4d\x44\x1b\x6d\x76\xcc\x65\x6d\x6c\xde\xfe\xb3\x33\x92\x42\x5d\x03\x2a\xa7\xf7\x7f\xed\x9c\x9b\x2c\xb5\x67\xf0\xc4\xec\xfe\x5b\x5c\x3f\xb5\xd3\x74\xf7\xe7\xde\x37\xed\xbf\x65\x0b\x38\x74\x1c\xf2\x26\x23\x69\x6a\x67\xf0\xd6\xaa\xc5\xee\x6f\xc6\x7f\xa7\x64\x97\x95\x64\x1d\x91\x5a\x62\x3c\x83\x4b\x23\xd8\xf9\x42\x9e\x24\x9d\x2a\x6f\xb5\x24\x89\x0e\x89\xe8\x58\xf1\xa9\xec\x69\x37\x29\x75\x67\x74\xb2\xa7\x58\x05\xcd\xde\xc6\x8c\x44\x55\x32\x0d\x76\xcd\x36\x19\x5e\x69\x92\x17\x26\x8c\x5d\x11\x98\x03\x61\xe6\x4b\x6a\x34\x40\xf3\x32\xef\x12\xd4\x19\x72\x78\x5f\x2a\xb3\x18\x18\x45\x51\x0d\x5a\xd8\xe0\x1c\x82\xd7\xe9\xb6\xc3\xe3\x50\xec\x87\xd6\xf2\x76\x52\x56\xee\xed\x4f\xa6\x0e\x1a\x83\x7a\xd1\xc5\x85\xef\x08\x6c\xcd\x11\xda\x64\x30\x5b\xe1\xa0\x7c\x07\xdc\x6c\x41\x1c\x2d\xd5\x54\xc9\xda\x27\xee\x89\xe2\x52\xd3\x66\xe8\xef\x16\x1a\x81\x5d\xc7\xe0\xb3\x76\x3d\xcf\x6b\x56\x85\xda\x55\x2d\xed\xfd\x28\x48\x4a\xf9\x2e\x5a\xc0\xc7\xe3\xcd\x36\x64\x98\x9f\xd1\x49\x35\xe0\xb6\xa3\x69\x0e\x11\x1f\x1f\x7a\xbd\x2f\x57\xe3\xb0\xb5\xa3\x56\xaf\xd4\xec\xdd\x55\xc1\xa8\x8e\xa3\x45\xbf\xbe\xc1\x42\x47\xfc\x66\x92\xb7\xac\xc2\xdc\x44\xf3\xb7\x97\xef\xde\xc1\x06\x3a\x8f\x9e\xbc\x1b\xef\x43\x39\x96\xc8\x7b\xf2\x61\x70\xf8\x2e\x25\x5b\xc3\x8c\xb8\x26\xed\x7b\x25\xf8\xbf\xfd\x63\x63\xbf\x99\x13\xf9\x66\x06\x8f\xa1\x11\x62\x56\xbf\x98\x0d\x8a\xb7\x28\xa5\x90\xeb\x46\xa2\x0f\x99\x5c\x80\xc6\x0f\xfa\x5a\x13\x5d\xaa\x85\x03\xb8\xc9\xa4\xd8\xf3\x70\x31\xc3\x2a\x55\x9a\x5d\xec\x87\x4c\xae\x24\xaa\x42\x70\x85\x37\xf8\x41\x9b\xcd\x56\x0b\xdd\x7c\x6d\x28\x87\x0a\x1c\xe7\x3a\x11\x1c\x73\xa4\xef\x89\xb6\x6e\xfd\xd1\x8b\x89\x52\xf6\x1c\xca\x8d\x41\xdb\x70\x50\x2e\x57\x65\x92\xa0\x52\x2d\x4d\x19\xd5\x8e\x6b\xe4\x94\x30\xec\x62\xb0\x31\xa7\x74\xc3\xbb\xa6\x99\x75\x65\x7b\x19\xbd\x4a\xab\x7d\x16\xe6\x07\x7a\x5d\x10\xd7\x18\x6a\xe3\xbf\x5f\xb8\xee\xcc\x38\x7e\x8b\x86\x85\x5c\x39\x76\x5b\x34\x82\x1d\xed\x49\x7a\xe0\xd7\x10\xe6\x23\xa5\x22\xf0\x0e\x36\x9b\x4d\x73\xf2\x38\x4e\xc4\x8c\x00\x91\x11\x4d\xb6\x47\xbf\xf2\x75\x12\x7b\x6f\x6b\xf9\x3e\x0f\xa7\x1d\x7a\x27\x91\x30\xe3\x0e\x0f\x47\x2a\x6f\xa1\xe1\xab\x71\xf5\x8c\xa7\xe2\xf9\x5b\x13\xa7\xdf\x0a\x39\x95\xb0\xab\xdf\x62\xba\xee\x24\xcd\xb6\x2b\x34\x44\x4f\x20\xf9\x49\x16\xef\xe7\xde\x63\x6f\xc2\x4f\x3f\x7b\x16\x33\x09\xcc\x39\x8d\x37\x5c\xff\x06\x87\x1b\x41\x66\x9a\xaa\xfd\xd9\x55\xfa\x9a\x44\xa8\xd2\x3e\xee\xa5\x34\x11\xfc\x05\x51\xb8\x86\xd9\x96\xcc\xc6\xdd\x40\xd3\xe4\xee\x55\x22\xb8\x85\x5b\x26\x19\x26\x77\x13\xd0\x7b\x9a\xea\xcc\x80\x52\x3d\x01\xe5\x58\x7c\xce\x98\x59\x7e\xd6\x30\x7b\x4a\x21\x61\x44\xa9\x4d\xb4\x25\x50\xcd\xb2\x54\xff\x28\x89\xc4\xa5\x88\x9e\x3d\xbd\xa0\xcf\x26\xc8\xa5\x78\x8c\xe0\xc9\xa4\xb8\xe0\x78\xed\x5d\xbd\xa2\xa5\x0a\x7b\xc8\xb4\xe4\xdc\x85\x30\xd7\xfa\xb0\x37\xe3\xdc\xc7\x14\xb7\xa4\x64\x3a\x7a\x36\xb3\x05\x20\xd7\xde\x1f\xb4\x49\xe0\x31\x44\x6b\x78\x7a\x61\x08\x3e\x8b\xc6\x99\xc8\x4b\xa6\x69\xc1\xf0\x1a\x0b\x22\x89\x36\x2b\xe2\x0c\x8e\xaa\xd3\x31\x6c\x1c\x91\x18\xb6\xed\xb5\x28\x73\xd6\x98\x40\xb4\x30\x5d\x71\xeb\xfb\x7b\x31\x2f\xf3\xea\xd5\x02\x78\x99\xdf\x98\x93\xc8\x74\xea\xf4\xc5\x98\x93\x54\xb6\x27\x92\x9b\xcd\xa3\x51\xd9\x64\x2e\x18\xed\x3a\x39\x75\x46\xf0\x18\x5a\xac\x9a\x87\x55\xf7\xa9\xd2\x4b\xa5\xf1\xf1\x9c\x13\xce\x36\xe7\x64\x93\xaf\xe3\xd9\xaa\x2a\x82\x2d\x8b\xf6\xf1\xa3\x29\x8b\x8d\x44\xe3\xd6\x9b\x2c\xfa\xf5\xd7\x5f\x7f\x5d\xbe\x7e\xbd\xbc\xba\x82\x97\x2f\xd7\x79\x3e\xe2\x22\x26\x72\xd5\xd8\xbd\x03\xb0\x21\x9b\xbb\xb0\xb6\xb1\xc4\x44\x72\xb7\x14\x53\xe1\x43\x74\x0b\x9c\x30\xe4\x29\x91\x13\xf0\x65\xd1\x40\x67\x78\x2f\x05\x5f\x96\xc5\x14\x7d\xb1\xe7\x03\x0c\xf3\x70\x02\xa7\x90\x78\x4f\x45\xa9\x06\x78\x0c\xb7\x53\x99\x85\xbb\x98\xed\xe2\x48\xba\xcb\xa6\x90\xb4\x48\xc9\xa1\xc6\x22\x4a\xa3\xa4\x6a\x2a\xcb\x25\x0c\x89\xac\x11\x4a\x9e\x4e\xa9\x37\x61\x42\x75\xcc\xa1\x70\x16\x76\xb7\x30\x0d\x5f\x12\x5c\xd7\x25\xf7\x30\x98\xa2\x29\xbe\x38\x5c\xdb\x7b\x25\x5a\x96\x38\xe2\x3b\x9c\x51\xee\x21\x4e\xf6\xed\xc0\x6d\x8d\xd0\x95\x88\xd1\xb8\x70\x71\xb8\x74\xa1\x7b\x4b\xd2\x1d\xce\xec\x75\xa9\x99\xad\xdc\xcd\xda\xc7\xd9\xb1\xfc\x62\x4b\x92\x96\x4c\x73\x35\x6f\x55\x10\xe9\x7a\x10\xf5\x07\xbb\x9a\xcf\x1c\x60\xbf\xc1\x5c\xab\x60\x0b\xb1\x83\x08\x35\xa5\xc7\x13\x9c\x2b\x8f\xe8\x0c\x25\xce\x14\x10\x7e\xd0\x19\xe5\xbb\x3a\xc9\xd4\xab\x10\x10\x36\xb6\x03\x0a\x4e\xdb\x5a\xbd\xc6\x58\x9e\xe8\x19\x7b\xce\xec\xfb\xdf\x37\xff\xf1\xd9\x4f\x76\x94\x8b\x0b\x5b\x0d\xf3\x85\x1c\xef\xb8\xa0\x05\x70\xb1\x87\xc7\x75\xd9\x36\xe8\x26\xa7\xd7\xc6\xeb\xd6\x13\x49\xd3\xf8\x49\xdd\x4c\x9c\x85\x1d\xb0\xcb\x93\x49\x8d\x86\xa1\xc7\x4f\x20\x13\xe5\xf0\xd2\xf0\x19\x55\xa5\x01\x1b\x55\x4b\x74\x84\x8b\x7d\x86\x1c\xef\xb1\xd5\x99\x48\x32\xc2\x77\x76\x9d\xb2\x85\x31\xa2\xaa\xc2\x98\x55\xdb\x56\x54\x2d\x84\x11\x7a\x08\x09\xe1\x33\xed\x0a\xe7\x75\x81\xaf\xa2\x3e\x22\xda\xe0\x1e\x93\xe0\x71\x94\x16\x2b\xc7\x4b\xb4\x80\x56\xab\xa4\x7d\x85\x31\xec\x7b\xa7\x77\x74\xfa\x9d\x9a\x10\xb5\xcf\xd0\xb6\x19\x68\xc9\xeb\x85\x23\xa6\xca\x18\xfe\x16\x81\x68\x60\x48\x94\x6e\xda\x08\x64\xab\x5b\x76\x09\xa7\x57\xff\xb2\xb2\xb6\x2f\xbd\x87\xeb\x04\xe7\xf9\xf3\xa0\x69\xdc\x1e\x63\xbb\x8d\x11\x4b\xd6\xf7\xbf\xc9\x6a\xd0\xe0\xbe\xd5\x3c\x5a\x8c\x37\xfa\xce\x9a\x68\x56\x55\x24\x13\xc1\x18\x29\x14\x2e\xa0\x76\xa2\x56\x42\x87\xf1\x8c\x3e\xd2\x65\x1d\x33\xe5\x69\x65\xdb\x4f\xd1\xdd\xec\x8b\x71\x7f\x06\x1f\xaa\xbc\xcd\xa9\x8e\xa7\xeb\xbb\xcd\x68\xae\x19\x0e\x7a\xc2\x63\x6a\x34\x21\x3b\xb8\x38\xe4\x6f\x42\x6d\x36\x9b\xd0\x4d\xab\xf6\xf0\x65\xc4\xef\x04\xd7\xc8\x4d\x94\x4e\x1e\x89\xff\x26\xa5\x90\xad\xc2\x5e\x74\xed\x97\xa8\x2a\x04\x05\x77\xc7\x81\x68\xfc\x4c\x3f\xd4\x95\xad\x6e\xd4\x5d\xfc\x9a\x99\xea\xf6\xfc\x77\xe6\xdc\x51\x5d\xfe\x1f\x0b\x50\x37\x8e\xe7\xa4\x56\x6b\x2c\xa4\x8a\x52\x32\x7b\x19\x22\x25\x2c\xd4\xe5\x1f\xa3\x39\x52\x2d\x6e\x86\x3e\x14\xb8\x86\xe8\xcd\x4f\xd7\x37\x13\x07\x45\x5b\x5d\x2e\xe5\x44\x75\xc8\xf0\xb4\xee\xdf\x1f\xf0\xe6\x9f\xa8\xfd\x7c\x7a\xb9\xb9\x19\x17\x17\xe0\x8f\xc7\x26\xff\xee\x33\xa2\xed\x2a\x68\x29\x58\x9a\x7e\x25\x83\x1d\x86\x53\x6f\x35\x3e\x63\x05\xbb\x19\x26\x1c\xfa\xe4\x4e\xa9\x0f\x76\xdb\xd6\x04\x24\x5a\x74\x27\x90\x96\x07\x23\x6b\x8a\x89\x70\xbf\xa5\x20\xca\xda\xe0\x24\xaa\x75\xb7\xfa\x16\xbd\x92\xb6\x52\xe4\xae\xa4\x97\x13\x4e\x76\x28\x21\xa6\x56\x6b\x7b\x94\x08\xe4\x96\xd9\x2d\x4d\x22\x38\xc7\x44\x87\x4a\x4e\xdd\x61\xb8\x3b\xa5\x7a\x69\xf4\xfd\x1e\x36\xce\x7b\xec\x45\x80\xa1\xa6\x8e\x95\xf1\xc0\xab\xf8\xfd\xca\x89\xf2\xd5\xf9\x75\x58\xf0\x46\xf7\x24\x4e\x99\xf1\x58\xb9\xd8\xec\xa8\x13\xe2\xee\x37\x1b\x9a\xa7\x31\x72\x71\xe1\x37\x5c\x56\x17\xf0\x5e\x09\xbe\x80\xd4\x6c\x6e\xed\x49\xe0\xf8\x9c\x93\x10\xa3\x69\xc6\x8d\x4f\xcb\xbb\xb6\xa1\x32\xad\xb9\x2f\x93\x62\x47\xce\xb4\x30\xda\xaa\xe9\xa6\x99\x0f\xd9\x51\xdb\x18\xef\xb2\xdd\x16\x65\x71\xec\xad\x05\x4f\x3a\x3a\x6e\xd7\xb0\xd4\x24\x4d\xcf\x58\x44\x1c\x9d\x59\x6f\x31\x9f\x79\xe5\x4d\xda\xe9\xda\x33\x1a\xfe\x09\xe4\x40\x63\x0e\xf1\xd5\xd5\xda\xe6\xf5\x95\x13\xdb\x3f\x4c\x8f\x15\xd4\xc3\x07\x93\x16\xc0\xf4\x21\xb3\x1a\x4d\x16\x8e\x5e\xf1\x7b\xc2\xa8\xbd\x22\xe0\x92\xdf\x30\x51\x3d\x7f\xf3\xca\x95\xe8\x7a\x4b\x90\xed\xca\x1d\x53\xea\x17\xf7\xf9\x2f\xb7\xb1\x98\x8a\xf6\x89\x98\x30\x6a\xb9\x71\x4b\xbf\x49\x2f\xd1\x44\x9b\x63\xe4\x95\xeb\xae\x17\xd2\xfe\xbf\x72\xeb\xee\x39\xbb\xd2\x73\x77\xd9\x5d\x31\x3b\x8c\x3d\x04\xaf\x32\xfc\x11\xbf\xc9\xfc\x92\xbf\xab\xf4\x5b\xc6\x86\xc9\x57\x9c\xea\xb5\xfd\xa9\x52\x63\xd7\xeb\xfe\xef\xa5\xd6\xc3\x9f\x50\xd5\x64\x1f\xe6\x66\xc2\xff\x0b\x00\x00\xff\xff\x24\x74\xba\x88\xc4\x3f\x00\x00") +var _staticUiJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3b\x6b\x93\x1b\x37\x72\xdf\xf5\x2b\xda\x73\xca\x71\x58\x22\x67\x57\x4e\xee\x2a\x45\x8b\xba\x92\xbc\x67\x4b\x29\xeb\xac\xf2\xae\x93\xb8\x14\x25\x85\x9d\x69\x72\xa0\xc5\x00\x73\x00\x86\x5c\x46\xde\xff\x9e\xc2\x63\xde\x0f\x92\x7a\xdc\xa7\xe0\xc3\x2e\x39\xd3\xdd\xe8\x37\x80\x6e\x70\x47\x24\xfc\xfa\x1a\xd6\x10\x6e\x0a\x1e\x6b\x2a\x78\x98\x13\x49\x32\x35\x87\x8f\x8f\x1e\x3d\x02\x00\xb8\xb8\x80\x7d\x8a\x1c\x0a\x85\x12\x62\x46\xe3\x3b\x10\x1c\x08\x3f\x00\x61\x28\x35\x30\x72\x8b\x0c\x32\x91\x10\x06\xb9\xc8\x8b\x1c\xf6\x54\xa7\x40\x80\x51\xa5\x41\x6c\x20\x17\x4a\xd1\x5b\x86\x25\xb5\x0d\x65\x1a\x25\xec\x29\x63\xa0\x52\xb1\x5f\x80\x4e\xa9\x82\x92\x01\xa0\xca\xcc\x95\x80\x16\xa0\x50\x17\x39\xe8\x94\x68\x37\x81\x25\x61\x1f\xbe\xb1\xf3\xad\x2b\xac\xd0\x30\x0c\x7e\x3c\x0e\x83\x3f\x58\xb6\x2c\x54\x30\x8f\x04\x0f\x03\x33\x55\x74\xab\x22\x4b\x28\x58\xd4\x98\xb8\x43\xae\x9b\xe8\x66\xfc\xca\x15\x62\xf4\x96\x14\x0a\xc3\xf9\x77\xad\x57\x46\x67\x99\x9f\xfe\x71\x68\x78\x1f\x00\x70\x5a\x31\x00\x96\x7c\x24\x91\x11\x8d\xc9\x0d\x91\x5b\xd4\x63\xf0\xff\x73\x87\x07\x58\xbb\xcf\x51\x42\x34\x09\x03\xfb\x79\x79\x87\x87\x60\x14\x69\x67\x39\xe9\x23\xed\x8c\xe8\x7d\x24\xa2\xb5\x54\xb0\x86\x17\xc6\x7a\x2a\xfa\x11\xf5\x4f\x06\xfc\x85\x79\x1c\x56\x6c\x2c\x6a\xe2\x03\x34\x62\x51\x70\x63\xc3\x35\x5c\x17\x59\x46\xe4\xc1\x90\x39\x05\xd9\xea\x2d\xda\x50\x9e\x84\x81\xb3\xc4\x52\x53\xcd\x30\x98\x47\xa9\xce\x58\xd8\x02\x36\xe3\x06\xb3\xdc\x68\x4e\x45\xbf\x20\x4f\x50\x86\x81\xc5\xba\xb1\x48\x8b\x8e\xd1\xdc\xb0\x02\xae\xdc\xbf\xc5\xc0\x7b\xcf\xfc\xaa\xfc\xd0\x03\x79\x98\xb7\x1e\x0d\xc8\x9f\x52\xae\xad\x0e\x0b\x2d\x62\x91\xe5\x0c\x35\x46\x3f\x22\x47\x49\x34\xbe\x32\x2f\x3f\x51\x19\xb7\x22\x39\x8c\xe8\x62\x44\x13\x2f\x0d\xc6\x02\x3e\x5a\x96\x56\x8e\xb3\x69\x01\x1e\xd7\xaa\x27\xb7\x56\xf5\x26\x3c\x6c\x64\x07\x0b\xa8\x38\x29\xb4\x16\x7c\xe9\x82\xb5\x15\x2e\x0c\xb3\x6e\xb4\x94\x7a\xf1\xa1\x6d\xdd\x9e\x61\x16\x69\xe7\xee\xde\x2d\xdd\xdb\x25\xc9\x73\xe4\x89\x71\xcf\x02\xbb\x0e\x0a\x43\xd1\x6b\x19\x0a\x83\x94\x26\x83\xf0\x3f\x58\xb2\x2a\x7a\x91\x24\xee\x63\xe8\x26\xea\x80\x3e\x34\xbe\x37\x3f\x0f\x26\x8b\x94\x26\x09\xf2\xd3\xd3\xc5\xd1\x9c\x30\xe1\xf8\x71\x4a\x59\x22\x91\x87\xf3\x48\x62\x26\x76\xbd\x84\x33\xee\x27\x47\x51\x5d\x1a\xfb\x0f\x42\xf5\x0f\x42\xfe\x0d\xef\xf5\x2f\xc8\x04\x49\xc2\x01\x5d\x3c\x7c\x57\x27\x7c\x24\x71\xea\xd3\xfb\x56\x8a\x22\x87\x94\xec\xd0\xa6\x74\x7e\x07\x5b\xef\xe7\x09\x6c\x84\x04\xaa\x17\x70\x5b\x68\xd8\x23\x18\x03\x01\xd5\x50\x70\x4d\x59\x49\xca\x2e\x1b\xa9\xd8\xa1\x54\x60\xfe\xba\x6c\xee\xa8\x2a\x61\xc0\x13\x81\x8a\x07\x1a\xb4\x24\x2a\x05\x9d\x22\xfc\xfa\xba\x4e\xf4\x3f\x1a\xc8\x9f\x28\xbf\x7b\x65\xb1\xd7\xe3\x8e\xe8\x7c\xce\xd9\x2f\x13\x85\x42\xe4\x1d\xd7\xed\x5a\xcd\x5b\xaa\x54\xad\x15\x78\x69\x59\x5b\x5a\x49\x9f\x03\x09\xec\x5b\xaa\xd2\x70\x1e\x11\x4e\x33\xa2\x31\xec\xfb\xbe\xc8\x49\x4c\xf5\x61\x05\x4f\x2f\x2f\xdb\x4e\xb7\x80\x6f\x2f\x2f\x47\x3d\xaf\xc3\x30\x43\xb2\xc3\x7f\x2c\xc3\x27\xb2\xdb\x74\x0e\x33\x39\x10\xc6\xc0\x70\x8f\x26\x11\x52\xae\x8c\xe9\x9b\x0e\x93\x13\x8e\xcc\xd9\xda\x2e\xf4\x85\x42\xd0\x42\x30\x4d\x73\x55\x12\x22\x3c\xa9\x56\x78\xa1\xb0\x63\xf3\x1b\x0f\xdd\x34\xb9\xa5\xfd\xd7\xae\xdd\x23\xe3\xae\xf5\x3b\xaf\x9d\x77\x26\xe9\x2c\xb5\xd8\x6e\x19\xae\xfd\xd4\xef\x83\x79\x43\xbb\x74\x01\x43\xc9\xac\x34\x8b\xc7\x19\xd0\x9e\xd3\x2b\x15\x7c\x05\x1b\xc2\x14\x2e\x8c\x34\x8a\x89\xbd\x82\x44\xec\x79\x29\x28\xd8\x98\xf4\xbb\x96\xe6\x48\x90\x91\xc3\x6a\x70\xf1\x02\xbb\x25\x5a\xc1\x9f\x2e\x2f\x87\xd6\x2e\xb0\x41\xd6\x35\x9b\x33\x5d\xef\x91\x4d\x30\xab\x4a\x1e\xb3\x20\x86\x81\xcf\x3a\xf0\xfb\xef\xd5\x0b\x97\x9d\xb5\x2a\x33\xd2\x00\x25\x49\xb7\x5b\xb3\x64\x06\x36\x92\x83\xa3\x89\xb5\xf2\x17\x6b\x4f\xbb\xd5\xb0\x46\xb5\x7b\xcd\xd1\x08\x1e\x08\x78\x07\xf3\xdd\x00\x48\xe9\x1f\x4d\x88\x6a\x5a\xca\xa9\x1e\xdb\x1d\xd6\xfb\xc7\xb0\x4b\xf8\x9a\x32\xe4\x31\xfe\x20\x64\x16\xf6\x24\xa9\xdf\x5d\x11\x4d\xc6\xa8\x9b\x95\xc0\x2e\x6d\xca\x2e\x05\xc1\x1f\x38\xee\x1b\x64\x83\x79\xa4\x50\x52\xc2\xe8\xff\xe2\x0b\x29\xc9\xa1\xc9\x83\xc1\xcd\xc9\xc1\x64\x68\x58\xb7\xdc\x23\x23\x3a\x4e\xd1\x6c\x6b\xde\xbd\x6f\x9a\x47\x69\x22\xb5\x7a\xa1\x57\x10\x04\xcd\xe7\xc8\x93\x81\xa7\xb1\x44\x93\xb7\x5f\x1e\x7a\x2f\x44\x66\x22\xd9\x3c\xae\x4d\xf9\x5d\x37\xc2\x9c\x58\x03\x01\xd4\x72\x64\xb5\xa7\x3a\x4e\xc1\x6d\x00\x38\xc9\xb0\xb7\x59\x88\x89\x42\x08\xfc\x9c\xc1\xaa\xfc\x5e\x32\x17\xac\xba\xfe\xe7\x75\xf2\xae\x22\xf9\x1e\xd6\x76\xe6\xc8\xb2\xd4\xdb\x12\xdc\x4a\x24\x77\xad\xa7\x0f\x83\x09\x98\x6e\x20\x34\x26\x2a\xb5\x18\xf8\x58\x98\x5d\x11\x8d\x37\x34\xc3\xb7\x34\xbe\x43\x39\x9b\xb7\x45\xf0\xec\x44\x25\x9a\x37\xf4\x51\x2a\xe6\x71\x6b\x85\x7e\xe8\x71\xe2\xec\x76\x26\x1f\x0e\xc9\x73\x71\x84\xc2\x04\x0f\xde\xca\x7d\x9f\x85\xc8\x2c\x4d\xb1\xce\x2d\x8d\x53\x52\x68\xf7\x44\xd3\xca\x34\xb3\xea\x4c\x33\x1b\xd8\x5a\x37\x62\xc7\xe1\x34\xe7\x0e\x67\x3b\xc2\xba\x58\x46\x77\x1e\xeb\x8f\x7f\xf4\xf8\x11\x43\xbe\xd5\x29\x3c\x87\xcb\xfe\x5e\xd5\x86\xd9\x8e\xb0\xae\xdf\x50\xf5\x0b\x6e\xf1\xde\x44\xb6\xc9\xea\xbd\xd7\xd5\x3c\x35\xf5\xa7\x43\x3b\x61\xb0\xd4\x61\x0d\xc1\x7f\x87\x7f\x59\x05\xf0\xa4\x64\xea\x83\xa0\x3c\x0c\x7e\x0f\xe6\xf0\x04\x82\xf9\xe3\xa0\xbf\x97\x6d\x32\xa1\x65\xdf\xb5\x1f\x00\x99\xc2\xa9\x39\xdd\x54\xef\x2e\xdf\xf7\x50\x3b\xdf\x4b\xef\x29\x53\x4b\x94\x17\x2a\x1d\x58\xec\x00\x4c\xc4\xad\x6a\x7b\x0e\xad\x4b\x76\xd6\x95\xe5\x61\xe8\xb5\x17\x6a\x55\x7e\xe8\xb2\xd6\xdd\xaa\x0f\x46\xab\x44\x5d\x48\x5e\xf2\x3d\x9e\x9d\xbf\x27\x2c\x2e\xcc\x49\xe9\xaa\x90\x76\x95\x1e\x4e\xd5\x66\xc9\xbe\xa3\xb9\x31\xab\x89\x09\x4d\x33\x74\x4e\x06\x54\xf1\x99\x06\x89\x24\x39\xc0\x01\xb5\x87\x37\xe6\xff\xe6\xa4\x38\x37\x6b\xeb\x37\x27\x45\xb3\x17\xc9\xbb\xdb\xa3\x52\x97\x12\x3e\x33\xb5\x18\x12\x9f\x94\x15\x1a\xf8\x5a\x68\xc2\xae\xc8\xc1\xc4\x62\xe8\xf0\xa3\x84\x6e\x36\x61\xc9\xcc\x02\x66\x09\x39\xa8\xd9\xbc\x35\xad\x45\x7b\x25\x0a\x39\x85\x97\x9a\xf7\x46\x01\xff\x04\xdf\xfe\x4b\x0f\xfb\x0d\xe5\x85\xb6\x39\x60\x04\x3d\x73\x00\x33\x83\xff\xe7\xcb\x12\xdf\x2a\xca\xb9\xc1\x32\xf1\xa6\x5f\x1a\x0e\xcb\x03\x75\x25\xd1\x7c\x12\xc5\x32\xd7\xc2\xb1\xe2\x4c\x23\x79\x96\x5a\x68\x5e\x8e\xf9\xa0\x65\xaf\x50\xc5\xb0\x86\x4c\x98\x45\x30\x34\xbb\xcd\x4a\xc2\x6a\xa6\x0e\x6c\xf3\x6b\x24\x31\x67\x24\xc6\x30\xa0\x1c\x08\x6c\x70\x0f\x0a\x63\xc1\x13\x65\xce\xf0\x5c\xec\x83\xf3\xa8\xb4\x48\x00\xd9\x8a\x1e\x99\xa6\xd8\x96\xc6\x32\x41\x15\x4b\x9a\x1b\xf9\x4b\xb9\x9b\xc4\xdb\x72\x3b\x53\x0e\x48\xed\x5e\x54\xd3\xb4\xe0\xea\x2f\x67\xc8\x7b\x94\xc2\x79\xb2\x22\x4f\x86\x24\xad\x09\x4f\x6c\x14\xff\xed\xfa\xe7\xbf\xb9\x6a\xcd\x70\x0e\x32\x8a\x31\x5b\xbd\x20\x2e\x24\x03\xb3\x52\x34\x66\x2e\xeb\x11\x6e\x7b\x5e\xb2\x43\x72\x6a\xd6\x8f\x2a\x2b\x06\xff\xc5\xcd\xbf\xe5\x7f\xc2\xdb\x9f\xaf\x6f\x60\xb9\x34\xe0\x86\x54\x05\x61\x98\x88\x94\x96\x94\x6f\xe9\xe6\x10\x76\xf6\xb1\xe1\x7c\x01\x05\x4f\x70\x43\x39\x26\x0b\xf8\x76\x48\x07\x86\xc2\x4b\x26\x6e\x4b\xd9\x93\x09\x91\x7f\xcd\x93\x91\xd4\xdb\x29\x9c\xfc\x7f\xfe\x3d\x01\xfd\x0d\xe5\x06\xf6\x44\x2a\x99\x83\x6e\x13\x22\xb1\x37\x44\x59\x8a\x6e\x17\xe5\xaa\x0c\xe6\xe0\x82\x16\x6e\xe1\x8e\x51\x47\x30\x0d\x54\x1b\x4f\x69\xcc\x61\x0d\x39\x91\x0a\x5f\x73\x1d\x1e\x21\x60\xc0\x83\x79\x9d\x2f\x2e\x2e\x40\xe2\x32\x2e\xd7\x71\x47\x6e\x23\x24\x30\xb1\xf7\x1b\x9c\x1a\x92\x6e\x6c\xed\x89\xec\x10\xfe\x04\x2e\x0d\x3b\x04\xc2\x13\x88\x0b\x29\x91\x6b\x28\xa7\x02\xaa\xe0\x69\x09\xa5\x53\xc2\x5d\x47\x83\xf2\x6d\x4d\x50\x70\x5b\x84\xa2\x3c\x96\xb6\xbe\x61\x4e\xe4\x05\x4b\x60\x4b\x77\x08\x85\xaa\x66\x59\x00\x17\x1a\xfe\x5c\x52\x2b\xa7\xe8\xae\x66\xff\x6e\xf8\x1d\x5f\x0b\x8d\xf2\xea\x15\xb4\x3c\x3c\xd9\xa7\x8d\x6d\x9e\x3b\x22\xb9\x95\xa9\x79\x3c\x6a\xcd\xd0\xf8\xd2\x5c\x57\xa1\x7f\x22\x72\xe4\xca\x35\xeb\x34\x82\xf5\x42\xdb\x23\xf8\xf0\xa8\x11\xa3\xa5\xbf\xad\x21\xa8\x54\x18\x34\x65\x71\x36\xb3\x26\xa2\xb5\x36\x5b\xe6\xb2\x36\x36\x6f\xff\xd9\x19\x49\xa1\xae\x00\x95\xd3\xfb\xbf\xb6\xce\x4e\x96\xda\x73\x78\x6a\x4e\x00\x0d\xae\x9f\xd9\x69\xda\x7b\x74\xef\x9b\xf6\xdf\xb2\x01\x3c\x74\x24\xf2\x26\x23\x49\x62\x67\xf0\xd6\xaa\xc4\xee\x6e\xc6\x3f\x51\xb2\xcb\x52\xb2\x96\x48\x0d\x31\x9e\xc3\xa5\x11\xec\x7c\x21\x4f\x92\x4e\x15\xb7\x5a\x92\x58\x0f\x89\xe8\x58\xf1\xa9\xec\x59\x3b\x29\xb5\x67\x74\xb2\x27\x58\x06\xcd\xde\xc6\x8c\x44\x55\x30\x0d\x76\xcd\x36\x19\x5e\x69\x92\xe5\x26\x8c\x5d\x21\x98\x03\x61\xe6\x4b\x62\x34\x40\xb3\x22\x6b\x13\xd4\x29\x72\xf8\x50\x28\xb3\x18\x18\x45\x51\x0d\x5a\xd8\xe0\xec\x83\x57\xe9\xb6\xc5\x63\x5f\xec\x87\xc6\xf2\x76\x52\x56\xee\xec\x4f\xa6\x0e\x1a\xbd\x9a\xd1\xc5\x85\xef\x0a\x6c\xcc\x31\xda\x64\x30\x5b\xe5\xa0\x7c\x0b\xdc\x6c\x41\x1c\x2d\x55\x57\xca\x9a\xa7\xee\x89\x02\x53\xdd\x6a\xe8\xee\x16\x6a\x81\x5d\xd7\xe0\x8b\x76\x3e\xcf\x6b\x58\x0d\xb5\xac\x1a\xda\xfb\x49\x90\x84\xf2\x6d\xb0\x80\x8f\xc7\x1b\x6e\xc8\x30\x3b\xa3\x9b\x6a\xc0\x6d\x57\xd3\x1c\x22\x3e\x3e\x74\xfa\x5f\xae\xce\x61\xeb\x47\x8d\x7e\xa9\xd9\xbb\xab\x9c\x51\x1d\x06\x8b\x6e\x8d\x83\x0d\x1d\xf3\xeb\x49\xde\xb1\x12\x73\x1d\xcc\xdf\x5d\xbe\x7f\x0f\x6b\x68\x3d\x7a\xfa\x7e\xbc\x17\xe5\x58\x22\x1f\xc8\x7d\xef\xf0\x5d\x48\xb6\x82\x19\x71\x8d\xda\x0f\x4a\xf0\xbf\xfc\x7d\x6d\xbf\x99\x13\xf9\x7a\x06\x4f\xa0\x16\x62\x56\xbd\x98\xf5\x0a\xb8\x28\xa5\x90\xab\x5a\xa2\xfb\x54\x2e\x40\xe3\xbd\xbe\xd6\x44\x17\x6a\xe1\x00\x6e\x52\x29\xf6\x7c\xb8\xa0\x61\x95\x2a\xcd\x2e\xf6\x3e\x95\x91\x44\x95\x0b\xae\xf0\x06\xef\xb5\xd9\x6c\x35\xd0\xcd\xd7\x9a\xf2\x50\x81\xe3\x5c\x27\x82\x63\x8e\xf4\x03\xd1\xd6\xad\x3f\x7a\x31\x51\xca\x8e\x43\xb9\xd1\x6b\x1d\xf6\x4a\xe6\xaa\x88\x63\x54\xaa\xa1\x29\xa3\xda\x71\x8d\x9c\x12\x86\x6d\x0c\x36\xe6\x94\x6e\x78\xd7\x34\xb3\x46\xb6\x9f\xd1\xa9\xb6\xda\x67\xc3\xfc\x40\xa7\x13\xe2\x9a\x43\x4d\xfc\x0f\x0b\xd7\xa1\x19\xc7\x6f\xd0\xb0\x90\x91\x63\xb7\x41\x63\xb0\xab\x3d\x49\x0f\xfc\x1a\xc2\x7c\xa4\x94\x04\xde\xc3\x7a\xbd\xae\x4f\x1e\xc7\x89\x98\x31\x40\x64\x44\x93\xcd\xd1\xad\x7c\x9d\xc4\xde\xbb\x4a\xbe\x2f\xc3\x69\x8b\xde\x49\x24\xcc\xb8\xc3\xc3\x91\xca\xdb\xd0\xf0\xd5\xb8\x6a\xc6\x53\xf1\xfc\xcd\x89\xd3\x6f\x86\x9c\x4a\xd8\xd5\x70\x31\x59\xb5\x92\x66\xd3\x15\x6a\xa2\x27\x90\xfc\x2c\x8b\x77\x73\xef\xb1\x37\xc3\x4f\xbf\x78\x16\x33\x09\xcc\x39\x8d\x37\x5c\xf7\x16\x87\x1b\x83\xcc\xd4\x95\xfb\xb3\x2b\xf5\x15\x89\xa1\x6a\xfb\xb8\x97\xd2\x58\xf0\x97\x44\xe1\x0a\x66\x1b\x32\x1b\x77\x03\x4d\xe3\xbb\xd7\xb1\xe0\x16\x6e\x19\xa7\x18\xdf\x4d\x40\xef\x69\xa2\x53\x03\x4a\xf5\x04\x94\x63\xf1\x05\x63\x66\xf9\x59\xc1\xec\x19\x85\x98\x11\xa5\xd6\xc1\x86\x40\x39\xcb\x52\xfd\xbd\x20\x12\x97\x22\x78\xfe\xec\x82\x3e\x9f\x20\x97\xe0\x31\x82\x27\x93\xe2\x82\xe3\xb5\x77\xf5\x92\x96\xca\xed\x21\xd3\x92\x73\x97\xc2\x5c\xfb\xc3\xde\x8e\x73\x1f\x13\xdc\x90\x82\xe9\xe0\xf9\xcc\x16\x80\x5c\x8b\xbf\xd7\x2a\x81\x27\x10\xac\xe0\xd9\x85\x21\xf8\x3c\x18\x67\x22\x2b\x98\xa6\x39\xc3\x6b\xcc\x89\x24\xda\xac\x88\x33\x38\xaa\x4e\xc7\xb0\x71\x44\x62\xd8\xb6\x57\xa3\xcc\x59\x63\x02\xd1\xc2\xb4\xc5\xad\xee\xf0\x85\xbc\xc8\xca\x57\x0b\xe0\x45\x76\x63\x4e\x22\xd3\xa9\xd3\x17\x63\x4e\x52\xd9\x9e\x48\x6e\x36\x8f\x46\x65\x93\xb9\x60\xb4\xf3\xe4\xd4\x19\xc0\x13\x68\xb0\x6a\x1e\x96\x1d\xa8\x52\x2f\xa5\xc6\xc7\x73\xce\x70\xb6\x39\x27\x9b\x3c\x0e\x67\x51\x59\x04\x5b\xe6\xcd\xe3\x47\x5d\x16\x1b\x89\xc6\x8d\x37\x59\xf0\xdb\x6f\xbf\xfd\xb6\x7c\xf3\x66\x79\x75\x05\xaf\x5e\xad\xb2\x6c\xc4\x45\x4c\xe4\xaa\xb1\xbb\x07\x60\x43\x36\x73\x61\x6d\x63\x89\x89\xf8\x6e\x29\xa6\xc2\x87\xe8\x06\x38\x61\xc8\x13\x22\x27\xe0\x8b\xbc\x86\x4e\x71\x27\x05\x5f\x16\xf9\x14\x7d\xb1\xe7\x3d\x0c\xf3\x70\x02\x27\x97\xb8\xa3\xa2\x50\x3d\x3c\x86\x9b\xa9\xcc\xc2\x5d\xcc\xb6\x71\x24\xdd\xa6\x53\x48\x5a\x24\xe4\x50\x61\x11\xa5\x51\x52\x35\x95\xe5\x62\x86\x44\x56\x08\x05\x4f\xa6\xd4\x1b\x33\xa1\x5a\xe6\x50\x38\x1b\x76\xb7\x61\x1a\xbe\x24\xb8\xaa\x4a\xee\xc3\x60\x8a\x26\xf8\xf2\x70\x6d\xef\x96\x68\x59\xe0\x88\xef\x70\x46\xb9\x87\x38\xd9\xb7\x07\x6e\x6c\x0c\x5d\x8b\x18\x8d\x0b\x17\x87\x4b\x17\xba\xb7\x24\xd9\xe2\xcc\x5e\x99\x9a\xd9\xca\xdd\xac\x79\x9c\x1d\xcb\x2f\xb6\x24\x69\xc9\xd4\xd7\xf3\xa2\x9c\x48\xd7\x83\xa8\x3e\xd8\xd5\x7c\xe6\x00\xbb\x4d\xe6\x4a\x05\x1b\x08\x1d\xc4\x50\x63\x7a\x3c\xc1\xb9\xf2\x88\x4e\x51\xe2\x4c\x01\xe1\x07\x9d\x52\xbe\xad\x92\x4c\xb5\x0a\x01\x61\x63\x3b\xa0\xc1\x69\x1b\xab\xd7\x18\xcb\x13\x3d\x63\xcf\x99\x7d\xff\x69\xf3\x1f\x9f\xfd\x64\x47\xb9\xb8\xb0\xd5\x30\x5f\xc8\xf1\x8e\x0b\x5a\x00\x17\x7b\x78\x52\x95\x6d\x07\xdd\xe4\xf4\xda\x78\xd5\x7a\x22\x49\x12\x3e\xad\x9a\x89\xb3\x61\x07\x6c\xf3\x64\x52\xa3\x61\xe8\xc9\x53\x48\x45\xd1\xbf\x38\x7c\x46\x55\xa9\xc7\x46\xd9\x12\x1d\xe1\x62\x9f\x22\xc7\x1d\x36\x3a\x13\x71\x4a\xf8\xd6\xae\x53\xb6\x30\x46\x54\x59\x18\xb3\x6a\xdb\x88\xb2\x85\x30\x42\x0f\x21\x26\x7c\xa6\x5d\xe1\xbc\x2a\xf0\x95\xd4\x47\x44\xeb\xdd\x65\x12\x3c\x0c\x92\x3c\x72\xbc\x04\x0b\x68\xb4\x4a\x9a\xd7\x18\x87\x7d\xef\xf4\x8e\x4e\xb7\x53\x33\x44\xed\x0b\xb4\x6d\x7a\x5a\xf2\x7a\xe1\x88\x89\x32\x86\xbf\x45\x20\x1a\x18\x12\xa5\xeb\x36\x02\xd9\xe8\x86\x5d\x86\xd3\xab\x7f\x59\x5a\xdb\x97\xde\x87\xeb\x04\xe7\xf9\x73\xaf\x69\xdc\x1c\x63\xbb\x8d\x11\x4b\x56\x77\xc0\x49\xd4\x6b\x70\xdf\x6a\x1e\x2c\xc6\x1b\x7d\x67\x4d\x34\x2b\x2b\x92\xb1\x60\x8c\xe4\x0a\x17\x50\x39\x51\x23\xa1\xc3\x78\x46\x1f\xe9\xb2\x8e\x99\xf2\xb4\xb2\xed\xe7\xe8\x6e\xf6\xd5\xb8\x3f\x83\x0f\x55\xdc\x66\x54\x87\xd3\xf5\xdd\x7a\xd4\x57\x0d\x7b\x3d\xe1\x31\x35\x9a\x90\xed\x5d\x1c\xf2\xb7\xa1\xd6\xeb\xf5\xd0\x6d\xab\xe6\xf0\x65\xc4\xef\x05\xd7\xc8\x4d\x94\x4e\x1e\x89\xff\x2a\xa5\x90\x8d\xc2\x5e\x70\xed\x97\xa8\x32\x04\x05\x77\xc7\x81\x60\xfc\x4c\xdf\xd7\x95\xad\x6e\x54\x5d\xfc\x8a\x99\xf2\x06\xfd\xf7\xe6\xdc\x51\xfe\x00\x60\x2c\x40\xdd\x38\x9e\x93\x1a\xad\xb1\x21\x55\x14\x92\xd9\xcb\x10\x09\x61\x43\x5d\xfe\x31\x9a\x23\xd5\xe2\x7a\xe8\x43\x8e\x2b\x08\xde\xfe\x7c\x7d\x33\x71\x50\xb4\xd5\xe5\x42\x4e\x54\x87\x0c\x4f\xab\xee\xfd\x01\x6f\xfe\x89\xda\xcf\xe7\x97\x9b\xeb\x71\x71\x01\xfe\x78\x6c\xf2\xef\x3e\x25\xda\xae\x82\x96\x82\xa5\xe9\x57\x32\xd8\xe2\x70\xea\x2d\xc7\x17\xac\x60\xd7\xc3\x84\x43\x97\xdc\x29\xf5\xc1\x76\xdb\x9a\x80\x44\x8b\xee\x04\xd2\xf2\x60\x64\x4d\x30\x16\xee\xf7\x14\x44\x59\x1b\x9c\x44\xb5\xea\x56\xdf\xa2\x57\xd2\x46\x8a\xcc\x95\xf4\x32\xc2\xc9\x16\x25\x84\xd4\x6a\x6d\x8f\x12\x81\xdc\x32\xbb\xa5\x89\x05\xe7\x18\xeb\xa1\x92\x53\x7b\x18\xee\x4e\xa9\x5e\x1a\x7d\x7f\x80\xb5\xf3\x1e\x7b\x11\xa0\xaf\xa9\x63\x65\x3c\xf0\x2a\xfe\x10\x39\x51\xbe\x39\xbf\x0e\x0b\xde\xe8\x9e\xc4\x29\x33\x1e\x2b\x17\x9b\x1d\x75\x4c\xdc\x1d\x67\x43\xf3\x34\x46\x2e\x2e\xfc\x86\xcb\xea\x02\x3e\x28\xc1\x17\x90\x98\xcd\xad\x3d\x09\x1c\x9f\x73\x12\x62\x34\xcd\xb8\xf1\x79\x79\xd7\x36\x54\xa6\x35\xf7\x75\x52\xec\xc8\x99\x16\x46\x5b\x35\xed\x34\x73\x9f\x1e\xb5\x8d\xf1\x2e\xdb\x6d\x51\x16\xc7\xde\x5a\xf0\xa4\x83\xe3\x76\x1d\x96\x9a\x24\xc9\x19\x8b\x88\xa3\x33\xeb\x2c\xe6\x33\xaf\xbc\x49\x3b\x5d\x7b\x46\x87\x7f\x06\xd9\xd3\x98\x43\x7c\x7d\xb5\xb2\x79\x3d\x72\x62\xfb\x87\xc9\xb1\x82\xfa\xf0\xc1\xa4\x01\x30\x7d\xc8\x2c\x47\x9d\x85\x83\xd7\x7c\x47\x18\xb5\x57\x04\x5c\xf2\xeb\x27\xaa\x17\x6f\x5f\xbb\x12\x5d\x67\x09\xb2\x5d\xb9\x63\x4a\xfd\xea\x3e\xff\xf5\x36\x16\x53\xd1\x3e\x11\x13\x46\x2d\x37\x6e\xe9\x37\xe9\x25\x98\x68\x73\x8c\xbc\x72\xdd\xf5\x5c\xda\xff\x57\x6e\xdd\x3d\x67\x57\x7a\xee\x2e\xbb\x2d\x66\x8b\xb1\x87\xc1\xab\x0c\xff\x88\xdf\x65\x7e\xcd\xdf\x56\xfa\x2d\x63\xcd\xe4\x6b\x4e\xf5\xca\xfe\x5c\xa9\xb6\xeb\x75\xf7\x37\x53\xab\xfe\xcf\xa8\x2a\xb2\x0f\x73\x33\xe1\xff\x05\x00\x00\xff\xff\x72\x53\x8d\xd4\xc8\x3f\x00\x00") func staticUiJsBytes() ([]byte, error) { return bindataRead(