From e56ec6875232da7e7ece4c8b6f102c1f4d9bb20e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 25 Apr 2017 12:39:08 -0700 Subject: [PATCH] Correctly update min date of the silence end time Move it to the right place, having it in silenceFormCalculateDuration means that we can trigger recursive updates --- assets/static/ui.js | 15 +++++++++++---- bindata_assetfs.go | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/assets/static/ui.js b/assets/static/ui.js index b35f85fa4..66ba85630 100644 --- a/assets/static/ui.js +++ b/assets/static/ui.js @@ -150,9 +150,6 @@ var UI = (function(params) { endsAtDesc = endsAtDesc.replace("in a few seconds", "now"); endsAtDesc = endsAtDesc.replace("a few seconds ago", "now"); $("#silence-end-description").html(endsAtDesc); - - // fix endsAt min date, it cannot be < startsAt - $("#endsAt").data('DateTimePicker').minDate(startsAt); }; @@ -270,8 +267,18 @@ var UI = (function(params) { select.selectpicker('selectAll'); } }); - // set endsAt time to +1hour + // set endsAt minDate to now + 1 minute + $("#endsAt").data('DateTimePicker').minDate(moment().add(1, 'minute')); + // set endsAt time to +1 hour $("#endsAt").data('DateTimePicker').date(moment().add(1, 'hours')); + // whenever startsAt changes set it as the minDate for endsAt + // we can't have endsAt < startsAt + modal.on("dp.change", "#startsAt", function(){ + var startsAt = $("#startsAt").data('DateTimePicker').date(); + // endsAt needs to be at least 1 minute after startsAt + startsAt.add(1, "minute"); + $("#endsAt").data('DateTimePicker').minDate(startsAt); + }); modal.on("click", "a.silence-duration-btn", silenceFormUpdateDuration); modal.on("mousedown", "a.silence-duration-btn", false); silenceFormCalculateDuration(); diff --git a/bindata_assetfs.go b/bindata_assetfs.go index 4a28a765f..e9d68db06 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\xef\x73\xdb\xb6\x92\xdf\xf3\x57\x6c\xf9\x7a\x4f\xd4\x44\xa2\x9d\xce\xdd\x7d\x50\xa3\xdc\x24\xf5\x4b\xe3\x9b\xe6\x35\x53\x3b\x73\x97\xc9\x65\x6e\x60\x72\x25\x22\xa6\x00\x3e\x00\xb4\xac\x4b\xfd\xbf\xdf\x2c\xc0\xdf\x04\x29\x39\x4d\x1f\x3f\xb4\x32\xb9\xbb\xd8\xdf\xd8\x5d\x20\x77\x4c\xc1\xfb\x4b\x58\x43\xb8\x29\x44\x6c\xb8\x14\x61\xce\x14\xdb\xe9\x39\x7c\x79\xf2\xe4\x09\x00\xc0\xd9\x19\xec\x53\x14\x50\x68\x54\x10\x67\x3c\xbe\x05\x29\x80\x89\x03\xb0\x0c\x95\x81\x8c\xdd\x60\x06\x3b\x99\xb0\x0c\x72\x99\x17\x39\xec\xb9\x49\x81\x41\xc6\xb5\x01\xb9\x81\x5c\x6a\xcd\x6f\x32\xac\xa8\x6d\x78\x66\x50\xc1\x9e\x67\x19\xe8\x54\xee\x17\x60\x52\xae\xa1\x62\x00\xb8\xa6\xb5\x12\x30\x12\x34\x9a\x22\x07\x93\x32\xe3\x16\xb0\x24\xec\xcb\xb7\x76\xbd\x75\x8d\x15\x12\xc3\x50\x3e\xdf\x87\xc1\x5f\x2c\x5b\x16\x2a\x98\x47\x52\x84\x01\x2d\x15\xdd\xe8\xc8\x12\x0a\x16\x0d\x26\xde\xa1\x30\x6d\x74\x7a\xde\x0b\x8d\x18\xbd\x63\x85\xc6\x70\xfe\x63\xe7\x13\xe9\x6c\x57\x2e\xff\x7d\x48\xbc\x7b\x00\x9c\x56\x08\xc0\x92\x8f\x14\x66\xcc\x60\x72\xcd\xd4\x16\xcd\x18\xfc\xff\xde\xe2\x01\xd6\xee\x77\x94\x30\xc3\xc2\xc0\xfe\x5e\xde\xe2\x21\x18\x45\xba\xb3\x9c\x0c\x91\xee\x48\xf4\x21\x12\x33\x46\x69\x58\xc3\x4b\xb2\x9e\x8e\x7e\x46\xf3\x0b\x81\xbf\xa4\xd7\x61\xcd\xc6\xa2\x21\xee\xa1\x11\xcb\x42\x90\x0d\xd7\x70\x55\xec\x76\x4c\x1d\x88\xcc\x29\xc8\x56\x6f\xd1\x86\x8b\x24\x0c\x9c\x25\x96\x86\x9b\x0c\x83\x79\x94\x9a\x5d\x16\x76\x80\xe9\xb9\xc6\x5d\x4e\x9a\xd3\xd1\x6f\x28\x12\x54\x61\x60\xb1\xae\x2d\xd2\xa2\x67\x34\xf7\x58\x01\x57\xee\x7f\x0b\xcf\xf7\x92\xf9\x55\xf5\x63\x00\xf2\x30\xef\xbc\xf2\xc8\x9f\x72\x61\xac\x0e\x0b\x23\x63\xb9\xcb\x33\x34\x18\xfd\x8c\x02\x15\x33\xf8\x86\x3e\x7e\xa5\x32\x6e\x64\x72\x18\xd1\xc5\x88\x26\x5e\x11\xc6\x02\xbe\x58\x96\x56\x8e\xb3\x69\x01\xdc\xb2\x14\x12\x36\x9a\x83\x05\xd4\xab\x17\xc6\x48\xb1\x74\x01\xda\x09\x91\x0c\x77\xfd\x08\xa9\x74\x51\x86\xb3\x75\xf5\x0c\x77\x91\x71\x2e\x5e\xba\xa2\xfb\xba\x64\x79\x8e\x22\x21\x97\x2c\xb0\xef\x94\xe0\x8b\x58\xcb\x50\x18\xa4\x3c\xf1\xc2\xbf\xb6\x64\x75\xf4\x32\x49\xdc\xcf\xd0\x2d\xd4\x03\x7d\x68\xfd\xdd\xfe\xed\x4d\x10\x29\x4f\x12\x14\xa7\xa7\x88\xa3\x79\x60\xc2\xd9\xe3\x94\x67\x89\x42\x11\xce\x23\x85\x3b\x79\x37\x48\x32\xe3\xbe\x71\x14\xd5\xa5\xae\xff\x62\xdc\xbc\x96\xea\xef\x78\x6f\x7e\xc3\x4c\xb2\x24\xf4\xe8\xe2\xe1\xc7\x26\xc9\x23\x8b\xd3\x32\xa5\x6f\x95\x2c\x72\x48\xd9\x1d\xda\x34\x2e\x6e\x61\x5b\xfa\x76\x02\x1b\xa9\x80\x9b\x05\xdc\x14\x06\xf6\x08\x64\x20\xe0\x06\x0a\x61\x78\x56\x91\xb2\x5b\x45\x2a\xef\x50\x69\xa0\xff\xba\x0c\xee\xa8\x6a\x49\xe0\x89\x44\x2d\x02\x03\x46\x31\x9d\x82\x49\x11\xde\x5f\x36\xc9\xfd\x67\x82\xfc\x85\x8b\xdb\x37\x16\x7b\x3d\xee\x88\xce\xe7\x9c\xfd\x76\xb2\xd0\x88\xa2\xe7\xba\x7d\xab\x95\x96\xaa\x54\x6b\x05\x5e\x5a\xd6\x96\x56\xd2\x17\xc0\x02\xfb\x95\xeb\x34\x9c\x47\x4c\xf0\x1d\x33\x18\x0e\x7d\x5f\xe6\x2c\xe6\xe6\xb0\x82\x67\xe7\xe7\x5d\xa7\x5b\xc0\x0f\xe7\xe7\xa3\x9e\xd7\x63\x38\x43\x76\x87\xff\x5c\x86\x4f\x64\xb7\xed\x1c\xb4\x38\xb0\x2c\x03\xe2\x1e\x29\xf9\x71\xa1\xc9\xf4\x6d\x87\xc9\x99\xc0\xcc\xd9\xda\x6e\xee\x85\x46\x30\x52\x66\x86\xe7\xba\x22\xc4\x44\x52\xef\xea\x52\x63\xcf\xe6\xd7\x25\x74\xdb\xe4\x96\xf6\xdf\xfa\x76\x8f\xc8\x5d\x9b\x6f\xa5\x76\x3e\x52\xd2\x59\x1a\xb9\xdd\x66\xb8\x2e\x97\xfe\x14\xcc\x5b\xda\xe5\x0b\xf0\x25\xb3\xca\x2c\x25\x8e\x47\x7b\x4e\xaf\x5c\x8a\x15\x6c\x58\xa6\x71\x41\xd2\xe8\x4c\xee\x35\x24\x72\x2f\x2a\x41\xc1\xc6\x64\x59\xa9\xb4\x9f\x04\x33\x76\x58\x79\x37\x2c\xb0\x65\xd0\x0a\xfe\xed\xfc\xdc\xb7\x5f\x81\x0d\xb2\xbe\xd9\x9c\xe9\x06\xaf\x6c\x82\x59\xd5\xf2\xd0\x26\x18\x06\x65\xd6\x81\xdf\x7f\xaf\x3f\xb8\xec\x6c\x74\x95\x91\x3c\x94\x14\xdf\x6e\x69\x9b\x0c\x6c\x24\x07\x47\x13\x6b\xed\x2f\xd6\x9e\xb6\xbc\xb0\x46\xb5\xf5\xe5\x68\x04\x7b\x02\xde\xc1\xfc\xe8\x01\xa9\xfc\xa3\x0d\x51\x2f\xcb\x05\x37\x63\x15\x61\x53\x33\x86\x7d\xc2\x57\x3c\x43\x11\xe3\x6b\xa9\x76\xe1\x40\x92\xe6\xdb\x05\x33\x6c\x8c\x3a\xed\x04\x76\x6b\xd3\x76\x2b\x08\xfe\x22\x70\xdf\x22\x1b\xcc\x23\x8d\x8a\xb3\x8c\xff\x1f\xbe\x54\x8a\x1d\xda\x3c\x10\x6e\xce\x0e\x94\xa1\x61\xdd\x71\x8f\x1d\x33\x71\x8a\x54\xca\x7c\xfc\xd4\x36\x8f\x36\x4c\x19\xfd\xd2\xac\x20\x08\xda\xef\x51\x24\x9e\xb7\xb1\x42\xca\xdb\xaf\x0e\x83\x0f\x72\x47\x91\x4c\xaf\x1b\x53\xfe\xd8\x8f\x30\x27\x96\x27\x80\x3a\x8e\xac\xf7\xdc\xc4\x29\xb8\x02\x40\xb0\x1d\x0e\x8a\x85\x98\x69\x84\xa0\x5c\x33\x58\x55\x7f\x57\xcc\x05\xab\xbe\xff\x95\x3a\xf9\x58\x93\xfc\x04\x6b\xbb\x72\x64\x59\x1a\x94\x04\x37\x0a\xd9\x6d\xe7\xed\x83\x37\x01\xf3\x0d\x84\x64\xa2\x4a\x8b\x41\x19\x0b\xb3\x0b\x66\xf0\x9a\xef\xf0\x1d\x8f\x6f\x51\xcd\xe6\x5d\x11\x4a\x76\xa2\x0a\xad\x34\xf4\x51\x2a\xf4\xba\xb3\x43\x3f\x0c\x38\x71\x76\x7b\x24\x1f\x0e\xa9\xe4\xe2\x08\x85\x09\x1e\x4a\x2b\x0f\x7d\x16\x22\xda\x9a\x62\x93\x5b\x1a\xa7\xa4\xd0\x7e\x17\xd3\xc9\x34\xb3\xba\x8f\x99\x79\xca\xe9\x56\xec\x38\x9c\xf6\xda\xe1\xec\x8e\x65\x7d\x2c\xd2\x5d\x89\xf5\xd7\xbf\x96\xf8\x51\x86\x62\x6b\x52\x78\x01\xe7\xc3\x5a\xd5\x86\xd9\x1d\xcb\xfa\x7e\xc3\xf5\x6f\xb8\xc5\x7b\x8a\x6c\xca\xea\x83\xcf\xf5\x3a\x0d\xf5\x67\xbe\x4a\x18\x2c\x75\x58\x43\x10\x06\xf0\xb4\xe2\xe8\xb3\xe4\x22\x0c\x7e\x0f\xe6\xf0\x14\x82\x79\x30\xac\x63\xdb\x0c\x18\x35\x74\xeb\x07\xc0\x4c\xe3\xd4\x7a\x6e\xa5\x8f\xe7\x9f\x06\xa8\xbd\xbf\x2b\xcf\xa9\xd2\x4a\x94\x17\x3a\xf5\x6c\x74\x00\x14\x6d\xab\xc6\x96\xbe\x3d\xc9\xae\xba\xb2\x3c\xf8\x3e\x97\x42\xad\xaa\x1f\x7d\xd6\xfa\x65\xba\x37\x52\x15\x9a\x42\x89\x8a\xef\xf1\xcc\xfc\x13\xcb\xe2\x82\x3a\xa3\x8b\x42\xd9\x1d\xda\x9f\xa6\x69\xbb\xbe\xe5\x39\x99\x94\xe2\xc1\xf0\x1d\x3a\x07\x03\xae\xc5\xcc\x80\x42\x96\x1c\xe0\x80\xa6\x84\x27\xd3\x7f\x77\x52\x8c\xd3\xbe\xfa\xdd\x49\x91\x5c\x8a\x54\xba\xda\x93\x4a\x97\x0a\xfe\x60\x5a\x21\x12\x5f\x95\x11\x5a\xf8\x46\x1a\x96\x5d\xb0\x03\xc5\x61\xe8\xf0\xa3\x84\x6f\x36\x61\xc5\xcc\x02\x66\x09\x3b\xe8\xd9\xbc\xb3\xac\x45\x7b\x23\x0b\x35\x85\x97\xd2\x77\x52\xc0\xbf\xc0\x0f\xff\x3a\xc0\x7e\xcb\x45\x61\x6c\xfc\x8f\xa0\xef\x1c\xc0\x8c\xf0\xff\xfd\xbc\xc2\xb7\x8a\x72\x6e\xb0\x4c\x4a\xd3\x2f\x89\xc3\xaa\x81\xae\x25\x9a\x4f\xa2\x58\xe6\x3a\x38\x56\x9c\x69\xa4\x92\xa5\x0e\x5a\x29\xc7\xdc\x6b\xd9\x0b\xd4\x31\xac\x61\x27\x69\x03\x0c\xa9\xd2\xac\x25\xac\x57\xea\xc1\xb6\xff\x8c\x14\xe6\x19\x8b\x31\x0c\xb8\x00\x06\x1b\xdc\x83\xc6\x58\x8a\x44\x53\xff\x2e\xe4\x3e\x78\x1c\x95\x0e\x09\x60\x5b\x39\x20\xd3\x16\xdb\xd2\x58\x26\xa8\x63\xc5\x73\x92\xbf\x92\xbb\x4d\xbc\x2b\xb7\x33\xa5\x47\x6a\xf7\xa1\x5e\xa6\x03\xd7\xfc\xf1\x08\x79\x8f\x52\x78\x9c\xac\x28\x12\x9f\xa4\x0d\xe1\x46\x4e\xdb\x18\xdd\x57\x91\xb7\xe3\xc2\x66\x96\x05\x35\xb8\x31\x13\x42\x1a\xb8\x41\x78\x5e\x5b\xa0\xb5\xd8\xb1\xf8\xdc\x71\x41\xef\xfa\x2e\xe2\x4b\x7f\xff\x79\xf5\xeb\xdf\xdd\x44\xc8\x9f\xf7\xc8\x18\x54\x5a\x06\x71\xa1\x32\xa0\xcd\xa9\x25\x6d\x35\xff\x70\xed\x40\xa5\x02\x96\x73\xda\xb2\xea\x4c\x1c\xfc\x8f\xa0\xff\x2d\xff\x1b\xde\xfd\x7a\x75\x0d\xcb\x25\x81\x13\xa9\x1a\x82\x98\x88\xb4\x51\x5c\x6c\xf9\xe6\x10\xf6\xea\xe6\x70\xbe\x80\x42\x24\xb8\xe1\x02\x93\x05\xfc\xe0\xd3\x3b\x51\x78\x95\xc9\x9b\x4a\xdf\xc9\x84\xc8\xef\xf3\x64\x24\xdd\xf7\x06\x35\x5f\x9d\xf3\xbf\x3e\x93\xff\x81\xc2\xcc\x4e\x67\xe3\x52\xa4\x6a\x70\xdc\x1d\xa7\xd5\xf9\xc7\xc1\x05\x1d\xdc\xc2\x35\x40\x47\x30\x09\xaa\x8b\xa7\x0d\xe6\xb0\x86\x9c\x29\x8d\x97\xc2\x84\x47\x08\x10\x78\xd0\x6c\x02\xa4\xb3\x8a\xeb\x35\x04\x5c\xc4\xca\x8e\x08\x82\x76\x99\x54\x26\x76\x96\x24\x21\xa1\x2f\x2c\xaf\x35\x89\x41\x95\x53\x82\xeb\xe2\xc6\x28\x16\x1b\x2f\xce\x23\xa2\xc9\xaa\xb9\x97\x77\xa6\x0a\x88\x41\x1f\x78\x76\x56\x4e\xfa\x36\x54\x1a\x6f\xa4\x72\x6d\x15\x17\x5b\x10\x94\x5a\x1c\x2d\xdd\x74\xbf\xed\x4a\x7a\xa2\x69\x6c\xc6\x87\xfd\x88\x6c\xca\xa0\x66\x5c\xfb\xcd\x4e\x30\x1e\x37\x78\xf6\x8d\x9e\x5b\xda\xfb\x45\xb2\x84\x8b\x6d\xb0\x80\x2f\xc7\x07\xe7\x54\xde\x3f\xe2\x54\x84\xc0\xed\xe9\x04\x15\x07\x5f\x1e\xba\x00\x65\xef\x62\x7b\xc2\xd6\xb9\x07\xed\xc9\x3a\xcf\xb8\x09\x83\x45\xbf\x6f\xc9\x7c\xa5\x7b\xb3\xc8\xc7\xac\xc2\x5c\x07\xf3\x8f\xe7\x9f\xa8\xe5\xec\xbc\x7a\xf6\x69\x7c\xbe\xec\x58\x62\x9f\xd9\xfd\xa0\xa8\x2e\x54\xb6\x82\x19\x73\x07\x2e\x9f\xb5\x14\xff\xf1\x8f\xb5\xfd\x8b\x2a\xed\xf5\x0c\x9e\x42\x23\xc4\xac\xfe\x30\x1b\x0c\x65\x50\x29\xa9\x56\x8d\x44\xf7\xa9\x5a\x80\xc1\x7b\x73\x65\x98\x29\xf4\xc2\x01\x5c\xa7\x4a\xee\x85\xbf\x49\xb1\x4a\x55\xb4\x53\xdc\xa7\x2a\x52\xa8\x73\x29\x34\x5e\xe3\xbd\xa1\x22\xb6\x85\x4e\x7f\x36\x94\x7d\x8d\xcb\x63\x9d\x08\x8e\x39\xd2\x6b\x66\xac\x5b\x7f\x29\xc5\x44\xa5\x7a\x0e\xe5\x9e\xc1\x71\xc0\x60\x0c\xa6\x8b\x38\x46\xad\x5b\x9a\x22\xd5\x8e\x6b\xe4\x94\x30\xec\x62\x64\x63\x4e\xe9\x9e\xd2\x35\x69\xd5\xc8\xce\x28\x7b\x13\x14\xfb\xce\xcf\x0f\xf4\xa6\x9b\x6e\xe0\xdb\xc6\xff\xbc\x70\x53\xd7\x71\xfc\x16\x0d\x0b\x19\x39\x76\x5b\x34\xbc\xa7\x53\x93\xf4\xa0\x4c\xf5\x59\x19\x29\x15\x81\x4f\xb0\x5e\xaf\x9b\xdd\xfd\x38\x11\x7a\x3c\x44\x46\x34\xd9\x7e\xfa\x1d\xed\x49\xec\x7d\xac\xe5\xfb\x36\x9c\x76\xe8\x9d\x44\x82\x9e\x5b\x3c\x1c\xe9\xa8\x7d\x4f\xd9\x65\xd7\x2b\x9e\x8a\x57\x9e\x80\x9e\x7e\xc2\x7b\x2a\x61\x37\x97\xc1\x64\xd5\x49\x9a\x6d\x57\x68\x88\x9e\x40\xf2\x0f\x59\xbc\x9f\x7b\x8f\x7d\xf1\xbf\xfd\xe6\x59\x8c\x12\x98\x73\x9a\xd2\x70\xfd\xd3\x58\xf7\x78\x99\x69\xa6\x71\x8f\x9e\xbe\xd5\x24\x7c\x13\xb4\x71\x2f\xe5\xb1\x14\xaf\x98\xc6\x15\xcc\x36\x6c\x36\xee\x06\x86\xc7\xb7\x97\xb1\x14\x16\x6e\x19\xa7\x18\xdf\x4e\x40\xef\x79\x62\x52\x02\xe5\x66\x02\xca\xb1\xf8\x32\xcb\x68\xfb\x59\xc1\xec\x39\x87\x38\x63\x5a\xaf\x83\x0d\x83\x6a\x95\xa5\xfe\x47\xc1\x14\x2e\x65\xf0\xe2\xf9\x19\x7f\x31\x41\x2e\xc1\x63\x04\x4f\x26\x25\xa4\xc0\xab\xd2\xd5\x2b\x5a\x3a\x67\xa2\x22\xe7\x2e\x77\xb8\x91\xa6\xbd\xe5\xe2\x7e\x26\xb8\x61\x45\x66\x82\x17\x33\xdb\x64\xb9\x63\xbb\xc1\xf8\x13\x9e\x42\xb0\x82\xe7\x67\x44\xf0\x45\x30\xce\xc4\xae\xc8\x0c\xcf\x33\xbc\xc2\x9c\x29\x66\x68\x47\x9c\xc1\x51\x75\x3a\x86\xc9\x11\x19\xb1\x6d\xaf\x38\xc0\x0b\x78\x36\x81\x68\x61\xba\xe2\xd6\x77\x71\x42\x51\xec\xaa\x4f\x0b\x10\xc5\xee\x5a\x9a\x63\x3b\x45\xd9\x1a\x9d\xa4\xb2\x3d\x53\x82\x8a\x47\x52\xd9\x64\x2e\x18\x9d\x26\x3b\x75\x52\x5b\xdb\x62\x95\x5e\x56\x53\xe5\x4a\x2f\x95\xc6\xc7\x73\x8e\x3f\xdb\x3c\x26\x9b\x7c\x1f\xce\xa2\xaa\xd1\x5c\xe6\xed\xf6\xa3\x69\x3d\x47\xa2\x71\x53\x9a\x2c\xf8\xf0\xe1\xc3\x87\xe5\xdb\xb7\xcb\x8b\x0b\x78\xf3\x66\xb5\xdb\x8d\xb8\x08\x45\xae\x1e\x3b\x4f\x04\x1b\xb2\x3b\x17\xd6\x36\x96\x32\x19\xdf\x2e\xe5\x54\xf8\x30\xd3\x02\x67\x19\x8a\x84\xa9\x09\xf8\x22\x6f\xa0\x53\xbc\x53\xd4\x59\xe6\x53\xf4\xe5\x5e\x0c\x30\xe8\xe5\x04\x4e\xae\xf0\x8e\xcb\x42\x0f\xf0\x32\xdc\x4c\x65\x16\xe1\x62\xb6\x8b\xa3\xf8\x36\x9d\x42\x32\x32\x61\x87\x1a\x8b\x69\x83\x8a\xeb\xa9\x2c\x17\x67\xc8\x54\x8d\x50\x88\x64\x4a\xbd\x71\x26\x75\xc7\x1c\x1a\x67\x7e\x77\xf3\xd3\x28\x07\x42\xab\x7a\x94\xe6\x07\xd3\x3c\xc1\x57\x87\x2b\x7b\x5e\x6c\x54\x81\x23\xbe\x23\x32\x2e\x4a\x88\x93\x7d\xdb\x73\x0a\x6b\xf7\xcb\xd1\x40\x70\x81\xb7\x74\xb1\x7a\xc3\x92\x2d\xce\xec\xbd\x87\x99\xbd\x76\x34\x6b\xf7\xaf\x63\x09\xc5\x4e\x27\x2c\x99\xe6\x8e\x4d\x94\x33\xe5\x86\x89\xf5\x0f\xbb\x7d\xcf\x1c\x60\xff\xa4\xa8\x96\x79\x03\xa1\x83\xf0\x9d\x2e\x8d\x67\xb4\xb3\x33\x42\x35\x29\x2a\x9c\x69\x60\xe2\x60\x52\x6a\xfb\xab\xac\x52\x6f\x3b\xc0\xb2\xb1\x92\xc7\xbb\x6c\x6b\xbb\x1a\x63\x79\xe2\xf0\xa7\xe4\xcc\x7e\xff\xba\xf5\x8f\xaf\x7e\xb2\x67\x9c\x9d\x91\x73\x54\x93\x2f\xca\x3b\x60\x24\x3c\x7d\x96\xca\x62\x78\xb9\xee\x11\x13\x9b\x7a\x6a\xcc\x92\x24\x7c\xd6\x3a\x46\x18\x2f\xe4\x3a\xb7\xda\x58\x34\x18\xdb\xdf\x18\x11\x2c\xc6\x47\x89\x47\x28\xdb\x0b\x3b\x94\xb3\x26\xa9\xdb\x99\xa0\x3f\x84\x4e\x98\x39\x8d\x9b\xe0\xa1\x19\x3c\x77\x2d\xd1\x30\xf8\xcf\xb8\xc2\xf6\x27\x5c\x43\xeb\x08\x31\xab\xc6\x5c\xb1\xcc\x32\x96\x6b\x5c\x40\x92\x47\x71\xca\xc4\x16\x5b\x49\x03\x86\x59\xc3\x3b\x14\xef\xb3\x75\xaa\x0d\xfc\xbc\x7d\x13\x36\x86\xa4\x75\x71\xb3\xe3\x26\x9c\x36\x56\x73\x4b\x64\x30\x5e\x1f\x1e\x8e\x0f\x4e\x7b\xcb\xe3\x6b\x6a\x81\x3d\xc7\xe3\xf5\x64\xe8\x27\x29\x0c\x0a\x4a\xb7\x93\x5d\xce\xdf\x94\x92\xaa\x35\xab\x09\xae\xca\x24\x64\x20\x43\xa6\x0d\x48\xe1\x2a\xbc\xc0\x97\x32\xba\xd7\x0d\x6c\x9b\x5a\x1f\xb3\xd4\x2c\x54\x7e\xf5\x13\x15\x90\x95\x6b\xfb\x26\x32\xdd\x51\x7c\xfb\xcb\xc3\x93\x81\xb7\x17\x2a\xb3\xe7\x51\xa4\x75\xcf\xa1\xc7\x49\xe3\x3c\x73\xc8\x71\x05\xc1\xbb\x5f\xaf\xae\x07\xc5\x99\x1d\xf5\x15\x6a\xd0\xaa\xd3\x5a\xab\xfe\x31\x49\x69\xa4\x3f\x61\xce\x77\x76\x06\x65\x37\x42\xa9\x78\x9f\x32\x83\x77\xa8\x1c\x9e\xa5\x04\x7b\x84\x98\x09\xd8\xd6\x67\x1f\x1e\x67\xf8\x16\x63\x42\x72\xc6\x3e\x91\x63\xbb\xed\x1e\xab\xcb\xa7\x0a\x2d\x92\x63\xd9\xa8\x03\x49\x93\x60\x2c\xdd\xa5\x53\xa6\xad\x46\x27\x68\x19\xd0\xa9\x2c\xb2\x04\x6e\xb0\x14\x7e\xa3\xe4\xce\x4d\x46\x76\x4c\xb0\x2d\x2a\x08\xb9\xd5\xc6\x1e\x15\x02\xbb\xc9\xec\xe6\x15\x4b\x21\x30\x36\xbe\xce\x1d\xec\xdd\xb8\xc3\x44\xe5\x4d\xda\xfb\x0c\x6b\x67\x6d\x7b\xaa\x32\xd4\xc0\x78\x17\x42\x0a\xfb\x1c\x39\x66\xbf\x3b\x7d\x60\xe5\xcc\x55\x22\x3e\xb6\xc7\xa1\x5a\x23\x66\xee\x0a\x17\xe1\x4f\x2d\x75\x76\x46\x8e\x33\x33\xee\xbc\x08\x3e\x6b\x29\x16\x90\x48\x10\xd2\x56\x46\x63\xf4\x7d\xd5\xc4\x93\x71\xd7\xfb\xca\x3c\x64\x67\xc6\xfe\x82\xf4\xdb\xa5\x9c\x13\xe7\xcd\xdd\x90\xbd\x4f\x47\xb4\x4a\xf6\xb6\x83\x62\x6d\x21\xed\x21\x5a\x49\x30\x18\x9f\xf2\xf8\xa4\x61\x49\x72\x34\x59\x3a\xec\x59\xef\xb6\xd7\xac\x54\xc5\xa4\xae\xaf\x4a\xa6\xfc\xff\xea\xa2\xd4\x84\x03\xbf\xbc\x58\xd9\x8c\x17\x39\xc1\xca\x97\xc9\x48\x7f\xed\x6f\xb0\xa7\x8a\xdf\x26\x3f\x05\x97\xe2\x8e\x65\x3c\x81\x2a\xba\x3c\x01\xfe\xf2\xdd\xa5\x9b\x10\xf4\xd2\xaf\x3d\x14\xf0\xab\xe8\x4f\xf2\xc2\x6f\xbd\xf5\x0d\xe3\x6a\xe0\x9b\x24\xe4\xb5\xdb\xb0\x28\x54\x87\xd7\x78\x3b\x2f\xdc\xb1\x1c\xf5\xdd\x28\xcc\x85\xdb\x41\x26\xff\xe1\x40\xb9\xf9\x36\x66\xba\x14\xdc\xac\xec\x5d\xdc\x86\x93\xab\xfe\x85\xe0\xd5\xf0\x8e\x70\x4d\xf6\x61\x4e\x0b\xfe\x7f\x00\x00\x00\xff\xff\x91\x25\xfb\xa7\x99\x36\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\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") func staticUiJsBytes() ([]byte, error) { return bindataRead(