diff --git a/assets/static/templates.js b/assets/static/templates.js index 80507c81c..5e7f6ae74 100644 --- a/assets/static/templates.js +++ b/assets/static/templates.js @@ -22,6 +22,7 @@ var Templates = (function(params) { // modal popup with silence form silenceForm: '#silence-form', silenceFormSuccess: '#silence-form-success', + silenceFormError: '#silence-form-error', // label button buttonLabel: '#label-button-filter', diff --git a/assets/static/ui.js b/assets/static/ui.js index 362a31fed..4c42c05db 100644 --- a/assets/static/ui.js +++ b/assets/static/ui.js @@ -154,7 +154,8 @@ var UI = (function(params) { }); if (payload["matchers"].length == 0) { - $("#newSilenceAlert").html("Select at least on label").removeClass("hidden"); + var errContent = Templates.Render("silenceFormError", {error: "Select at least on label"}); + $("#newSilenceAlert").html(errContent).removeClass("hidden"); return false; } @@ -179,7 +180,8 @@ var UI = (function(params) { } } - $("#newSilenceAlert").html(err).removeClass("hidden"); + var errContent = Templates.Render("silenceFormError", {error: err}); + $("#newSilenceAlert").html(errContent).removeClass("hidden"); }, success: function(data, textStatus, xhr) { if (data["status"] == "success") { @@ -189,7 +191,8 @@ var UI = (function(params) { })); } else { var err = "Invalid response from Alertmanager API: " + JSON.stringify(data); - $("#newSilenceAlert").html(err).removeClass("hidden"); + var errContent = Templates.Render("silenceFormError", {error: err}); + $("#newSilenceAlert").html(errContent).removeClass("hidden"); } }, dataType: "json" diff --git a/assets/templates/silence.html b/assets/templates/silence.html index d5bb2850c..b46d53d89 100644 --- a/assets/templates/silence.html +++ b/assets/templates/silence.html @@ -3,46 +3,47 @@
<% _.each(labels, function(label) { %> -
- -
+
+ +
<% }) %>
-
+
+ + + " name="startsAt" required> - - -
+
+ + + " name="endsAt" required> - - -
@@ -50,23 +51,31 @@
- - +
+ + + + +
- - +
+ + + + +

@@ -82,6 +91,11 @@

- Silence ID: <%= silenceID %> + Silence ID: <%- silenceID %>

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