From c07402d353a7f54b93f317f2c049fda9ec7fc5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 25 Apr 2017 11:49:34 -0700 Subject: [PATCH] Fix warning from jshint jshint needs to be added to 'make lint' target eventually, let's start with fixing some of the warnings it's generating --- assets/static/ui.js | 56 ++++++++++++++++++++++----------------------- bindata_assetfs.go | 2 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/assets/static/ui.js b/assets/static/ui.js index 47dec86d9..b35f85fa4 100644 --- a/assets/static/ui.js +++ b/assets/static/ui.js @@ -34,7 +34,7 @@ var UI = (function(params) { modal.find(".modal-body").children().remove(); Unsee.WaitForNextReload(); }); - } + }; // each alert group have a link generated for it, but we hide it until @@ -50,7 +50,7 @@ var UI = (function(params) { opacity: 0 }, 200); }); - } + }; // find all elements inside alert group panel that will use tooltips @@ -67,19 +67,19 @@ var UI = (function(params) { trigger: "hover" }); }); - } + }; setupAlertGroupUI = function(elem) { setupGroupLinkHover(elem); setupGroupTooltips(elem); - } + }; init = function() { setupModal(); setupSilenceForm(); - } + }; silenceFormData = function() { @@ -116,7 +116,7 @@ var UI = (function(params) { } else { pval = values[0]; } - payload["matchers"].push({ + payload.matchers.push({ name: label_key, value: pval, isRegex: isRegex @@ -124,7 +124,7 @@ var UI = (function(params) { } }); return payload; - } + }; silenceFormCalculateDuration = function() { @@ -153,15 +153,15 @@ var UI = (function(params) { // fix endsAt min date, it cannot be < startsAt $("#endsAt").data('DateTimePicker').minDate(startsAt); - } + }; silenceFormJSONRender = function() { - var d = "curl " + $("#silenceModal").data("silence-api") - + "\n -X POST --data " - + JSON.stringify(silenceFormData(), undefined, 2); + var d = "curl " + $("#silenceModal").data("silence-api") + + "\n -X POST --data " + + JSON.stringify(silenceFormData(), undefined, 2); $("#silenceJSONBlob").html(d); - } + }; silenceFormUpdateDuration = function(event) { @@ -179,7 +179,7 @@ var UI = (function(params) { } $("#endsAt").data('DateTimePicker').date(endsAt); silenceFormCalculateDuration(); - } + }; // modal form for creating new silences @@ -209,16 +209,16 @@ var UI = (function(params) { $.each(data.groups, function(i, group) { $.each(group.alerts, function(j, alert) { $.each(alert.labels, function(label_key, label_val) { - if (labels[label_key] == undefined) { + if (labels[label_key] === undefined) { labels[label_key] = {}; } - if (labels[label_key][label_val] == undefined) { + if (labels[label_key][label_val] === undefined) { labels[label_key][label_val] = { key: label_key, value: label_val, attrs: Alerts.GetLabelAttrs(label_key, label_val), selected: elemLabels[label_key] == label_val - } + }; } }); }); @@ -237,8 +237,8 @@ var UI = (function(params) { multipleSeparator: ' ', selectedTextFormat: 'count > 1', countSelectedText: function (numSelected, numTotal) { - return '' - + $(elem).data('label-key') + ": " + numSelected + " values selected"; + return '' + + $(elem).data('label-key') + ": " + numSelected + " values selected"; } }); }); @@ -264,10 +264,10 @@ var UI = (function(params) { var select = $(this).parent().parent().find('select'); if (select.selectpicker('val')) { // if there's anything selected deselect all - select.selectpicker('deselectAll') + select.selectpicker('deselectAll'); } else { // else select all - select.selectpicker('selectAll') + select.selectpicker('selectAll'); } }); // set endsAt time to +1hour @@ -293,7 +293,7 @@ var UI = (function(params) { }); modal.submit(function(event) { payload = silenceFormData(); - if (payload["matchers"].length == 0) { + if (payload.matchers.length === 0) { var errContent = Templates.Render("silenceFormError", {error: "Select at least on label"}); $("#newSilenceAlert").html(errContent).removeClass("hidden"); return false; @@ -312,10 +312,10 @@ var UI = (function(params) { // it should be error from Alertmanager (it we were able to connect) try { var j = JSON.parse(xhr.responseText); - if (j["error"] != undefined) { - err = j["error"]; + if (j.error !== undefined) { + err = j.error; } - } catch (err) { + } catch (error) { // can't parse json, do nothing } } @@ -324,10 +324,10 @@ var UI = (function(params) { $("#newSilenceAlert").html(errContent).removeClass("hidden"); }, success: function(data, textStatus, xhr) { - if (data["status"] == "success") { + if (data.status == "success") { $("#newSilenceAlert").addClass("hidden"); $('#newSilenceForm').html(Templates.Render("silenceFormSuccess", { - silenceID: data["data"]["silenceId"] + silenceID: data.data.silenceId })); } else { var err = "Invalid response from Alertmanager API: " + JSON.stringify(data); @@ -340,12 +340,12 @@ var UI = (function(params) { event.preventDefault(); }); - } + }; return { Init: init, SetupAlertGroupUI: setupAlertGroupUI - } + }; })(); diff --git a/bindata_assetfs.go b/bindata_assetfs.go index 5c9b8d4ee..4a28a765f 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\x92\x9d\xce\xdd\x7d\x50\xab\xdc\x24\xf5\x6b\xe3\x9b\xf6\x35\x53\xbb\x73\x97\xf1\x79\x6e\x60\x72\x25\x22\x86\x00\x3e\x00\xb4\xac\x4b\xfd\xbf\xdf\x2c\xc0\xdf\x04\x25\x39\x2f\x2d\x3f\xb4\x32\xb9\xbb\xd8\xdf\xd8\x5d\x20\x0f\x4c\xc3\x6f\x97\xb0\x82\x78\x5d\xc8\xc4\x72\x25\xe3\x9c\x69\xb6\x35\x53\xf8\xf4\xe2\xc5\x0b\x00\x80\xb3\x33\xd8\x65\x28\xa1\x30\xa8\x21\x11\x3c\xb9\x07\x25\x81\xc9\x3d\x30\x81\xda\x82\x60\x77\x28\x60\xab\x52\x26\x20\x57\x79\x91\xc3\x8e\xdb\x0c\x18\x08\x6e\x2c\xa8\x35\xe4\xca\x18\x7e\x27\xb0\xa2\xb6\xe6\xc2\xa2\x86\x1d\x17\x02\x4c\xa6\x76\x33\xb0\x19\x37\x50\x31\x00\xdc\xd0\x5a\x29\x58\x05\x06\x6d\x91\x83\xcd\x98\xf5\x0b\x38\x12\xee\xe5\xcf\x6e\xbd\x55\x8d\x15\x13\xc3\x50\x3e\x5f\xc7\xd1\x5f\x1c\x5b\x0e\x2a\x9a\x2e\x94\x8c\x23\x5a\x6a\x71\x67\x16\x8e\x50\x34\x6b\x30\xf1\x01\xa5\x6d\xa3\xd3\xf3\x9b\x34\x88\x8b\xf7\xac\x30\x18\x4f\xbf\xed\x7c\x22\x9d\x6d\xcb\xe5\xbf\x8e\x89\xf7\x00\x80\xd7\x0a\x01\x38\xf2\x0b\x8d\x82\x59\x4c\xaf\x99\xde\xa0\x1d\x83\xff\xdf\x7b\xdc\xc3\xca\xff\x5e\xa4\xcc\xb2\x38\x72\xbf\xe7\xf7\xb8\x8f\x46\x91\x1e\x1c\x27\x43\xa4\x07\x12\x7d\x88\xc4\xac\xd5\x06\x56\xf0\x86\xac\x67\x16\x3f\xa2\xfd\x89\xc0\xdf\xd0\xeb\xb8\x66\x63\xd6\x10\x0f\xd0\x48\x54\x21\xc9\x86\x2b\xb8\x2a\xb6\x5b\xa6\xf7\x44\xe6\x14\x64\xa7\xb7\xc5\x9a\xcb\x34\x8e\xbc\x25\xe6\x96\x5b\x81\xd1\x74\x91\xd9\xad\x88\x3b\xc0\xf4\x5c\xe3\x36\x27\xcd\x99\xc5\xaf\x28\x53\xd4\x71\xe4\xb0\xae\x1d\xd2\xac\x67\x34\xff\x38\x01\x97\xfe\x7f\xb3\xc0\xf7\x92\xf9\x65\xf5\x63\x00\xf2\x34\xed\xbc\x0a\xc8\x9f\x71\x69\x9d\x0e\x0b\xab\x12\xb5\xcd\x05\x5a\x5c\xfc\x88\x12\x35\xb3\xf8\x8e\x3e\x7e\xa6\x32\xee\x54\xba\x1f\xd1\xc5\x88\x26\xde\x12\xc6\x0c\x3e\x39\x96\x96\x9e\xb3\xc3\x02\xf8\x65\x29\x24\x5c\x34\x47\x33\xa8\x57\x2f\xac\x55\x72\xee\x03\xb4\x13\x22\x02\xb7\xfd\x08\xa9\x74\x51\x86\xb3\x73\x75\x81\xdb\x85\xf5\x2e\x5e\xba\xa2\xff\x3a\x67\x79\x8e\x32\x25\x97\x2c\xb0\xef\x94\x10\x8a\x58\xc7\x50\x1c\x65\x3c\x0d\xc2\xff\xe0\xc8\x9a\xc5\x9b\x34\xf5\x3f\x63\xbf\x50\x0f\xf4\xa9\xf5\x77\xfb\x77\x30\x41\x64\x3c\x4d\x51\x9e\x9e\x22\x8e\xe6\x81\x03\xce\x9e\x64\x5c\xa4\x1a\x65\x3c\x5d\x68\xdc\xaa\x87\x41\x92\x19\xf7\x8d\xa3\xa8\x3e\x75\xfd\x17\xe3\xf6\x07\xa5\xff\x8e\x8f\xf6\x57\x14\x8a\xa5\x71\x40\x17\x4f\x4d\x8e\x47\x96\x64\x65\x46\xdf\x68\x55\xe4\x90\xb1\x07\x74\x59\x5c\xde\xc3\xa6\x74\xed\x14\xd6\x4a\x03\xb7\x33\xb8\x2b\x2c\xec\x10\xc8\x3e\xc0\x2d\x14\xd2\x72\x51\x91\x72\x3b\x45\xa6\x1e\x50\x1b\xa0\xff\xfa\x04\xee\xa9\x1a\x45\xe0\xa9\x42\x23\x23\x0b\x56\x33\x93\x81\xcd\x10\x7e\xbb\x6c\x72\xfb\x8f\x04\xf9\x13\x97\xf7\xef\x1c\xf6\x6a\xdc\x0f\xbd\xcb\x79\xf3\x6d\x55\x61\x10\x65\xcf\x73\xfb\x46\x2b\x0d\x55\x69\xd6\x09\x3c\x77\xac\xcd\x9d\xa4\xaf\x81\x45\xee\x2b\x37\x59\x3c\x5d\x30\xc9\xb7\xcc\x62\x3c\x74\x7d\x95\xb3\x84\xdb\xfd\x12\x5e\x9d\x9f\x77\x7d\x6e\x06\xdf\x9c\x9f\x8f\x3a\x5e\x8f\x61\x81\xec\x01\xff\x5c\x86\x4f\x64\xb7\xe5\x1b\xb4\x36\x30\x21\x80\x98\x47\x4a\x7d\x5c\x1a\xb2\x7c\xdb\x5f\x72\x26\x51\x78\x53\xbb\xad\xbd\x30\x08\x56\x29\x61\x79\x6e\x2a\x42\x4c\xa6\xf5\x9e\xae\x0c\xf6\x4c\x7e\x5d\x42\xb7\x2d\xee\x68\xff\xad\x6f\xf6\x05\x79\x6b\xf3\xad\x54\xce\x0d\xa5\x9c\xb9\x55\x9b\x8d\xc0\x55\xb9\xf4\x6d\x34\x6d\x29\x97\xcf\x20\x94\xca\x2a\xab\x94\x38\x01\xe5\x79\xb5\x72\x25\x97\xb0\x66\xc2\xe0\x8c\xa4\x31\x42\xed\x0c\xa4\x6a\x27\x2b\x41\xc1\x45\x64\x59\xa7\xb4\x9f\x14\x05\xdb\x2f\x83\xdb\x15\xb8\x22\x68\x09\xff\x76\x7e\x1e\xda\xad\xc0\xc5\x58\xdf\x6a\xde\x72\x83\x57\x2e\xbd\x2c\x6b\x79\x68\x0b\x8c\xa3\x32\xe7\xc0\xef\xbf\xd7\x1f\x7c\x6e\xb6\xa6\xca\x47\x01\x4a\x9a\x6f\x36\xb4\x49\x46\x2e\x90\xa3\xa3\x69\xb5\x72\x17\x67\x4e\x57\x5b\x38\x9b\xba\xe2\x72\x34\x7e\x03\xe1\xee\x61\xbe\x0d\x80\x54\xee\xd1\x86\xa8\x56\xe5\x92\xdb\xb1\x6a\xb0\xa9\x17\xe3\x3e\xdd\x2b\x2e\x50\x26\xf8\x83\xd2\xdb\xb8\x2f\x47\xf3\xe9\x82\x59\x36\x46\x9c\x36\x01\xb7\xab\x19\xb7\x0b\x44\x7f\x91\xb8\x6b\x51\x8d\xa6\x0b\x83\x9a\x33\xc1\xff\x0f\xdf\x68\xcd\xf6\x6d\x16\x08\x37\x67\x7b\x4a\xce\xb0\xea\xf8\xc6\x96\xd9\x24\x43\xaa\x62\x6e\x6e\xdb\xb6\x31\x96\x69\x6b\xde\xd8\x25\x44\x51\xfb\x3d\xca\x34\xf0\x36\xd1\x48\x39\xfb\xed\x7e\xf0\x41\x6d\x29\x8c\xe9\x75\x63\xc7\x6f\xfb\xe1\xe5\xc5\x0a\x44\x4f\xc7\x8b\xcd\x8e\xdb\x24\x03\xbf\xf7\x4b\xb6\xc5\x41\x9d\x90\x30\x83\x10\x95\x6b\x46\xcb\xea\xef\x8a\xb9\x68\xd9\x77\xbe\x52\x27\x37\x35\xc9\x5b\x58\xb9\x95\x17\x8e\xa5\x41\x35\x70\xa7\x91\xdd\x77\xde\x3e\x05\x93\x2f\x5f\x43\x4c\x26\xaa\xb4\x18\x95\x81\x30\xb9\x60\x16\xaf\xf9\x16\xdf\xf3\xe4\x1e\xf5\x64\xda\x15\xa1\x64\x67\x51\xa1\x95\x86\x3e\x4a\x85\x5e\x77\x36\xe7\xa7\x01\x27\xde\x6e\xcf\xe4\xc3\x23\x95\x5c\x1c\xa1\x70\x80\x87\xd2\xca\x43\x9f\x85\x05\x6d\x4b\x89\xcd\x1d\x8d\x53\xf2\x67\xbf\x81\xe9\xa4\x99\x49\xdd\xc2\x4c\x02\x95\x74\x2b\x76\x3c\x4e\x7b\xed\x78\xf2\xc0\x44\x1f\x8b\x74\x57\x62\xfd\xf5\xaf\x25\xfe\x42\xa0\xdc\xd8\x0c\x5e\xc3\xf9\xb0\x4c\x75\x61\xf6\xc0\x44\xdf\x6f\xb8\xf9\x15\x37\xf8\x48\x91\x4d\x29\x7d\xf0\xb9\x5e\xa7\xa1\xfe\x2a\x54\x04\x83\xa3\x0e\x2b\x88\xe2\x08\x5e\x56\x1c\x7d\x54\x5c\xc6\xd1\xef\xd1\x14\x5e\x42\x34\x8d\x86\x25\x6c\x9b\x01\xab\x87\x6e\xfd\x04\x28\x0c\x1e\x5a\xcf\xaf\x74\x73\x7e\x3b\x40\xed\xfd\x5d\x05\x54\x54\xe5\x95\xe8\x76\x91\x17\x26\x0b\x6c\x74\x00\x14\x70\xcb\xc6\x9c\xa1\x3d\xc9\x2d\xbc\x74\x6c\x84\x3e\x97\x72\x2d\xab\x1f\x7d\xee\xfa\x45\x7a\x30\x58\x35\xda\x42\xcb\x8a\xf5\xd1\xdc\xfc\x3d\x13\x49\x41\x6d\xd1\x45\xa1\xdd\x06\x1d\x4e\xd4\xb4\x5b\xdf\xf3\x9c\x8c\x4a\x11\x61\xf9\x16\xbd\x8b\x01\x37\x72\x62\x41\x23\x4b\xf7\xb0\x47\x5b\xc2\x93\xf1\xbf\x3a\x29\xca\x69\x5b\xfd\xea\xa4\x58\x2e\x25\x2a\x9d\xed\x45\xa5\x4a\x0d\xff\x64\x62\x21\x12\x9f\x95\x13\x5a\xf8\x56\x59\x26\x2e\xd8\x9e\x22\x31\xf6\xf8\x8b\x94\xaf\xd7\x71\xc5\xcc\x0c\x26\x29\xdb\x9b\xc9\xb4\xb3\xac\x43\x7b\xa7\x0a\x7d\x08\x2f\xa3\xef\xa4\x80\x7f\x81\x6f\xfe\x75\x80\xfd\x33\x97\x85\x75\x19\x60\x04\x7d\xeb\x01\x26\x84\xff\xef\xe7\x15\xbe\x53\x94\x77\x83\x79\x5a\x9a\x7e\x4e\x1c\x56\xdd\x73\x2d\xd1\xf4\x20\x8a\x63\xae\x83\xe3\xc4\x39\x8c\x54\xb2\xd4\x41\x2b\xe5\x98\x06\x2d\x7b\x81\x26\x81\x15\x6c\x15\x6d\x81\x31\x15\x9a\xb5\x84\xf5\x4a\x3d\xd8\xf6\x9f\x0b\x8d\xb9\x60\x09\xc6\x11\x97\xc0\x60\x8d\x3b\x30\x98\x28\x99\x1a\x6a\xde\xa5\xda\x45\xcf\xa3\xd2\x21\x01\x6c\xa3\x06\x64\xda\x62\x3b\x1a\xf3\x14\x4d\xa2\x79\x4e\xf2\x57\x72\xb7\x89\x77\xe5\xf6\xa6\x0c\x48\xed\x3f\xd4\xcb\x74\xe0\x9a\x3f\x9e\x21\xef\x51\x0a\xcf\x93\x15\x65\x1a\x92\xb4\x21\xdc\xc8\xe9\xfa\xa2\xc7\x2a\xf2\xb6\x5c\xba\xcc\x32\xa3\xf6\x36\x61\x52\x2a\x0b\x77\x08\xdf\xd5\x16\x68\x2d\x76\x2c\x3e\xb7\x5c\xd2\xbb\xbe\x8b\x04\xb2\xdf\x7f\x5e\xfd\xf2\x77\x3f\x0d\x0a\xa7\x3d\xb2\x05\xd5\x96\x51\x52\x68\x01\xb4\x3b\xb5\x84\xad\x66\x1f\xbe\x19\xa8\x34\xc0\x72\x1e\xb5\xc7\x47\x2f\x21\xfa\x1f\x49\x3f\xe6\xff\x0d\xef\x7f\xb9\xba\x86\xf9\x9c\x10\x20\xea\xc0\x10\x23\x0b\x63\x35\x97\x1b\xbe\xde\xc7\xbd\xe2\x39\x9e\xce\xa0\x90\x29\xae\xb9\xc4\x74\x06\xdf\x84\x54\x4f\x14\xde\x0a\x75\x57\xa9\x3c\x1d\x97\xfa\xb7\x3c\x1d\x49\xf8\xbd\x39\xcd\x67\x67\xfd\xcf\xcf\xe5\xff\x44\x71\xe6\x86\xb3\x49\x29\x52\x35\x37\xee\x4e\xd3\xea\x0c\xe4\xe1\xa2\x0e\x6e\xe1\x7b\xa0\x23\x98\x04\xd5\xc5\x33\x16\x73\x58\x41\xce\xb4\xc1\x4b\x69\xe3\x23\x04\x08\x3c\x6a\xb6\x01\xd2\x59\xc5\xf5\x0a\x22\x2e\x13\xed\x66\x04\x51\xbb\x54\x2a\x53\x3b\x4b\xd3\x98\xd0\x67\x8e\xd7\x9a\xc4\xa0\xd2\x29\xc1\x4d\x71\x67\x35\x4b\x6c\x10\xe7\x19\xf1\xe4\xd4\xdc\xcb\x3c\x87\x4a\x88\x7e\x2b\x78\x76\x56\xce\xf9\xd6\x54\x1d\xaf\x95\xf6\x9d\x15\x97\x1b\x90\x94\x5b\x3c\x29\xd3\xb4\xbf\xed\x62\xfa\x40\xdf\xd8\x0c\x0f\xfb\x31\xd9\x94\x41\xcd\xb0\xf6\x8b\x9d\x5f\x3c\x6f\xec\x1c\x1a\x3c\xb7\x94\xf7\x93\x62\x29\x97\x9b\x68\x06\x9f\x8e\x8f\xcd\xa9\xc2\x7f\xc6\x99\x08\x81\xbb\xb3\x09\xaa\x0e\x3e\x3d\x75\x01\xca\xf6\xc5\xb5\x85\xad\x53\x0f\xda\x94\x4d\x2e\xb8\x8d\xa3\x59\xbf\x75\x11\xa1\xea\xbd\x59\xe4\x46\x54\x98\xab\x68\x7a\x73\x7e\x4b\x5d\x67\xe7\xd5\xab\xdb\xf1\xe9\xb2\x67\x89\x7d\x64\x8f\x83\xa2\xba\xd0\x62\x09\x13\xe6\x8f\x5b\x3e\x1a\x25\xff\xe3\x1f\x2b\xf7\x17\x55\xda\xab\x09\xbc\x84\x46\x88\x49\xfd\x61\x32\x18\xca\xa0\xd6\x4a\x2f\x1b\x89\x1e\x33\x3d\x03\x8b\x8f\xf6\xca\x32\x5b\x98\x99\x07\xb8\xce\xb4\xda\xc9\x70\x9f\xe2\x94\xaa\x69\xaf\x78\xcc\xf4\x42\xa3\xc9\x95\x34\x78\x8d\x8f\x96\xaa\xd8\x16\x3a\xfd\xd9\x50\x0e\xf5\x2e\xcf\x75\x22\x38\xe6\x48\x3f\x30\xeb\xdc\xfa\x53\x29\x26\x6a\xdd\x73\x28\xff\x0c\x0e\x03\x06\x63\x30\x53\x24\x09\x1a\xd3\xd2\x14\xa9\x76\x5c\x23\xa7\x84\x61\x17\x43\x8c\x39\xa5\x7f\x4a\xd7\xa4\x55\x17\x6e\x46\xd9\x1b\xa2\xb8\x77\x61\x7e\xa0\x37\xdd\xf4\xf3\xde\x36\xfe\xc7\x99\x9f\xba\x8e\xe3\xb7\x68\x38\xc8\x85\x67\xb7\x45\x23\x78\x36\x75\x90\x1e\x94\x99\x5e\x94\x91\x52\x11\xb8\xa5\xa4\x5f\x6f\xed\xc7\x69\xd0\x13\xa0\x31\xa2\xc8\xf6\xd3\xef\x69\x4f\xe2\xee\xa6\x16\xef\x8b\x30\xda\x21\x77\x12\x09\x7a\xee\x71\x7f\xa4\x9f\x0e\x3d\x65\x8f\x5d\xaf\x78\x2a\x5e\x79\xfa\x79\xfa\xe9\xee\xa9\x84\xfd\x60\x06\xd3\x65\x27\x65\x76\x1c\xa1\x26\x7a\x02\xc9\x63\xf6\x3c\xf4\xbd\x9f\x78\x8f\x7d\x09\xbf\xfd\xe2\x29\x8c\xb2\x97\xf7\x99\xd2\x6e\xfd\x83\x58\xff\x04\x99\x69\xa6\x71\xcf\x9e\xbe\xd5\x24\x42\x13\xb4\x71\x27\xe5\x89\x92\x6f\x99\xc1\x25\x4c\xd6\x6c\x32\xee\x05\x96\x27\xf7\x97\x89\x92\x0e\x6e\x9e\x64\x98\xdc\x1f\x80\xde\xf1\xd4\x66\x04\xca\xed\x01\x28\xcf\xe2\x1b\x21\x68\xef\x59\xc2\xe4\x3b\x0e\x89\x60\xc6\xac\xa2\x35\x83\x6a\x95\xb9\xf9\x47\xc1\x34\xce\x55\xf4\xfa\xbb\x33\xfe\xfa\x00\xb9\x14\x8f\x11\x3c\x99\x94\x54\x12\xaf\x4a\x4f\xaf\x68\x99\x9c\xc9\x8a\x9c\xbf\xd7\xe1\x47\x9a\xee\x82\x8b\xff\x99\xe2\x9a\x15\xc2\x46\xaf\x27\xae\xc7\xf2\x47\x76\x83\xf1\x27\x35\x53\x4b\xf8\xee\x8c\x08\xbe\x8e\xc6\x99\xd8\x16\xc2\xf2\x5c\xe0\x15\xe6\x4c\x33\x4b\xdb\xe1\x04\x8e\xaa\xd3\x33\x4c\x8e\xc8\x88\x6d\x77\xbb\x01\x5e\xc3\xab\x03\x88\x0e\xa6\x2b\x6e\x7d\x0d\x27\x96\xc5\xb6\xfa\x34\x03\x59\x6c\xaf\x95\x3d\xb6\x4d\x94\x6d\xd1\x49\x2a\xdb\x31\x2d\xa9\x72\x7c\x3d\x39\x9e\x2d\x5e\x8e\x8f\x94\xbd\x4e\xa9\xb5\x6d\xf1\x4b\x2f\xab\xd1\x72\xa5\x9c\x4a\xed\xe3\x1b\x4d\x38\xe5\x3c\x27\xa5\x7c\x1d\x4f\x16\x55\xa7\x39\xcf\xdb\xfd\x47\xd3\x7b\x8e\x84\xe4\xba\xb4\x5b\xf4\xe1\xc3\x87\x0f\xf3\x9f\x7f\x9e\x5f\x5c\xc0\xbb\x77\xcb\xed\x76\xc4\x4f\x28\x7c\xcd\xd8\x89\x22\xb8\xb8\xdd\xfa\xd8\x76\x01\x25\x54\x72\x3f\x57\x87\x62\x88\xd9\x16\x38\x13\x28\x53\xa6\x0f\xc0\x17\x79\x03\x9d\xe1\x83\xa6\xd6\x32\x3f\x44\x5f\xed\xe4\x00\x83\x5e\x1e\xc0\xc9\x35\x3e\x70\x55\x98\x01\x9e\xc0\xf5\xa1\xf4\x22\x7d\xe0\x76\x71\x34\xdf\x64\x87\x90\xac\x4a\xd9\xbe\xc6\x62\xc6\xa2\xe6\xe6\x50\xaa\x4b\x04\x32\x5d\x23\x14\x32\x3d\xa4\xde\x44\x28\xd3\x31\x87\xc1\xb0\xdf\x07\x4e\x75\xe9\x29\x67\x42\xcb\x7a\x9a\x16\x06\x33\x3c\xc5\xb7\xfb\x2b\x77\x62\x6c\x75\x81\x23\xbe\x23\x05\x97\x25\xc4\xc9\xbe\x1d\x38\x88\x75\x9b\xe6\x68\x20\xf8\xc0\x9b\xfb\x58\xbd\x63\xe9\x06\x27\xee\xe2\xc3\xc4\x5d\x3b\x9a\xb4\x3b\xd8\xb1\xac\xe2\xc6\x13\x8e\x4c\x73\xc7\x66\x91\x33\xed\xe7\x89\xf5\x0f\xb7\x87\x4f\x3c\x60\xff\xb8\xa8\x96\x79\x0d\xb1\x87\x08\x1d\x31\x8d\xa7\xb5\xb3\x33\x42\xb5\x19\x6a\x9c\x18\x60\x72\x6f\x33\x6a\xfc\xab\xac\x52\xef\x3d\xc0\xc4\x58\xd9\x13\x5c\xb6\xb5\x67\x4d\x42\x55\xc2\xc1\x03\xa0\x92\x31\xf7\xfd\xf3\x96\x3f\xba\xf8\xc9\x7e\x71\x76\x46\xae\x51\x0d\xbe\x28\xeb\x80\x55\xf0\xf2\x55\xa6\x8a\xe1\xd5\xba\x67\x0c\x6c\xea\xb1\x31\x4b\xd3\xf8\x55\xeb\x1c\x61\xbc\x96\xeb\xdc\x69\x63\x8b\xc1\xdc\xfe\xce\xca\x68\x36\x3e\x49\x3c\x42\xd9\xdd\xd7\xa1\x8c\x75\x90\xba\x1b\x09\x86\x03\xe8\x84\x91\xd3\xb8\x09\x9e\x9a\xc9\x73\xd7\x12\x0d\x83\x7f\xc6\x05\xb6\x3f\xe0\x12\x5a\x47\x88\x49\x35\xe6\x4a\x94\x10\x2c\x37\x38\x83\x34\x5f\x24\x19\x93\x1b\x6c\xa5\x0c\x18\xe6\x8c\xe0\x58\xbc\xcf\xd6\xa9\x36\x08\xf3\xf6\x45\xd8\x18\x92\x36\xc5\xdd\x96\xdb\xf8\xb0\xb1\x9a\x8b\x22\x83\xe1\xfa\xf0\x7c\x3c\x74\xe0\x5b\x1e\x62\xaf\x56\xa1\x33\xf2\x7a\x36\xf4\xbd\x92\x16\x25\xa5\xdb\x83\xad\xce\xdf\xb4\x56\xba\x35\xad\x89\xae\xca\x2c\x64\x41\x20\x33\x16\x94\xf4\x65\x5e\x14\x4a\x1a\xdd\x3b\x07\xae\x55\xad\x4f\x5a\x6a\x16\x2a\xcf\xfa\x9e\xaa\xc8\xca\xb9\x43\x33\x99\xee\x2c\xbe\xfd\xe5\xe9\xc5\xc0\xdf\x0b\x2d\xdc\x91\x14\xe9\x3d\x70\xf0\x71\xd2\x40\xcf\xee\x73\x5c\x42\xf4\xfe\x97\xab\xeb\x41\x71\xe6\x86\x7d\x85\x1e\xb4\xeb\xb4\xd6\xb2\x7f\x4c\x52\x9a\xe9\x0f\x98\xf4\x9d\x9d\x41\xd9\x92\x50\x32\xde\x65\xcc\xe2\x03\x6a\x8f\xe7\x28\xc1\x0e\x21\x61\x12\x36\xf5\xe1\x47\xc0\x19\xbe\xc4\xa0\x90\xdc\xb1\x4f\xe4\xd8\x6e\xbb\xc3\xea\xf6\xa9\x46\x87\xe4\x59\xb6\x7a\x4f\xd2\xa4\x98\x28\x7f\xeb\x94\x19\xa7\xd1\x03\xb4\x2c\x98\x4c\x15\x22\x85\x3b\x2c\x85\x5f\x6b\xb5\xf5\xd3\x91\x2d\x93\x6c\x83\x1a\x62\xee\xb4\xb1\x43\x8d\xc0\xee\x84\xdb\xbe\x12\x25\x25\x26\x36\xbc\x37\x82\xe3\x64\xbc\xf2\x26\xed\x7d\x84\x95\xb7\xb6\x3b\x56\x19\x6a\x60\xbc\x0b\x21\x85\x7d\xbc\x89\x1c\xb7\xd1\x2d\x7c\x75\xf2\xd8\xca\x1b\xac\x41\x7d\x6e\xa3\x43\x15\x47\xc2\xfc\x65\x2e\xad\x0f\xad\x75\x76\x46\xbe\x33\xb1\xfe\xcc\x08\x3e\x1a\x25\x67\x90\x2a\x90\xca\x15\x47\x63\xd4\x43\x25\xc5\x8b\x71\xef\xfb\xcc\x54\xe4\x06\xc7\xe1\x9a\xf4\xcb\x65\x9d\x13\x87\xce\xdd\xa8\x7d\xcc\x46\xb4\x4a\x26\x27\xf0\x9b\xc8\x38\xd0\xc8\x4d\xd3\xa2\x92\x66\x34\x3e\xf0\x09\x09\xc4\xd2\xf4\x68\xca\xf4\xd8\x93\xde\xc5\xaf\x49\xa9\x8d\x83\xea\xbe\x2a\x99\x0a\xff\xdb\x8b\x52\x19\x1e\xfc\xf2\x62\x09\x5e\x2c\xfa\x6f\x74\x7b\x53\xd1\xb9\x4c\xa3\xdb\x91\x5e\x3b\xdc\x6c\x1f\xaa\x84\x9b\x5c\x15\x5d\xca\x07\x26\x78\x0a\x55\xa4\x05\x82\xfd\xcd\xfb\x4b\x3f\x2d\xe8\xa5\x62\x77\x44\x10\x56\xd4\x1f\xe4\x8e\x5f\x7a\x1b\x1c\x06\xd8\xc0\x49\x49\xc8\x6b\xbf\x79\x51\xcc\x0e\x2f\xf5\x76\x5e\xf8\x43\x3a\xea\xc1\x51\xda\x0b\xbf\x9b\x1c\xfa\x47\x04\xe5\x3e\xdc\x58\xe9\x52\x72\xbb\x74\x57\x73\x1b\x46\xae\xfa\xd7\x83\x97\xc3\x1b\xc3\x15\xd5\xa7\x29\x2d\xf7\xff\x01\x00\x00\xff\xff\x0a\xf7\xbc\x91\xa3\x36\x00\x00") +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") func staticUiJsBytes() ([]byte, error) { return bindataRead(