diff --git a/assets/static/ui.js b/assets/static/ui.js index 66ba85630..7e0e665f5 100644 --- a/assets/static/ui.js +++ b/assets/static/ui.js @@ -166,6 +166,7 @@ var UI = (function(params) { if (!$("#endsAt").data('DateTimePicker')) return false; var endsAt = $("#endsAt").data('DateTimePicker').date(); + var endsAtMinDate = $("#endsAt").data('DateTimePicker').minDate(); var action = $(event.target).data("duration-action"); var unit = $(event.target).data("duration-unit"); var step = parseInt($(event.target).data("duration-step")); @@ -173,6 +174,11 @@ var UI = (function(params) { endsAt.add(step, unit); } else { endsAt.subtract(step, unit); + if (endsAt < endsAtMinDate) { + // if decrement would result in a timestamp lower than allowed minimum + // then just reset it to the minimum + endsAt = endsAtMinDate; + } } $("#endsAt").data('DateTimePicker').date(endsAt); silenceFormCalculateDuration(); diff --git a/bindata_assetfs.go b/bindata_assetfs.go index e9d68db06..aec17da3d 100644 --- a/bindata_assetfs.go +++ b/bindata_assetfs.go @@ -1415,7 +1415,7 @@ func staticTemplatesJs() (*asset, error) { return a, nil } -var _staticUiJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x3b\x5d\x93\xdb\x36\x92\xef\xfe\x15\x1d\x6e\x6e\x45\x95\x25\xce\x38\x75\x77\x0f\x4a\xe4\x2b\x3b\xb3\x8e\xe7\x2a\xde\xb8\x32\xe3\xba\x73\xf9\x5c\x57\x18\xb2\x25\xc2\x03\x01\x5c\x00\x1c\x8d\xce\x99\xff\x7e\x85\x0f\x7e\x83\x94\xc6\x76\x96\x0f\xb1\x86\xec\x6e\xf4\x77\xa3\x1b\xc8\x1d\x91\xf0\xee\x12\xd6\x10\x6f\x4a\x9e\x6a\x2a\x78\x5c\x10\x49\x76\x6a\x0e\x9f\x9f\x3c\x79\x02\x00\x70\x76\x06\xfb\x1c\x39\x94\x0a\x25\xa4\x8c\xa6\xb7\x20\x38\x10\x7e\x00\xc2\x50\x6a\x60\xe4\x06\x19\xec\x44\x46\x18\x14\xa2\x28\x0b\xd8\x53\x9d\x03\x01\x46\x95\x06\xb1\x81\x42\x28\x45\x6f\x18\x56\xd4\x36\x94\x69\x94\xb0\xa7\x8c\x81\xca\xc5\x7e\x01\x3a\xa7\x0a\x2a\x06\x80\x2a\xb3\x56\x06\x5a\x80\x42\x5d\x16\xa0\x73\xa2\xdd\x02\x96\x84\x7d\xf9\xc6\xae\xb7\xae\xb1\x62\xc3\x30\xf8\xe7\xfb\x38\xfa\x8b\x65\xcb\x42\x45\xf3\x44\xf0\x38\x32\x4b\x25\x37\x2a\xb1\x84\xa2\x45\x83\x89\x77\xc8\x75\x1b\xdd\x3c\xef\xb8\x42\x4c\xde\x92\x52\x61\x3c\xff\xb1\xf3\xc9\xe8\x6c\xe7\x97\xff\x3e\x36\xbc\x07\x00\x9c\x56\x0c\x80\x25\x9f\x48\x64\x44\x63\x76\x4d\xe4\x16\xf5\x18\xfc\xff\xde\xe2\x01\xd6\xee\x77\x92\x11\x4d\xe2\xc8\xfe\x5e\xde\xe2\x21\x1a\x45\xba\xb3\x9c\x0c\x91\xee\x8c\xe8\x43\x24\xa2\xb5\x54\xb0\x86\x17\xc6\x7a\x2a\xf9\x05\xf5\xaf\x06\xfc\x85\x79\x1d\xd7\x6c\x2c\x1a\xe2\x01\x1a\xa9\x28\xb9\xb1\xe1\x1a\xae\xca\xdd\x8e\xc8\x83\x21\x73\x0a\xb2\xd5\x5b\xb2\xa1\x3c\x8b\x23\x67\x89\xa5\xa6\x9a\x61\x34\x4f\x72\xbd\x63\x71\x07\xd8\x3c\xd7\xb8\x2b\x8c\xe6\x54\xf2\x3b\xf2\x0c\x65\x1c\x59\xac\x6b\x8b\xb4\xe8\x19\xcd\x3d\x56\xc0\x95\xfb\x67\x11\xf8\xee\x99\x5f\x55\x3f\x06\x20\x0f\xf3\xce\xab\x80\xfc\x39\xe5\xda\xea\xb0\xd4\x22\x15\xbb\x82\xa1\xc6\xe4\x17\xe4\x28\x89\xc6\xd7\xe6\xe3\x17\x2a\xe3\x46\x64\x87\x11\x5d\x8c\x68\xe2\xa5\xc1\x58\xc0\x67\xcb\xd2\xca\x71\x36\x2d\x80\x5b\xd6\x84\x84\x8d\xe6\x68\x01\xf5\xea\xa5\xd6\x82\x2f\x5d\x80\x76\x42\x84\xe1\xae\x1f\x21\x95\x2e\x7c\x38\x5b\x57\x67\xb8\x4b\xb4\x73\x71\xef\x8a\xee\xeb\x92\x14\x05\xf2\xcc\xb8\x64\x89\x7d\xa7\x84\x50\xc4\x5a\x86\xe2\x28\xa7\x59\x10\xfe\x95\x25\xab\x92\x17\x59\xe6\x7e\xc6\x6e\xa1\x1e\xe8\x43\xeb\xef\xf6\xef\x60\x82\xc8\x69\x96\x21\x3f\x3d\x45\x1c\xcd\x03\x13\xce\x9e\xe6\x94\x65\x12\x79\x3c\x4f\x24\xee\xc4\xdd\x20\xc9\x8c\xfb\xc6\x51\x54\x97\xba\xfe\x8b\x50\xfd\x4a\xc8\xbf\xe3\xbd\xfe\x1d\x99\x20\x59\x1c\xd0\xc5\xc3\x8f\x4d\x92\x47\x92\xe6\x3e\xa5\x6f\xa5\x28\x0b\xc8\xc9\x1d\xda\x34\xce\x6f\x61\xeb\x7d\x3b\x83\x8d\x90\x40\xf5\x02\x6e\x4a\x0d\x7b\x04\x63\x20\xa0\x1a\x4a\xae\x29\xab\x48\xd9\x52\x91\x8b\x3b\x94\x0a\xcc\x7f\x5d\x06\x77\x54\x95\x30\xe0\x99\x40\xc5\x23\x0d\x5a\x12\x95\x83\xce\x11\xde\x5d\x36\xc9\xfd\x17\x03\xf9\x2b\xe5\xb7\xaf\x2d\xf6\x7a\xdc\x11\x9d\xcf\x39\xfb\xed\x44\xa9\x10\x79\xcf\x75\xfb\x56\xf3\x96\xaa\x54\x6b\x05\x5e\x5a\xd6\x96\x56\xd2\xe7\x40\x22\xfb\x95\xaa\x3c\x9e\x27\x84\xd3\x1d\xd1\x18\x0f\x7d\x5f\x14\x24\xa5\xfa\xb0\x82\x67\xe7\xe7\x5d\xa7\x5b\xc0\x0f\xe7\xe7\xa3\x9e\xd7\x63\x98\x21\xb9\xc3\x7f\x2e\xc3\x27\xb2\xdb\x76\x0e\xb3\x38\x10\xc6\xc0\x70\x8f\x26\xf9\x51\xae\x8c\xe9\xdb\x0e\x53\x10\x8e\xcc\xd9\xda\x16\xf7\x52\x21\x68\x21\x98\xa6\x85\xaa\x08\x11\x9e\xd5\x55\x5d\x28\xec\xd9\xfc\xda\x43\xb7\x4d\x6e\x69\xff\xad\x6f\xf7\xc4\xb8\x6b\xf3\xcd\x6b\xe7\x83\x49\x3a\x4b\x2d\xb6\x5b\x86\x6b\xbf\xf4\xc7\x68\xde\xd2\x2e\x5d\x40\x28\x99\x55\x66\xf1\x38\x01\xed\x39\xbd\x52\xc1\x57\xb0\x21\x4c\xe1\xc2\x48\xa3\x98\xd8\x2b\xc8\xc4\x9e\x57\x82\x82\x8d\x49\xbf\x53\x69\x3f\x19\x32\x72\x58\x05\x0b\x16\xd8\x6d\xd0\x0a\xfe\xed\xfc\x3c\x54\xaf\xc0\x06\x59\xdf\x6c\xce\x74\x83\x57\x36\xc1\xac\x6a\x79\x4c\x11\x8c\x23\x9f\x75\xe0\x8f\x3f\xea\x0f\x2e\x3b\x6b\x55\x65\xa4\x00\x25\x49\xb7\x5b\x53\x26\x23\x1b\xc9\xd1\xd1\xc4\x5a\xfb\x8b\xb5\xa7\xdd\x5e\x58\xa3\xda\xfd\xe5\x68\x04\x07\x02\xde\xc1\xfc\x18\x00\xa9\xfc\xa3\x0d\x51\x2f\x4b\x39\xd5\x63\x3b\xc2\x66\xcf\x18\xf7\x09\x5f\x51\x86\x3c\xc5\x57\x42\xee\xe2\x81\x24\xcd\xb7\x0b\xa2\xc9\x18\x75\x53\x09\x6c\x69\x53\xb6\x14\x44\x7f\xe1\xb8\x6f\x91\x8d\xe6\x89\x42\x49\x09\xa3\xff\x87\x2f\xa4\x24\x87\x36\x0f\x06\xb7\x20\x07\x93\xa1\x61\xdd\x71\x8f\x1d\xd1\x69\x8e\x66\x2b\xf3\xe1\x63\xdb\x3c\x4a\x13\xa9\xd5\x0b\xbd\x82\x28\x6a\xbf\x47\x9e\x05\xde\xa6\x12\x4d\xde\x7e\x79\x18\x7c\x10\x3b\x13\xc9\xe6\x75\x63\xca\x1f\xfb\x11\xe6\xc4\x0a\x04\x50\xc7\x91\xd5\x9e\xea\x34\x07\xb7\x01\xe0\x64\x87\x83\xcd\x42\x4a\x14\x42\xe4\xd7\x8c\x56\xd5\xdf\x15\x73\xd1\xaa\xef\x7f\x5e\x27\x1f\x6a\x92\x1f\x61\x6d\x57\x4e\x2c\x4b\x83\x2d\xc1\x8d\x44\x72\xdb\x79\xfb\x10\x4c\xc0\x74\x03\xb1\x31\x51\xa5\xc5\xc8\xc7\xc2\xec\x82\x68\xbc\xa6\x3b\x7c\x4b\xd3\x5b\x94\xb3\x79\x57\x04\xcf\x4e\x52\xa1\x79\x43\x1f\xa5\x62\x5e\x77\x2a\xf4\xc3\x80\x13\x67\xb7\x47\xf2\xe1\x90\x3c\x17\x47\x28\x4c\xf0\xe0\xad\x3c\xf4\x59\x48\x4c\x69\x4a\x75\x61\x69\x9c\x92\x42\xfb\x5d\x4c\x27\xd3\xcc\xea\x3e\x66\x16\xd8\x4e\xb7\x62\xc7\xe1\xb4\xd7\x8e\x67\x77\x84\xf5\xb1\x8c\xee\x3c\xd6\x5f\xff\xea\xf1\x13\x86\x7c\xab\x73\x78\x0e\xe7\xc3\xbd\xaa\x0d\xb3\x3b\xc2\xfa\x7e\x43\xd5\xef\xb8\xc5\x7b\x13\xd9\x26\xab\x0f\x3e\xd7\xeb\x34\xd4\x9f\x85\x76\xc2\x60\xa9\xc3\x1a\xa2\x38\x82\xa7\x15\x47\x9f\x04\xe5\x71\xf4\x47\x34\x87\xa7\x10\xcd\xa3\xe1\x3e\xb6\xcd\x80\x96\x43\xb7\x7e\x00\x64\x0a\xa7\xd6\x73\x2b\x7d\x38\xff\x38\x40\xed\xfd\x5d\x79\x4e\x95\x56\x92\xa2\x54\x79\xa0\xd0\x01\x98\x68\x5b\x35\xb6\x0c\xd5\x24\xbb\xea\xca\xf2\x10\xfa\xec\x85\x5a\x55\x3f\xfa\xac\xf5\xb7\xe9\xc1\x48\x95\xa8\x4b\xc9\x2b\xbe\xc7\x33\xf3\xcf\x84\xa5\xa5\xe9\x8c\x2e\x4a\x69\x2b\x74\x38\x4d\x9b\x72\x7d\x4b\x0b\x63\x52\x13\x0f\x9a\xee\xd0\x39\x18\x50\xc5\x67\x1a\x24\x92\xec\x00\x07\xd4\x1e\xde\x98\xfe\xbb\x93\x62\xdc\xd4\xd5\xef\x4e\x8a\x64\x2f\x92\x77\xb5\x27\x95\x2e\x25\x7c\x65\x5a\x31\x24\xbe\x28\x23\xb4\xf0\xb5\xd0\x84\x5d\x90\x83\x89\xc3\xd8\xe1\x27\x19\xdd\x6c\xe2\x8a\x99\x05\xcc\x32\x72\x50\xb3\x79\x67\x59\x8b\xf6\x5a\x94\x72\x0a\x2f\x37\xdf\x8d\x02\xfe\x05\x7e\xf8\xd7\x01\xf6\x1b\xca\x4b\x6d\xe3\x7f\x04\x7d\xe7\x00\x66\x06\xff\xdf\xcf\x2b\x7c\xab\x28\xe7\x06\xcb\xcc\x9b\x7e\x69\x38\xac\x1a\xe8\x5a\xa2\xf9\x24\x8a\x65\xae\x83\x63\xc5\x99\x46\xf2\x2c\x75\xd0\xbc\x1c\xf3\xa0\x65\x2f\x50\xa5\xb0\x86\x9d\x30\x05\x30\x36\x3b\xcd\x5a\xc2\x7a\xa5\x1e\x6c\xfb\xcf\x44\x62\xc1\x48\x8a\x71\x44\x39\x10\xd8\xe0\x1e\x14\xa6\x82\x67\xca\xf4\xef\x5c\xec\xa3\xc7\x51\xe9\x90\x00\xb2\x15\x03\x32\x6d\xb1\x2d\x8d\x65\x86\x2a\x95\xb4\x30\xf2\x57\x72\xb7\x89\x77\xe5\x76\xa6\x0c\x48\xed\x3e\xd4\xcb\x74\xe0\x9a\x3f\x1e\x21\xef\x51\x0a\x8f\x93\x15\x79\x16\x92\xb4\x21\x3c\xb1\x49\xfc\xcf\xab\xdf\xfe\xee\xa6\x33\xe1\x1c\x64\x14\x63\xb6\x79\x51\x5a\x4a\x06\xa6\x50\xb4\x56\xae\x66\x11\x6e\x6b\x5e\xb1\x43\x0a\x6a\xca\x47\x9d\x15\xa3\xff\xe1\xe6\x9f\xe5\x7f\xc3\xdb\xdf\xae\xae\x61\xb9\x34\xe0\x86\x54\x0d\x61\x98\x48\x94\x96\x94\x6f\xe9\xe6\x10\xf7\xf6\xb0\xf1\x7c\x01\x25\xcf\x70\x43\x39\x66\x0b\xf8\x21\xa4\x03\x43\xe1\x25\x13\x37\x95\xec\xd9\x84\xc8\xef\x8a\x6c\x24\xf5\xf6\x86\x26\x5f\x9c\x7f\xbf\x3c\xab\x7e\xc5\x26\xc9\x4e\x4a\x53\x2f\x52\x35\xc4\xed\x8e\xb6\xea\x5c\xe0\xe0\xa2\x0e\x6e\xe9\x9a\x91\x23\x98\x06\xaa\x8b\xa7\x34\x16\xb0\x86\x82\x48\x85\x97\x5c\xc7\x47\x08\x18\xf0\xa8\x49\xc8\x46\x67\x15\xd7\x6b\x88\x28\x4f\xa5\x6d\xd7\xa3\xf6\x96\xc5\x27\x59\x92\x65\xb1\x41\x5f\x58\x5e\x6b\x12\x83\x1d\x87\x07\x57\xe5\x8d\x96\x24\xd5\x41\x9c\x96\x0b\x9d\xa4\xe6\x5e\x0e\x98\x2a\xe6\x83\x9e\xec\xec\xcc\x4f\xdd\x36\x66\x9b\xba\x11\xd2\xb5\x38\x94\x6f\x81\x9b\x30\x77\xb4\x54\xd3\x89\xb6\x77\xb5\x13\x0d\x5c\x33\xca\xeb\x47\x64\xb3\x25\x69\x46\xa7\xdf\xec\x34\xe1\x71\x43\xe0\xd0\x18\xb8\xa5\xbd\x5f\x05\xc9\x28\xdf\x46\x0b\xf8\x7c\x7c\x88\x6d\xb6\xda\x8f\x38\xa1\x30\xe0\xf6\xa4\xc0\x14\xea\xcf\x0f\x5d\x00\xdf\x47\xd8\xfe\xac\x75\x06\x61\xea\xa3\x2a\x18\xd5\x71\xb4\xe8\xf7\x10\x2c\xb4\x8d\x6e\x16\xf9\xc0\x2a\xcc\x75\x34\xff\x70\xfe\xd1\xb4\x7f\x9d\x57\xcf\x3e\x8e\xcf\x7a\x1d\x4b\xe4\x13\xb9\x1f\x6c\x70\x4b\xc9\x56\x30\x23\xee\xf0\xe3\x93\x12\xfc\x3f\xfe\xb1\xb6\x7f\x99\x5d\xef\x7a\x06\x4f\xa1\x11\x62\x56\x7f\x98\x0d\x06\x24\x28\xa5\x90\xab\x46\xa2\xfb\x5c\x2e\x40\xe3\xbd\xbe\xd2\x44\x97\x6a\xe1\x00\xae\x73\x29\xf6\x3c\xdc\x30\x58\xa5\x4a\x53\x29\xee\x73\x99\x48\x54\x85\xe0\x0a\xaf\xf1\x5e\x9b\x0d\x65\x0b\xdd\xfc\xd9\x50\x0e\x35\x11\x8f\x75\x22\x38\xe6\x48\xaf\x88\xb6\x6e\xfd\xd9\x8b\x89\x52\xf6\x1c\xca\x3d\x83\xd1\xfc\x60\x24\xa5\xca\x34\x45\xa5\x5a\x9a\x32\xaa\x1d\xd7\xc8\x29\x61\xd8\xc5\x60\x63\x4e\xe9\x1e\xef\x9a\x66\xd5\xc4\xce\x0b\x7b\xd3\x0c\xfb\x2e\xcc\x0f\xf4\x26\x8d\x6e\xf8\xda\xc6\xff\xb4\x70\x13\xd0\x71\xfc\x16\x0d\x0b\x99\x38\x76\x5b\x34\x82\x27\x45\x93\xf4\xc0\xa7\x7a\xe6\x23\xa5\x22\xf0\x11\xd6\xeb\x75\x53\xdd\x8f\x13\x31\x4f\x80\xc8\x88\x26\xdb\x4f\xbf\xbb\x3c\x89\xbd\x0f\xb5\x7c\xdf\x86\xd3\x0e\xbd\x93\x48\x98\xe7\x16\x0f\x47\xba\xdb\xd0\xe3\x3b\xde\x7a\xc5\x53\xf1\xfc\x69\xe4\xe9\xa7\xad\xa7\x12\x76\x33\x12\xcc\x56\x9d\xa4\xd9\x76\x85\x86\xe8\x09\x24\xbf\xca\xe2\xfd\xdc\x7b\xec\x4b\xf8\xed\x37\xcf\x62\x26\x81\x39\xa7\xf1\x86\xeb\x9f\x8c\xba\x27\xc8\x4c\x33\x19\x7b\xf4\x24\xac\x26\x11\x9a\x66\x8d\x7b\x29\x4d\x05\x7f\x49\x14\xae\x60\xb6\x21\xb3\x71\x37\xd0\x34\xbd\xbd\x4c\x05\xb7\x70\xcb\x34\xc7\xf4\x76\x02\x7a\x4f\x33\x9d\x1b\x50\xaa\x27\xa0\x1c\x8b\x2f\x18\x33\xe5\x67\x05\xb3\x9f\x28\xa4\x8c\x28\xb5\x8e\x36\x04\xaa\x55\x96\xea\x1f\x25\x91\xb8\x14\xd1\xf3\x9f\xce\xe8\xf3\x09\x72\x19\x1e\x23\x78\x32\x29\x2e\x38\x5e\x79\x57\xaf\x68\xa9\x82\xf0\x8a\x9c\xbb\x68\xe1\xc6\x8b\xf6\xc6\x89\xfb\x99\xe1\x86\x94\x4c\x47\xcf\x67\xb6\xc9\x72\x47\x68\x83\x51\x24\x3c\x85\x68\x05\x3f\x9d\x19\x82\xcf\xa3\x71\x26\x76\x25\xd3\xb4\x60\x78\x85\x05\x91\x44\x9b\x8a\x38\x83\xa3\xea\x74\x0c\x1b\x47\x24\x86\x6d\x7b\xdd\x00\x9e\xc3\xb3\x09\x44\x0b\xd3\x15\xb7\xbe\x17\x13\xf3\x72\x57\x7d\x5a\x00\x2f\x77\xd7\x42\x1f\xab\x14\xbe\x35\x3a\x49\x65\x7b\x22\xb9\xd9\x3c\x1a\x95\x4d\xe6\x82\xd1\xc9\xae\x53\xa7\x69\x6b\x5b\xac\x9a\x97\xd5\x84\xb7\xd2\x4b\xa5\xf1\xf1\x9c\x13\xce\x36\x8f\xc9\x26\xdf\xc7\xb3\xa4\x6a\x34\x97\x45\xbb\xfd\x68\x5a\xcf\x91\x68\xdc\x78\x93\x45\xef\xdf\xbf\x7f\xbf\x7c\xf3\x66\x79\x71\x01\xaf\x5f\xaf\x76\xbb\x11\x17\x31\x91\xab\xc6\xce\xf6\xc0\x86\xec\xce\x85\xb5\x8d\x25\x26\xd2\xdb\xa5\x98\x0a\x1f\xa2\x5b\xe0\x84\x21\xcf\x88\x9c\x80\x2f\x8b\x06\x3a\xc7\x3b\x69\x3a\xcb\x62\x8a\xbe\xd8\xf3\x01\x86\x79\x39\x81\x53\x48\xbc\xa3\xa2\x54\x03\x3c\x86\x9b\xa9\xcc\xc2\x5d\xcc\x76\x71\x24\xdd\xe6\x53\x48\x5a\x64\xe4\x50\x63\x11\xa5\x51\x52\x35\x95\xe5\x52\x86\x44\xd6\x08\x25\xcf\xa6\xd4\x9b\x32\xa1\x3a\xe6\x50\x38\x0b\xbb\x5b\x98\xc6\x8e\xf2\x0b\x6b\xa1\x6a\xac\x15\x06\x53\x34\xc3\x97\x87\x2b\x7b\x76\xab\x65\x89\x23\xbe\xc3\x19\xe5\x1e\xe2\x64\xdf\x0e\x9c\x88\xda\x7a\x39\x1a\x08\x2e\xf0\x96\x2e\x56\x6f\x48\xb6\xc5\x99\xbd\x83\x30\xb3\x57\x80\x66\xed\xfe\x75\x2c\xa1\xd8\xe9\x84\x25\xd3\xdc\x77\x49\x0a\x22\xdd\x60\xaf\xfe\x61\xcb\xf7\xcc\x01\xf6\x4f\x6d\x6a\x99\x37\x10\x3b\x88\xd0\x49\xcf\x78\x46\x3b\x3b\x33\xa8\x3a\x47\x89\x33\x05\x84\x1f\x74\x6e\xda\xfe\x2a\xab\xd4\x65\x07\x08\x1b\xdb\xf2\x04\x97\x6d\x95\xab\x31\x96\x27\x0e\x62\x3c\x67\xf6\xfb\x97\xad\x7f\x7c\xf5\x93\x3d\xe3\xec\xcc\x38\x47\x35\xf9\xf2\x9e\x0a\x5a\x00\x17\x7b\x78\x0a\xcf\xc0\x0d\xae\x83\x6e\x72\x7c\x78\xe3\xe9\xc5\xf5\x3c\x97\x64\x59\xfc\xac\x9e\xd0\xb7\x8e\x06\xc6\x79\x32\xb9\xd0\x30\xf4\xf4\x19\xe4\xa2\x1c\xde\xbe\x7b\xc4\x18\x69\xc0\x46\x75\xce\x30\xc2\xc5\x3e\x47\x8e\x77\xd8\x3a\x6e\x49\x73\xc2\xb7\xb6\x30\x69\xa0\x1a\x88\xb2\x77\x91\x2a\xb5\x6d\x44\x35\x43\x1c\xa1\x87\x90\x12\x3e\xd3\xee\xaa\x94\x97\xef\xa7\x9a\xfa\xe8\x16\x57\xf0\x38\xca\x8a\xc4\x2d\x1e\x2d\xa0\x75\xe0\xd3\xbe\x08\x34\x11\x87\x5f\x7b\x0a\xdd\x13\xc4\xb3\xce\x11\x33\x65\x6c\x73\x83\x40\x34\x30\x24\x4a\xd7\x2e\x03\x64\xa3\x5b\xaa\x0b\xa7\x3c\xff\xb1\x32\x48\xe4\x50\xc3\xbd\xfb\xe3\x5c\x6e\x70\x58\xd2\x7e\xa6\xfa\x89\xce\x45\x47\x92\x0c\x4e\x72\x6e\x34\x8f\x16\xe3\x13\xed\x23\x94\xed\x1d\x2e\x53\x3a\x27\xa9\xdb\xd1\x74\x38\x93\x9f\x30\xfa\xec\x48\x3a\x98\x79\x3d\x09\x29\xa1\x61\xf0\x9f\x71\xab\xf1\x4f\xb8\x99\xd8\x11\x62\x56\x4d\x5b\x53\xc1\x18\x29\x14\x2e\xa0\x0e\x9f\x56\xed\x82\x61\xf1\x0a\x9e\xcd\xf4\xd9\x3a\xd5\x06\x61\xde\xbe\x09\x1b\x43\xd2\xaa\xbc\xd9\x51\x1d\x4f\x1b\xab\xb9\x38\x34\x38\xe5\x19\xde\x97\x18\x5c\x00\xf0\x37\x1a\xd6\xeb\x75\xe8\xc6\x44\x3d\xa0\xfc\x59\x70\x8d\xdc\xe4\x9a\xc9\x66\xfb\x6f\x52\x0a\xd9\x1a\x19\x46\x57\xbe\x16\x56\x89\x44\x70\xd7\x68\x44\xa1\x68\xed\xde\x40\xb1\xd3\x92\xfa\xe4\xad\x66\xa1\xf2\xab\x9f\x4d\x1f\x53\xb9\x76\x28\xb9\x74\x4f\x84\xda\x5f\x1e\x9e\x0c\xbc\xbd\x94\xcc\x1e\x51\x1a\xad\x07\xce\xde\x4e\x9a\x2a\xeb\x43\x81\x2b\x88\xde\xfe\x76\x75\x3d\xe8\x11\xec\xc4\xb9\x94\x83\x89\x91\x59\x6b\xd5\x3f\xad\xf3\x46\xfa\x13\xc6\xcd\x67\x67\xe0\x9b\x62\x93\xe1\xf7\x39\xd1\xb6\x14\x5a\x3c\x4b\xc9\x97\x33\xd8\x62\x28\xb9\x7f\xc3\x69\xb5\x71\xc6\x3e\x91\x63\x9b\xbe\x3d\x56\xf7\x91\x25\x5a\x24\xc7\xb2\x96\x07\x23\x4d\x86\xa9\x70\xf7\x90\x89\xb2\x1a\x9d\xa0\xa5\x41\xe5\xa2\x64\x99\x29\x72\x4e\xf8\x8d\x14\x3b\x37\xa0\xdb\x11\x4e\xb6\x28\x21\xa6\x56\x1b\x7b\x94\x08\xe4\x86\xd9\xfd\x4a\x2a\x38\xc7\x54\x87\x06\x48\x60\xaf\x4b\x1e\x26\x1a\x40\xa3\xbd\x4f\xb0\x76\xd6\xb6\x87\x7b\x43\x0d\x8c\x37\xc3\x46\x61\x9f\x12\xc7\xec\x77\xa7\xcf\x4d\x9d\xb9\x3c\xe2\x63\x5b\x6d\xb3\xe5\x4d\x89\xbb\xd5\x67\xf0\xa7\x96\x3a\x3b\xf3\xfb\x20\x2b\x19\x7c\x52\x82\x2f\x20\x33\x7b\x4e\xbb\x41\x1f\xa3\x1f\x2a\xe4\x4f\xc6\x5d\xef\x0b\xf3\x90\x3d\xba\x08\xf7\x45\xdf\x2e\xe5\x9c\x78\xec\xd1\x0d\xd9\xfb\x7c\x44\xab\xc6\xde\xf6\xbc\x42\x59\x48\x7b\x96\xeb\x09\x46\xe3\xc3\xc6\x90\x34\x24\xcb\x8e\x26\x4b\x87\x3d\xeb\x5d\x00\x9c\x79\x55\x4c\xea\xfa\xca\x33\x15\xfe\x1f\x71\xbc\x26\x1c\xf8\xe5\xc5\xca\x66\xbc\xc4\x09\xe6\x5f\x66\x23\x63\x9e\xf0\x2e\x6f\xaa\x07\x6b\xf2\x53\x74\xc9\xef\x08\xa3\x19\x54\xd1\x15\x08\xf0\x17\x6f\x2f\xdd\xa0\xaa\x97\x7e\xed\xd9\x54\x58\x45\x7f\x92\x17\x7e\xeb\xd2\x37\x8c\xab\x81\x6f\x1a\x21\xaf\x5d\xc1\x32\xa1\x3a\xbc\xd9\xdd\x79\xe1\x4e\x87\x0b\x69\xff\xbd\x70\x15\x64\xf2\xff\x25\xf1\xc5\xb7\x31\xd3\x25\xa7\x7a\x65\xaf\x67\x37\x9c\x5c\xf5\xef\x88\xaf\x86\xd7\xc6\x6b\xb2\x0f\x73\xb3\xe0\xff\x07\x00\x00\xff\xff\xf9\xd7\xc4\x75\xac\x38\x00\x00") +var _staticUiJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x3b\x5d\x93\xdb\x36\x92\xef\xfe\x15\x1d\x6e\x6e\x45\x95\x25\xce\x38\x75\x77\x0f\x4a\xe4\x2b\x3b\xb3\x89\x7d\x15\x6f\x5c\x99\x49\xdd\xa5\x7c\xae\x2b\x0c\xd9\x12\xe1\x01\x01\x2e\x00\x8e\xac\x73\xe6\xbf\x5f\xe1\x83\xdf\x20\xa5\x71\x9c\xd5\x83\x47\x22\xbb\x1b\xfd\x8d\xee\x06\x7c\x4f\x24\xfc\xfa\x1a\xb6\x10\xef\x2a\x9e\x6a\x2a\x78\x5c\x12\x49\x0a\xb5\x84\x4f\x4f\x9e\x3c\x01\x00\xb8\xb8\x80\x43\x8e\x1c\x2a\x85\x12\x52\x46\xd3\x3b\x10\x1c\x08\x3f\x02\x61\x28\x35\x30\x72\x8b\x0c\x0a\x91\x11\x06\xa5\x28\xab\x12\x0e\x54\xe7\x40\x80\x51\xa5\x41\xec\xa0\x14\x4a\xd1\x5b\x86\x35\xb5\x1d\x65\x1a\x25\x1c\x28\x63\xa0\x72\x71\x58\x81\xce\xa9\x82\x9a\x01\xa0\xca\xac\x95\x81\x16\xa0\x50\x57\x25\xe8\x9c\x68\xb7\x80\x25\x61\x1f\xbe\xb1\xeb\x6d\x1b\xac\xd8\x30\x0c\xfe\xf3\x75\x1c\xfd\xc5\xb2\x65\xa1\xa2\x65\x22\x78\x1c\x99\xa5\x92\x5b\x95\x58\x42\xd1\xaa\xc5\xc4\x7b\xe4\xba\x8b\x6e\x3e\xbf\x72\x85\x98\xbc\x25\x95\xc2\x78\xf9\x6d\xef\x95\xd1\x59\xe1\x97\xff\x3a\x36\xbc\x07\x00\x9c\x56\x0c\x80\x25\x9f\x48\x64\x44\x63\x76\x43\xe4\x1e\xf5\x14\xfc\xff\xde\xe1\x11\xb6\xee\x7b\x92\x11\x4d\xe2\xc8\x7e\x5f\xdf\xe1\x31\x9a\x44\xba\xb7\x9c\x8c\x91\xee\x8d\xe8\x63\x24\xa2\xb5\x54\xb0\x85\x17\xc6\x7a\x2a\xf9\x11\xf5\x4f\x06\xfc\x85\x79\x1c\x37\x6c\xac\x5a\xe2\x01\x1a\xa9\xa8\xb8\xb1\xe1\x16\xae\xab\xa2\x20\xf2\x68\xc8\x9c\x83\x6c\xf5\x96\xec\x28\xcf\xe2\xc8\x59\x62\xad\xa9\x66\x18\x2d\x93\x5c\x17\x2c\xee\x01\x9b\xcf\x0d\x16\xa5\xd1\x9c\x4a\x7e\x41\x9e\xa1\x8c\x23\x8b\x75\x63\x91\x56\x03\xa3\xb9\x8f\x15\x70\xe3\xfe\xac\x02\xef\x3d\xf3\x9b\xfa\xcb\x08\xe4\x61\xd9\x7b\x14\x90\x3f\xa7\x5c\x5b\x1d\x56\x5a\xa4\xa2\x28\x19\x6a\x4c\x7e\x44\x8e\x92\x68\x7c\x65\x5e\x7e\xa6\x32\x6e\x45\x76\x9c\xd0\xc5\x84\x26\x5e\x1a\x8c\x15\x7c\xb2\x2c\x6d\x1c\x67\xf3\x02\xb8\x65\x4d\x48\xd8\x68\x8e\x56\xd0\xac\x5e\x69\x2d\xf8\xda\x05\x68\x2f\x44\x18\x16\xc3\x08\xa9\x75\xe1\xc3\xd9\xba\x3a\xc3\x22\xd1\xce\xc5\xbd\x2b\xba\xb7\x6b\x52\x96\xc8\x33\xe3\x92\x15\x0e\x9d\x12\x42\x11\x6b\x19\x8a\xa3\x9c\x66\x41\xf8\x1f\x2c\x59\x95\xbc\xc8\x32\xf7\x35\x76\x0b\x0d\x40\x1f\x3a\xbf\xbb\xdf\x83\x09\x22\xa7\x59\x86\xfc\xfc\x14\x71\x32\x0f\xcc\x38\x7b\x9a\x53\x96\x49\xe4\xf1\x32\x91\x58\x88\xfb\x51\x92\x99\xf6\x8d\x93\xa8\x2e\x75\xfd\x17\xa1\xfa\x07\x21\xff\x8e\x1f\xf5\x2f\xc8\x04\xc9\xe2\x80\x2e\x1e\xbe\x6d\x93\x3c\x92\x34\xf7\x29\x7d\x2f\x45\x55\x42\x4e\xee\xd1\xa6\x71\x7e\x07\x7b\xef\xdb\x19\xec\x84\x04\xaa\x57\x70\x5b\x69\x38\x20\x18\x03\x01\xd5\x50\x71\x4d\x59\x4d\xca\x6e\x15\xb9\xb8\x47\xa9\xc0\xfc\xeb\x32\xb8\xa3\xaa\x84\x01\xcf\x04\x2a\x1e\x69\xd0\x92\xa8\x1c\x74\x8e\xf0\xeb\xeb\x36\xb9\xff\x68\x20\x7f\xa2\xfc\xee\x95\xc5\xde\x4e\x3b\xa2\xf3\x39\x67\xbf\x42\x54\x0a\x91\x0f\x5c\x77\x68\x35\x6f\xa9\x5a\xb5\x56\xe0\xb5\x65\x6d\x6d\x25\x7d\x0e\x24\xb2\x6f\xa9\xca\xe3\x65\x42\x38\x2d\x88\xc6\x78\xec\xfb\xa2\x24\x29\xd5\xc7\x0d\x3c\xbb\xbc\xec\x3b\xdd\x0a\xbe\xb9\xbc\x9c\xf4\xbc\x01\xc3\x0c\xc9\x3d\xfe\x73\x19\x3e\x93\xdd\xae\x73\x98\xc5\x81\x30\x06\x86\x7b\x34\xc9\x8f\x72\x65\x4c\xdf\x75\x98\x92\x70\x64\xce\xd6\x76\x73\xaf\x14\x82\x16\x82\x69\x5a\xaa\x9a\x10\xe1\x59\xb3\xab\x0b\x85\x03\x9b\xdf\x78\xe8\xae\xc9\x2d\xed\xbf\x0d\xed\x9e\x18\x77\x6d\xdf\x79\xed\xbc\x33\x49\x67\xad\xc5\x7e\xcf\x70\xeb\x97\x7e\x1f\x2d\x3b\xda\xa5\x2b\x08\x25\xb3\xda\x2c\x1e\x27\xa0\x3d\xa7\x57\x2a\xf8\x06\x76\x84\x29\x5c\x19\x69\x14\x13\x07\x05\x99\x38\xf0\x5a\x50\xb0\x31\xe9\x2b\x95\xee\x27\x43\x46\x8e\x9b\xe0\x86\x05\xb6\x0c\xda\xc0\xbf\x5d\x5e\x86\xf6\x2b\xb0\x41\x36\x34\x9b\x33\xdd\xe8\x91\x4d\x30\x9b\x46\x1e\xb3\x09\xc6\x91\xcf\x3a\xf0\xfb\xef\xcd\x0b\x97\x9d\xb5\xaa\x33\x52\x80\x92\xa4\xfb\xbd\xd9\x26\x23\x1b\xc9\xd1\xc9\xc4\xda\xf8\x8b\xb5\xa7\x2d\x2f\xac\x51\x6d\x7d\x39\x19\xc1\x81\x80\x77\x30\xdf\x06\x40\x6a\xff\xe8\x42\x34\xcb\x52\x4e\xf5\x54\x45\xd8\xd6\x8c\xf1\x90\xf0\x35\x65\xc8\x53\xfc\x41\xc8\x22\x1e\x49\xd2\xbe\xbb\x22\x9a\x4c\x51\x37\x3b\x81\xdd\xda\x94\xdd\x0a\xa2\xbf\x70\x3c\x74\xc8\x46\xcb\x44\xa1\xa4\x84\xd1\xff\xc3\x17\x52\x92\x63\x97\x07\x83\x5b\x92\xa3\xc9\xd0\xb0\xed\xb9\x47\x41\x74\x9a\xa3\x29\x65\xde\xbd\xef\x9a\x47\x69\x22\xb5\x7a\xa1\x37\x10\x45\xdd\xe7\xc8\xb3\xc0\xd3\x54\xa2\xc9\xdb\x2f\x8f\xa3\x17\xa2\x30\x91\x6c\x1e\xb7\xa6\xfc\x76\x18\x61\x4e\xac\x40\x00\xf5\x1c\x59\x1d\xa8\x4e\x73\x70\x05\x00\x27\x05\x8e\x8a\x85\x94\x28\x84\xc8\xaf\x19\x6d\xea\xdf\x35\x73\xd1\x66\xe8\x7f\x5e\x27\xef\x1a\x92\xef\x61\x6b\x57\x4e\x2c\x4b\xa3\x92\xe0\x56\x22\xb9\xeb\x3d\x7d\x08\x26\x60\xba\x83\xd8\x98\xa8\xd6\x62\xe4\x63\x61\x71\x45\x34\xde\xd0\x02\xdf\xd2\xf4\x0e\xe5\x62\xd9\x17\xc1\xb3\x93\xd4\x68\xde\xd0\x27\xa9\x98\xc7\xbd\x1d\xfa\x61\xc4\x89\xb3\xdb\x23\xf9\x70\x48\x9e\x8b\x13\x14\x66\x78\xf0\x56\x1e\xfb\x2c\x24\x66\x6b\x4a\x75\x69\x69\x9c\x93\x42\x87\x5d\x4c\x2f\xd3\x2c\x9a\x3e\x66\x11\x28\xa7\x3b\xb1\xe3\x70\xba\x6b\xc7\x8b\x7b\xc2\x86\x58\x46\x77\x1e\xeb\xaf\x7f\xf5\xf8\x09\x43\xbe\xd7\x39\x3c\x87\xcb\x71\xad\x6a\xc3\xec\x9e\xb0\xa1\xdf\x50\xf5\x0b\xee\xf1\xa3\x89\x6c\x93\xd5\x47\xaf\x9b\x75\x5a\xea\xcf\x42\x95\x30\x58\xea\xb0\x85\x28\x8e\xe0\x69\xcd\xd1\x07\x41\x79\x1c\xfd\x1e\x2d\xe1\x29\x44\xcb\x68\x5c\xc7\x76\x19\xd0\x72\xec\xd6\x0f\x80\x4c\xe1\xdc\x7a\x6e\xa5\x77\x97\xef\x47\xa8\x83\xdf\xb5\xe7\xd4\x69\x25\x29\x2b\x95\x07\x36\x3a\x00\x13\x6d\x9b\xd6\x96\xa1\x3d\xc9\xae\xba\xb1\x3c\x84\x5e\x7b\xa1\x36\xf5\x97\x21\x6b\xc3\x32\x3d\x18\xa9\x12\x75\x25\x79\xcd\xf7\x74\x66\xfe\x9e\xb0\xb4\x32\x9d\xd1\x55\x25\xed\x0e\x1d\x4e\xd3\x66\xbb\xbe\xa3\xa5\x31\xa9\x89\x07\x4d\x0b\x74\x0e\x06\x54\xf1\x85\x06\x89\x24\x3b\xc2\x11\xb5\x87\x37\xa6\xff\xea\xac\x18\x37\xfb\xea\x57\x67\x45\xb2\x17\xc9\xbb\xda\x93\x5a\x97\x12\xfe\x60\x5a\x31\x24\x3e\x2b\x23\x74\xf0\xb5\xd0\x84\x5d\x91\xa3\x89\xc3\xd8\xe1\x27\x19\xdd\xed\xe2\x9a\x99\x15\x2c\x32\x72\x54\x8b\x65\x6f\x59\x8b\xf6\x4a\x54\x72\x0e\x2f\x37\xef\x8d\x02\xfe\x05\xbe\xf9\xd7\x11\xf6\x1b\xca\x2b\x6d\xe3\x7f\x02\xbd\x70\x00\x0b\x83\xff\xef\x97\x35\xbe\x55\x94\x73\x83\x75\xe6\x4d\xbf\x36\x1c\xd6\x0d\x74\x23\xd1\x72\x16\xc5\x32\xd7\xc3\xb1\xe2\xcc\x23\x79\x96\x7a\x68\x5e\x8e\x65\xd0\xb2\x57\xa8\x52\xd8\x42\x21\xcc\x06\x18\x9b\x4a\xb3\x91\xb0\x59\x69\x00\xdb\xfd\x99\x48\x2c\x19\x49\x31\x8e\x28\x07\x02\x3b\x3c\x80\xc2\x54\xf0\x4c\x99\xfe\x9d\x8b\x43\xf4\x38\x2a\x3d\x12\x40\xf6\x62\x44\xa6\x2b\xb6\xa5\xb1\xce\x50\xa5\x92\x96\x46\xfe\x5a\xee\x2e\xf1\xbe\xdc\xce\x94\x01\xa9\xdd\x8b\x66\x99\x1e\x5c\xfb\xe3\x11\xf2\x9e\xa4\xf0\x38\x59\x91\x67\x21\x49\x5b\xc2\x33\x45\xe2\x7f\x5e\xff\xfc\x77\x37\x9d\x09\xe7\x20\xa3\x18\x53\xe6\x45\x69\x25\x19\x98\x8d\xa2\xb3\x72\x3d\x8b\x70\xa5\x79\xcd\x0e\x29\xa9\xd9\x3e\x9a\xac\x18\xfd\x0f\x37\x7f\xd6\xff\x0d\x6f\x7f\xbe\xbe\x81\xf5\xda\x80\x1b\x52\x0d\x84\x61\x22\x51\x5a\x52\xbe\xa7\xbb\x63\x3c\xa8\x61\xe3\xe5\x0a\x2a\x9e\xe1\x8e\x72\xcc\x56\xf0\x4d\x48\x07\x86\xc2\x4b\x26\x6e\x6b\xd9\xb3\x19\x91\x7f\x2d\xb3\x89\xd4\x3b\x18\x9a\x7c\x76\xfe\xfd\xfc\xac\xfa\x07\x8a\xa4\x16\xfd\x0d\xe5\x06\xf6\x4c\x2a\x85\x83\xee\x13\x22\xa9\xd7\x4d\x3d\x0d\xee\xcf\xc8\x9a\xa4\xe2\xe0\xa2\x1e\x6e\xe5\xba\x9a\x13\x98\x06\xaa\x8f\xa7\x34\x96\xb0\x85\x92\x48\x85\xaf\xb9\x8e\x4f\x10\x30\xe0\x51\x9b\xd9\x8d\xf2\x6b\xae\xb7\x10\x51\x9e\x4a\xdb\xf7\x47\xdd\xda\xc7\x67\x6b\x92\x65\xb1\x41\x5f\x59\x5e\x1b\x12\xa3\xd2\xc5\x83\xab\xea\x56\x4b\x92\xea\x10\x8e\x5b\xd8\x9b\xed\xbb\xbe\x01\xfa\x55\xd7\xc5\x85\x75\x24\xf4\x7c\xc1\x41\x54\x2c\x03\x89\xaa\x62\x1a\x6c\xca\x30\x0e\xa6\x34\x29\x4a\x60\xe2\xe0\x66\x50\x1c\x08\x33\x3f\x32\x28\x28\xa7\x45\x55\xf4\x09\xea\x1c\x39\x7c\xa8\x94\xf1\x45\x85\x1a\xa8\x06\x2d\xec\x70\x6a\x0c\xde\xb8\x56\x8f\xc7\x71\x89\xfd\xd0\x89\xae\xb3\x3c\x70\x90\x1e\xe7\xea\x9c\x51\xbb\x7a\x71\xe1\x07\x92\x3b\x53\xc1\xef\x84\x74\xdd\x1f\xe5\x7b\xe0\x26\x03\x3a\x5a\xaa\x6d\xd2\xbb\x05\xff\x4c\x6f\xdb\x4e\x39\x87\xc9\xaa\x15\xb8\x9d\x2a\x7f\xb1\x83\x96\xc7\xcd\xc7\x43\x13\xf2\x8e\xf6\x7e\x12\x24\xa3\x7c\x1f\xad\xe0\xd3\xe9\xf9\xbe\xe9\x42\x1e\x71\x78\x63\xc0\xed\x21\x8a\xa9\x61\x3e\x3d\xf4\x01\x7c\x8b\x65\x5b\xd7\xce\xf1\x8c\x29\x1d\x54\xc9\xa8\x8e\xa3\xd5\xb0\xbd\x62\xa1\x0e\xa3\x5d\xe4\x1d\xab\x31\xb7\xd1\xf2\xdd\xe5\x7b\xd3\x19\xf7\x1e\x3d\x7b\x3f\x3d\x06\x77\x2c\x91\x0f\xe4\xe3\xa8\xf6\xaf\x24\xdb\xc0\x82\xb8\x73\xa1\x0f\x4a\xf0\xff\xf8\xc7\xd6\xfe\x32\x0d\xc1\x76\x01\x4f\xa1\x15\x62\xd1\xbc\x58\x8c\x66\x47\x28\xa5\x90\x9b\x56\xa2\x8f\xb9\x5c\x81\xc6\x8f\xfa\x5a\x13\x5d\xa9\x95\x03\xb8\xc9\xa5\x38\xf0\x70\x2f\x65\x95\x2a\xcd\x26\xfa\x31\x97\x89\x44\x55\x0a\xae\xf0\x06\x3f\x6a\x53\x6b\x77\xd0\xcd\xcf\x96\x72\xa8\xbf\x7a\xac\x13\xc1\x29\x47\xfa\x81\x68\xeb\xd6\x9f\xbc\x98\x28\xe5\xc0\xa1\xdc\x67\x74\x6a\x31\x9a\xd6\xa9\x2a\x4d\x51\xa9\x8e\xa6\x8c\x6a\xa7\x35\x72\x4e\x18\xf6\x31\xd8\x94\x53\xba\x8f\x77\x4d\xb3\x6a\x62\x47\xa9\x83\x41\x8f\x7d\x16\xe6\x07\x06\x43\x58\x37\x97\xee\xe2\x7f\x58\xb9\xe1\xf0\x34\x7e\x87\x86\x85\x4c\x1c\xbb\x1d\x1a\xc1\x43\xb4\x59\x7a\xe0\xf7\x10\xe6\x23\xa5\x26\xf0\x1e\xb6\xdb\x6d\x5b\xf8\x9c\x26\x62\x3e\x01\x22\x13\x9a\xec\x7e\x86\x8d\xf7\x59\xec\xbd\x6b\xe4\xfb\x32\x9c\xf6\xe8\x9d\x45\xc2\x7c\xee\xf0\x78\xa2\xf1\x0f\x7d\xfc\x30\xa0\x59\xf1\x5c\x3c\x7f\x50\x7b\xfe\x41\xf4\xb9\x84\xdd\xf8\x08\xb3\x4d\x2f\x69\x76\x5d\xa1\x25\x7a\x06\xc9\x3f\x64\xf1\x61\xee\x3d\xf5\x26\xfc\xf4\x8b\x67\x31\x93\xc0\x9c\xd3\x78\xc3\x0d\x0f\x8d\xdd\x27\xc8\x4c\x3b\x34\x7c\xf4\x90\xb0\x21\x11\x1a\xf4\x4d\x7b\x29\x4d\x05\x7f\x49\x14\x6e\x60\xb1\x23\x8b\x69\x37\xd0\x34\xbd\x7b\x9d\x0a\x6e\xe1\xd6\x69\x8e\xe9\xdd\x0c\xf4\x81\x66\x3a\x37\xa0\x54\xcf\x40\x39\x16\x5f\x30\x66\xb6\x9f\x0d\x2c\xbe\xa3\x90\x32\xa2\xd4\x36\xda\x11\xa8\x57\x59\xab\x7f\x54\x44\xe2\x5a\x44\xcf\xbf\xbb\xa0\xcf\x67\xc8\x65\x78\x8a\xe0\xd9\xa4\xb8\xe0\x78\xed\x5d\xbd\xa6\xa5\x4a\xc2\x6b\x72\xee\x0e\x8a\x9b\xbc\xda\xcb\x38\xee\x6b\x86\x3b\x52\x31\x1d\x3d\x5f\xd8\xfe\xd3\x9d\x2e\x8e\xa6\xb4\xf0\x14\xa2\x0d\x7c\x77\x61\x08\x3e\x8f\xa6\x99\x28\x2a\xa6\x69\xc9\xf0\x1a\x4b\x22\x89\x36\x3b\xe2\x02\x4e\xaa\xd3\x31\x6c\x1c\x91\x18\xb6\xed\x4d\x0c\x78\x0e\xcf\x66\x10\x2d\x4c\x5f\xdc\xe6\xca\x50\xcc\xab\xa2\x7e\xb5\x02\x5e\x15\x37\x42\x9f\xda\x29\x7c\xd7\x78\x96\xca\x0e\x44\x72\x53\x3c\x1a\x95\xcd\xe6\x82\xc9\xa1\xb7\x53\xa7\xe9\xf8\x3b\xac\x9a\x87\xf5\xf0\xbb\xd6\x4b\xad\xf1\xe9\x9c\x13\xce\x36\x8f\xc9\x26\x5f\xc7\x8b\xa4\xee\xc1\xd7\x65\xb7\xfd\x68\xbb\xf2\x89\x68\xdc\x79\x93\x45\xbf\xfd\xf6\xdb\x6f\xeb\x37\x6f\xd6\x57\x57\xf0\xea\xd5\xa6\x28\x26\x5c\xc4\x44\xae\x9a\x3a\xf6\x04\x1b\xb2\x85\x0b\x6b\x1b\x4b\x4c\xa4\x77\x6b\x31\x17\x3e\x44\x77\xc0\x09\x43\x9e\x11\x39\x03\x5f\x95\x2d\x74\x8e\xf7\xd2\xf4\xca\xe5\x1c\x7d\x71\xe0\x23\x0c\xf3\x70\x06\xa7\x94\x78\x4f\x45\xa5\x46\x78\x0c\x77\x73\x99\x85\xbb\x98\xed\xe3\x48\xba\xcf\xe7\x90\xb4\xc8\xc8\xb1\xc1\x22\x4a\xa3\xa4\x6a\x2e\xcb\xa5\x0c\x89\x6c\x10\x2a\x9e\xcd\xa9\x37\x65\x42\xf5\xcc\xa1\x70\x11\x76\xb7\x30\x0d\x3f\xfe\xd8\x34\x13\xbf\x30\x98\xa2\x19\xbe\x3c\x5e\xdb\x63\x6d\x2d\x2b\x9c\xf0\x1d\xce\x28\xf7\x10\x67\xfb\x76\xe0\xb0\xd8\xee\x97\x93\x81\xe0\x02\x6f\xed\x62\xf5\x96\x64\x7b\x5c\xd8\xeb\x19\x0b\x7b\x3b\x6a\xd1\xed\x5f\xa7\x12\x8a\x9d\xb7\x58\x32\xed\x55\xa0\xa4\x24\xd2\xcd\x3c\x9b\x2f\x76\xfb\x5e\x38\xc0\xe1\x81\x56\x23\xf3\x0e\x62\x07\x11\x3a\x04\x9b\xce\x68\x6e\x1e\xa2\x73\x94\xb8\x50\x40\xf8\x51\xe7\xa6\xed\xaf\xb3\x4a\xb3\xed\x00\x61\x53\x25\x4f\x70\xd9\xce\x76\x35\xc5\xf2\xcc\x19\x95\xe7\xcc\xbe\xff\xbc\xf5\x4f\xaf\x7e\xb6\x67\x5c\x5c\x18\xe7\xa8\x27\x37\xde\x53\x41\x0b\xe0\xe2\x00\x4f\xe1\x19\xb8\x99\x7e\xd0\x4d\xce\x1f\xfc\x35\xa3\x6e\x92\x65\xf1\xb3\xe6\xf0\xa2\x73\x6a\x32\xcd\x93\xc9\x85\x86\xa1\xa7\xcf\x20\x17\xd5\xf8\x62\xe2\x23\xc6\x48\x23\x36\xea\x23\x98\x09\x2e\x0e\x39\x72\xbc\xc7\xce\x49\x54\x9a\x13\xbe\xb7\x1b\x93\x9d\x84\x11\x55\x4f\xc2\xac\xda\x76\xa2\x9e\x8f\x4e\xd0\x43\x48\x09\x5f\x68\x77\x8b\xac\x99\xe8\xd5\xd4\x27\x4b\x5c\xc1\xe3\x28\x2b\x13\xb7\x78\xb4\x82\xce\x59\x58\xf7\x8e\xd4\x4c\x1c\xfe\xd1\x03\xfa\x81\x20\x9e\x75\x8e\x98\x29\x63\x9b\x5b\x04\xa2\x81\x21\x51\xba\x71\x19\x20\x3b\xdd\x51\x5d\x38\xe5\xf9\x97\xb5\x41\x22\x87\x1a\xee\xdd\x1f\xe7\x72\xa3\x73\xa4\xee\x67\xae\x9f\xe8\xdd\x01\x25\xc9\xe8\x90\xeb\x56\xf3\x68\x35\x3d\xec\x3f\x41\xd9\x5e\x6f\x33\x5b\xe7\x2c\x75\x3b\xb5\x0f\x67\xf2\x33\x46\x9f\x3d\x49\x47\x33\xaf\x27\x21\x25\xb4\x0c\xfe\x33\x2e\x7c\xfe\x09\x97\x36\x7b\x42\x2c\xea\x69\x6b\x2a\x18\x23\xa5\xc2\x15\x34\xe1\xd3\xd9\xbb\x60\xbc\x79\x05\x8f\xad\x86\x6c\x9d\x6b\x83\x30\x6f\x5f\x84\x8d\x31\x69\x55\xdd\x16\x54\xc7\xf3\xc6\x6a\xef\x54\x8d\x0e\xc0\xc6\x57\x49\x46\x77\x23\xfc\x65\x8f\xed\x76\x1b\xba\x4c\xd2\x0c\x28\xbf\x17\x5c\x23\x37\xb9\x66\xb6\xd9\xfe\x9b\x94\x42\x76\x46\x86\xd1\xb5\xdf\x0b\xeb\x44\x22\xb8\x6b\x34\xa2\x50\xb4\xf6\x2f\xe7\xd8\x69\x49\x73\x28\xd9\xb0\x50\xfb\xd5\xf7\xa6\x8f\xa9\x5d\x3b\x94\x5c\xfa\x87\x65\xdd\x37\x0f\x4f\x46\xde\x5e\x49\x66\x4f\x6f\x8d\xd6\x03\xc7\x92\x67\x4d\x95\xf5\xb1\xc4\x0d\x44\x6f\x7f\xbe\xbe\x19\xf5\x08\x76\xe2\x5c\xc9\xd1\xc4\xc8\xac\xb5\x19\x1e\x64\x7a\x23\xfd\x09\xe3\xe6\x8b\x0b\xf0\x4d\xb1\xc9\xf0\x87\x9c\x68\xbb\x15\x5a\x3c\x4b\xc9\x6f\x67\xb0\xc7\x50\x72\xff\x82\xd3\x6a\xe3\x8c\x43\x22\xa7\x8a\xbe\x03\xd6\x57\xb5\x25\x5a\x24\xc7\xb2\x96\x47\x23\x4d\x86\xa9\x70\x57\xb4\x89\xb2\x1a\x9d\xa1\xa5\x41\xe5\xf6\x1c\xed\x16\xbd\xf0\x3b\x29\x0a\x37\xa0\x2b\x08\x27\x7b\x94\x10\x53\xab\x8d\x03\x4a\x04\x72\xcb\x6c\xbd\x92\x0a\xce\x31\xd5\xa1\x01\x12\xd8\x9b\xa4\xc7\x99\x06\xd0\x68\xef\x03\x6c\x9d\xb5\xed\x71\xe5\x58\x03\xd3\xcd\xb0\x51\xd8\x87\xc4\x31\xfb\xd5\xf9\x73\x53\x67\x2e\x8f\xf8\xd8\x56\xdb\x94\xbc\x29\x71\x17\x1e\x0d\xfe\xdc\x52\x17\x17\xbe\x0e\xb2\x92\xc1\x07\x25\xf8\x0a\x32\x53\x73\xda\x02\x7d\x8a\x7e\x68\x23\x7f\x32\xed\x7a\x9f\x99\x87\xec\xd1\x45\xb8\x2f\xfa\x72\x29\xe7\xcc\x63\x8f\x7e\xc8\x7e\xcc\x27\xb4\x6a\xec\x6d\xcf\x2b\x94\x85\xb4\xa7\xd3\x9e\x60\x34\x3d\x6c\x0c\x49\x43\xb2\xec\x64\xb2\x74\xd8\x8b\xc1\xdd\xc8\x85\x57\xc5\xac\xae\xaf\x3d\x53\xe1\xff\xa3\xe4\x35\xe1\xc0\x5f\x5f\x6d\x6c\xc6\x4b\x9c\x60\xfe\x61\x36\x31\xe6\x09\x57\x79\x73\x3d\x58\x9b\x9f\xa2\xd7\xfc\x9e\x30\x6a\x0f\xca\x5d\xaa\x18\x07\xf8\x8b\xb7\xaf\xdd\xa0\x6a\x90\x7e\xed\xd9\x54\x58\x45\x7f\x92\x17\x7e\xe9\xad\x6f\x1c\x57\x23\xdf\x34\x42\xde\xb8\x0d\xcb\x84\xea\xf8\xd2\x7b\xef\x81\x3b\x1d\x2e\xa5\xfd\x7b\xe5\x76\x90\xd9\xff\x66\xe3\x37\xdf\xd6\x4c\xaf\x39\xd5\x1b\x7b\x73\xbd\xe5\xe4\x7a\x78\x7d\x7e\x33\xbe\x51\xdf\x90\x7d\x58\x9a\x05\xff\x3f\x00\x00\xff\xff\xd6\x07\xb7\x23\xc7\x39\x00\x00") func staticUiJsBytes() ([]byte, error) { return bindataRead(