From b407204affcfc0413d73fc07f86ac18db90598ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?=
Date: Thu, 20 Apr 2017 21:30:52 -0700
Subject: [PATCH] Add an icon to error messages
---
assets/static/templates.js | 1 +
assets/static/ui.js | 9 ++++++---
assets/templates/silence.html | 5 +++++
bindata_assetfs.go | 6 +++---
4 files changed, 15 insertions(+), 6 deletions(-)
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 63d10016c..66be69860 100644
--- a/assets/templates/silence.html
+++ b/assets/templates/silence.html
@@ -84,3 +84,8 @@
Silence ID: <%= silenceID %>
+
+
diff --git a/bindata_assetfs.go b/bindata_assetfs.go
index d3cb5234d..45d8c5437 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\x41\x6f\xeb\x36\x0c\xbe\xe7\x57\x10\x02\x82\x97\x02\x4f\xf1\x65\xd8\xa1\x70\x0c\xbc\x35\x1d\x5a\x60\x3d\xf5\x94\xd3\xa0\x48\x4c\xa3\x55\x96\x3c\x89\x6e\x1b\x0c\xfb\xef\x83\x64\x39\xb1\x97\x18\x48\x7b\x7a\x39\x24\x32\x49\x51\xfc\xbe\x8f\x74\x54\x06\xe9\x75\x43\x40\x87\x06\x57\x4c\x34\x8d\xd1\x52\x90\x76\xb6\xf8\x2b\x38\xcb\x40\xab\x15\x0b\xda\xa0\x95\xc8\x77\xce\xd7\xac\x9a\x95\x4a\xbf\x25\xbb\xc5\xf7\xe7\xce\xf5\xc3\xa0\x27\x06\xd2\x88\x10\x56\x4c\xc4\x27\x48\xdf\x5c\x09\xfb\x82\x1e\xf6\x5a\x29\xb4\x0c\xbc\x33\x98\x03\x58\x55\x16\x4a\xbf\x55\xb3\x32\xe6\xfd\x5f\xc2\xdf\xbb\xa3\x00\x4a\x23\xb6\x68\xfa\xcc\xd2\x59\xf2\xce\xf0\x64\x64\xd5\x1f\xf1\x27\x00\x39\xa8\x05\xc9\x7d\x59\x24\x7b\xda\x36\x87\x3f\x97\x28\xe4\x7e\x91\x4c\xe1\x3b\xec\x5a\x2b\x23\xae\xce\x70\x03\xff\xc0\x3c\x06\x02\x94\xa9\x08\x48\x9f\xf2\x98\x20\x3f\x6b\xdb\xb4\x3d\x39\x72\x8f\xf2\x75\xeb\x3e\xd8\xd1\x9d\x3f\xc9\x81\x2a\x47\xa0\x3a\x0b\xb0\xa2\xc6\x15\x2b\xe7\x2b\x48\xf9\x97\xaf\x78\x80\x79\xb5\x3a\x19\xde\x84\x69\x11\xe6\x15\x1b\x1c\x1d\x1a\x61\x7b\xdc\xa7\x48\x41\xe4\xc3\x32\x99\x63\x3c\x04\x3a\x18\x3c\x0f\x48\xe6\x71\xc2\x48\x0a\x1f\x05\x11\x7e\x50\xcf\x42\xf2\x17\xf1\xcc\x23\x17\xc5\x80\x8c\x2c\x55\x22\xf6\xdf\x9b\xb8\x29\xae\xf7\xbe\x2f\x30\x60\x23\xbc\x20\xe7\x59\xe7\x89\x2d\x92\x5d\xde\xbd\xb3\x13\xd3\x27\x25\x0d\x0f\x35\xff\x95\x8d\xa9\x9f\x10\xfa\x99\x84\xa7\x00\x82\x46\x45\x8d\x33\x26\xa9\xf8\x8b\x77\x6d\x03\x4a\x10\xb2\x09\x19\xa3\x8f\x74\x8d\xe7\x32\x76\x79\x62\x37\xf2\x7c\x3e\xf4\xc1\xbc\xd1\xf2\x15\xfd\xd9\x9e\x34\x1e\xa9\xb8\x1f\x74\xe6\x4c\xaa\x76\xda\xd4\xae\x46\x4b\x8b\x9b\x65\xcc\x2e\x68\xc1\x36\x9b\xcd\x86\x3f\x3d\xf1\xf5\x1a\x1e\x1e\x6e\xeb\xfa\x36\x04\x16\x79\x9d\xe8\x9d\xc9\x33\x3c\xfe\xdd\x6a\x8f\x6a\xa2\x71\x06\xa4\x70\xa1\x94\xb3\xe3\x86\xd0\x47\xd0\x02\x76\x82\x4b\x61\xd0\x2a\xe1\xe3\x68\xea\xe9\xbe\x38\x0e\xcc\x70\xf9\x65\x6d\xef\xad\xfa\x59\x95\x45\xab\xae\xd5\x55\x28\xb5\xf8\xe5\x3b\x7c\xdb\xbb\xd6\x87\x6f\x5f\xd6\x79\xe2\xc4\x73\x95\x3f\x23\xf3\xb5\x3a\x5f\x21\x74\x5e\x5c\x3d\xfc\x89\xf2\x54\x57\xff\x0e\x18\x0a\x86\xb5\xd0\x66\x04\xf6\x82\x52\x23\x7f\x54\x45\x7a\x14\x84\xea\xb7\xc3\xc8\xd3\x18\x21\x71\xef\x8c\x42\xbf\x62\xf7\x67\x89\x3b\x7a\x2f\x6f\x1d\xb2\x3b\x00\x78\x35\x8c\xf8\x1e\xfd\x3c\x0a\x57\xc7\xd6\x99\xc6\x70\x77\x21\x20\xa3\xb8\xe0\x99\xc0\x70\x95\x48\xb1\x7e\x2e\xd1\x12\xfa\x1e\xde\xb6\x25\x72\x76\xf8\xef\xff\xdc\x6e\x6b\x4d\x2c\x43\x0e\xf9\x29\x67\xd8\x92\x85\x2d\x59\xae\x70\x27\x5a\x43\xac\xba\x4b\x44\x97\x45\x97\x67\x50\x54\x59\x44\x56\xe2\x6f\x77\xf1\xa8\x66\xb3\xcf\x5e\x41\x78\x68\xa5\xc4\x10\xfa\xab\x48\x0f\x30\x87\x78\x0c\xad\x21\xae\xa5\xb3\x30\x40\xd6\xad\x4f\x5b\x2f\x4c\x45\xfc\xf7\xe6\x52\x7b\x69\x30\x4f\x46\x5f\x74\x33\x45\x55\xbe\xae\xc0\xe3\xfa\x76\x3c\x91\xe3\xd3\xe2\xab\x22\xd7\xf7\xb8\x86\x79\xd5\x0f\x5a\x59\x34\x43\x2a\xfe\x0b\x00\x00\xff\xff\x09\x34\xeb\x58\x8d\x09\x00\x00")
+var _templatesSilenceHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\xc1\x6e\xe3\x36\x10\xbd\xfb\x2b\x06\x04\x8c\x75\x80\xa5\x75\x29\x7a\x08\x64\x01\xdb\xf5\x16\x09\xd0\x9c\x72\xf2\xa9\xa0\xc9\x71\xcc\x86\x22\x55\x72\x94\xc4\x28\xfa\xef\x05\x29\xca\x96\x62\x0b\x70\xd2\xcb\xfa\x60\x49\x33\xc3\x99\x79\xef\x71\x24\x96\x41\x7a\xdd\x10\xd0\xa1\xc1\x15\x13\x4d\x63\xb4\x14\xa4\x9d\x2d\xfe\x0a\xce\x32\xd0\x6a\xc5\x82\x36\x68\x25\xf2\x9d\xf3\x35\xab\x66\xa5\xd2\x2f\xc9\x6e\xf1\xf5\xb1\x73\x7d\x33\xe8\x89\x81\x34\x22\x84\x15\x13\xf1\x09\xd2\x3f\x57\xc2\x3e\xa1\x87\xbd\x56\x0a\x2d\x03\xef\x0c\xe6\x00\x56\x95\x85\xd2\x2f\xd5\xac\x8c\x79\xdf\x25\xfc\xbd\x2b\x05\x50\x1a\xb1\x45\xd3\x67\x96\xce\x92\x77\x86\x27\x23\xab\xfe\x88\x97\x00\xe4\xa0\x16\x24\xf7\x65\x91\xec\x69\xd9\x1c\xfe\x5c\xa2\x90\xfb\x45\x32\x85\xaf\xb0\x6b\xad\x8c\xb8\x3a\xc3\x0d\xfc\x03\xf3\x18\x08\x50\xa6\x26\x20\xfd\xca\x63\x82\xfc\xac\x6d\xd3\xf6\xe4\xc8\x3d\xca\xe7\xad\x7b\x63\x47\x77\xfe\x25\x07\xaa\x1c\x81\xea\x2c\xc0\x8a\x1a\x57\xac\x9c\xaf\x20\xe5\x5f\x3e\xe3\x01\xe6\xd5\xea\x64\x78\x11\xa6\x45\x98\x57\x6c\x50\x3a\x34\xc2\xf6\xb8\x4f\x91\x82\xc8\x87\x65\x32\xc7\x78\x08\x74\x30\x78\x1e\x90\xcc\xe3\x84\x91\x14\x3e\x0a\x22\x7c\xa3\x9e\x85\xe4\x2f\x62\xcd\x23\x17\xc5\x80\x8c\x2c\x55\x22\xf6\xdf\x9b\xb8\x28\xde\xef\x7d\xdf\x60\xc0\x46\x78\x41\xce\xb3\xce\x13\xb7\x48\x76\x79\xf7\xca\x4e\x4c\x9f\x94\x34\x3c\xd4\xfc\x57\x36\xa6\x7e\x42\xe8\x47\x12\x9e\x02\x08\x1a\x35\x35\xce\x98\xa4\xe2\x4f\xde\xb5\x0d\x28\x41\xc8\x26\x64\x8c\x3e\xd2\x35\x9e\xcb\xd8\xe5\x89\xbb\x91\xe7\xfa\xd0\x07\xf3\x46\xcb\x67\xf4\x67\x6b\xd2\x78\xa4\xe6\xbe\xd1\x99\x33\xa9\xda\x69\x53\xbb\x1a\x2d\x2d\x6e\x96\x31\xbb\xa0\x05\xdb\x6c\x36\x1b\xfe\xf0\xc0\xd7\x6b\xb8\xbb\xbb\xad\xeb\xdb\x10\x58\xe4\x75\x62\xef\x4c\xd6\xf0\xf8\x77\xab\x3d\xaa\x89\x8d\x33\x20\x85\x0b\xa5\x9c\x1d\x6f\x08\x7d\x04\x2d\x60\x27\xb8\x14\x06\xad\x12\x3e\x8e\xa6\x9e\xde\x17\xc7\x81\x19\xde\x7e\x5a\xdb\x1f\x56\xfd\xac\xca\xa2\x55\xd7\xea\x2a\x94\x5a\xfc\xf2\x15\xbe\xec\x5d\xeb\xc3\x97\x4f\xeb\x3c\x51\xf1\x5c\xe5\x8f\xc8\x7c\xad\xce\x57\x08\x9d\x6f\xae\x1e\xfe\x44\x79\xea\xab\x7f\x07\x0c\x05\xc3\x5a\x68\x33\x02\x7b\x41\xa9\x91\x3f\xaa\x22\x3d\x0a\x42\xf5\xdb\x61\xe4\x69\x8c\x90\xb8\x77\x46\xa1\x5f\xb1\x1f\x67\x89\x3b\x7a\x2f\x2f\x1d\xb2\x3b\x00\x78\x35\x8c\xf8\x1e\xfd\x38\x0a\x57\xc7\xad\x33\x8d\xe1\xfb\x85\x80\x8c\xe2\x82\x67\x02\xc3\x55\x22\xc5\xfe\xb9\x44\x4b\xe8\x7b\x78\xdb\x96\xc8\xd9\xe1\xd7\xff\xb1\xdd\xd6\x9a\x58\x86\x1c\xf2\x53\xce\xb0\x25\x0b\x5b\xb2\x5c\xe1\x4e\xb4\x86\x58\xf5\x3d\x11\x5d\x16\x5d\x9e\x41\x53\x65\x11\x59\x89\xd7\xee\xe0\x51\xcd\x66\x1f\x3d\x82\xf0\xd0\x4a\x89\x21\xf4\x47\x91\x1e\x60\x0e\xf1\x18\x5a\x43\x5c\x4b\x67\x61\x80\xac\xbb\x3f\x2d\xbd\x30\x15\xf1\xeb\xcd\xa5\xf6\xd2\x60\x9e\x8c\xbe\xe9\x66\x8a\xaa\x7c\x5c\x81\xfb\xf5\xed\x78\x22\xc7\xd5\xe2\xab\x22\xf7\x77\xbf\x86\x79\xd5\x0f\x5a\x59\x34\xff\x8f\x0a\xf4\x3e\x29\xfa\x1e\x0b\xbe\x49\x23\xea\xb4\xf4\x1d\xa2\x39\x87\xb4\x28\x7e\xc3\x4f\x95\xff\x0b\x00\x00\xff\xff\x6a\xa1\x00\x94\x07\x0a\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(