diff --git a/assets/static/ui.js b/assets/static/ui.js new file mode 100644 index 000000000..2c2049241 --- /dev/null +++ b/assets/static/ui.js @@ -0,0 +1,47 @@ +var UI = (function(params) { + + + setupModal = function() { + $('#labelModal').on('show.bs.modal', function(event) { + Unsee.Pause(); + var modal = $(this); + var label = $(event.relatedTarget); + var label_key = label.data('label-key'); + var label_val = label.data('label-val'); + var attrs = Alerts.GetLabelAttrs(label_key, label_val); + var counter = Summary.Get(label_key, label_val); + modal.find('.modal-title').html( + haml.compileHaml('modal-title')({ + attrs: attrs, + counter: counter + }) + ); + var hints = Autocomplete.GenerateHints(label_key, label_val); + modal.find('.modal-body').html(haml.compileHaml('modal-body')({ + hints: hints + })); + modal.on('click', '.modal-button-filter', function(elem) { + var filter = $(elem.target).data('filter-append-value'); + $('#labelModal').modal('hide'); + Filters.AddFilter(filter); + }); + }); + $('#labelModal').on('hidden.bs.modal', function(event) { + var modal = $(this); + modal.find('.modal-title').children().remove(); + modal.find('.modal-body').children().remove(); + Unsee.WaitForNextReload(); + }); + } + + + init = function() { + setupModal(); + } + + + return { + Init: init + } + +})(); diff --git a/assets/static/unsee.js b/assets/static/unsee.js index 0f5614dc0..bdf0f6522 100644 --- a/assets/static/unsee.js +++ b/assets/static/unsee.js @@ -238,35 +238,7 @@ $(document).ready(function() { trigger: 'hover' }); - $('#labelModal').on('show.bs.modal', function(event) { - Unsee.Pause(); - var modal = $(this); - var label = $(event.relatedTarget); - var label_key = label.data('label-key'); - var label_val = label.data('label-val'); - var attrs = Alerts.GetLabelAttrs(label_key, label_val); - var counter = Summary.Get(label_key, label_val); - modal.find('.modal-title').html( - haml.compileHaml('modal-title')({ - attrs: attrs, - counter: counter - }) - ); - var hints = Autocomplete.GenerateHints(label_key, label_val); - modal.find('.modal-body').html(haml.compileHaml('modal-body')({hints: hints})); - modal.on('click', '.modal-button-filter', function(elem){ - var filter = $(elem.target).data('filter-append-value'); - $('#labelModal').modal('hide'); - Filters.AddFilter(filter); - }); - }); - $('#labelModal').on('hidden.bs.modal', function(event) { - var modal = $(this); - modal.find('.modal-title').children().remove(); - modal.find('.modal-body').children().remove(); - Unsee.WaitForNextReload(); - }); - + UI.Init(); Unsee.Init(); // delay initial alert load to allow browser finish rendering diff --git a/assets/templates/js.html b/assets/templates/js.html index 4d7e83b1e..62112c0ec 100644 --- a/assets/templates/js.html +++ b/assets/templates/js.html @@ -12,6 +12,7 @@ + {{ if .SentryDSN }} diff --git a/bindata_assetfs.go b/bindata_assetfs.go index 37fac099a..a9f425cd0 100644 --- a/bindata_assetfs.go +++ b/bindata_assetfs.go @@ -60,6 +60,7 @@ // assets/static/progress.js // assets/static/querystring.js // assets/static/summary.js +// assets/static/ui.js // assets/static/unsee.js // assets/static/watchdog.js // DO NOT EDIT! @@ -210,7 +211,7 @@ func templatesIndexHtml() (*asset, error) { return a, nil } -var _templatesJsHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\x83\x29\xd8\x86\xad\xbc\xf4\xd8\x5d\xa7\x97\x9e\x97\xb6\x0b\xed\xa5\x50\x54\x79\xec\xca\xc8\x92\x3a\x1a\x65\x63\x8c\xfe\x7b\x71\x52\xd2\x90\x43\x2f\x59\xe9\x28\xde\xfb\xde\x93\x90\xe6\x31\x28\xd2\x9e\x81\x17\x8f\x5d\xc9\x78\xe0\x76\x92\x7b\x79\xda\x2d\x21\x90\xea\xca\x75\x05\xf1\x0d\x7f\x7e\x22\x1c\xf4\x01\x52\x0a\x2c\x59\xab\x76\xfa\x1d\x91\x16\xc1\x8b\xd7\x76\x7c\x7b\x2f\xde\x89\x7b\x31\x85\x72\xf7\xd8\x9e\xdc\xbb\xe2\x06\xb8\xa1\x78\x05\xbb\x85\x26\x0d\x12\x07\x31\x85\x0f\x3f\xba\x4d\xf2\xe4\x5e\x3e\x43\x4a\xaf\xd4\x55\x46\x76\xca\xcd\xde\x20\x63\xae\x0c\xe5\xec\xa0\xc7\x7c\x74\xe3\x28\xdb\xfd\x28\x17\x2d\x23\xe5\xc2\x0f\xda\x30\xe6\x6b\x3f\x92\xee\x73\xb1\x3d\xb9\x91\x30\x64\xeb\x1e\xe2\x3c\x4b\x5a\x72\xe1\x5f\x24\xab\x5f\xbd\xcb\xf6\x2c\x8f\x03\x26\x30\x69\x9b\x2d\x22\xda\x80\xff\xff\xb4\xc5\xba\x82\x1e\x40\x3c\xa3\x65\x5a\x3e\x3e\x3f\x41\x4a\x57\x89\xd2\x7b\xa3\x95\x64\xed\xec\x65\xf0\xae\x00\x00\x78\x53\xf7\x4e\xc5\x19\x2d\x37\x82\x50\xf6\x4b\x3d\x44\xab\x36\x2d\xd4\x0d\xac\x47\xcd\xb6\xf6\x92\xa0\x0f\x16\x3a\xa8\xb6\x26\x97\x71\x95\x20\xf4\x46\x2a\xac\xab\xef\x6d\x75\x07\x55\x5b\x35\x0f\x67\xe3\x17\xb9\x47\x2b\x4e\x03\xa2\xee\x83\xbd\xbb\x80\x02\x10\x1a\x94\x01\xdf\xc3\x06\xfd\x8a\x14\xb6\xe0\x94\xce\x8a\xd4\x08\x6d\x03\x4b\x63\xea\xbf\xcc\xd4\x3c\x14\xff\x8e\xbf\xae\x80\xb6\xdf\x1c\x7f\x02\x00\x00\xff\xff\x98\x54\x76\x9a\x2b\x06\x00\x00") +var _templatesJsHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\xc1\x8a\xdb\x30\x10\x86\xef\x7e\x8a\xc1\x14\x6c\xc3\x56\x5e\x7a\xec\xae\xd3\x4b\xcf\x4b\xdb\x85\xf6\x52\x28\xaa\x3c\x76\x65\x64\x49\x1d\x8d\xb2\x31\x46\xef\x5e\x9c\x94\x34\xe4\xd0\x4b\x56\x3e\x9a\x7f\xbe\xef\x97\x10\xf3\x18\x14\x69\xcf\xc0\x8b\xc7\xae\x64\x3c\x70\x3b\xc9\xbd\x3c\xfd\x2d\x21\x90\xea\xca\x75\x05\xf1\x0d\x7f\x7e\x22\x1c\xf4\x01\x52\x0a\x2c\x59\xab\x76\xfa\x1d\x91\x16\xc1\x8b\xd7\x76\x7c\x7b\x2f\xde\x89\x7b\x31\x85\x72\xf7\xd8\x9e\xa6\x77\xc5\x0d\x70\x43\xf1\x0a\x76\x0b\x4d\x1a\x24\x0e\x62\x0a\x1f\x7e\x74\x5b\xe4\xc9\xbd\x7c\x86\x94\x5e\xa9\xab\x8c\xec\x94\x9b\xbd\x41\xc6\x5c\x0e\xe5\xec\xa0\xc7\x7c\x74\xe3\x28\xdb\xfd\x28\x17\x2d\x23\xe5\xc2\x0f\xda\x30\xe6\x6b\x3f\x92\xee\x73\xb1\x3d\xb9\x91\x30\x64\xeb\x1e\xe2\x3c\x4b\x5a\x72\xe1\x5f\x24\xab\x5f\xbd\xcb\xf6\x2c\x8f\x0b\x26\x30\x69\x9b\x4d\x11\x75\x36\xb2\x0d\xf8\xff\x75\x50\xac\x2b\xe8\x01\xc4\x33\x5a\xa6\xe5\xe3\xf3\x13\xa4\x74\x65\x94\xde\x1b\xad\x24\x6b\x67\x2f\xc5\xbb\x02\x00\xe0\x4d\xdd\x3b\x15\x67\xb4\xdc\x08\x42\xd9\x2f\xf5\x10\xad\xda\xb2\x50\x37\xb0\x1e\x33\xdb\xb7\x97\x04\x7d\xb0\xd0\x41\xb5\x35\xb9\xd4\x55\x82\xd0\x1b\xa9\xb0\xae\xbe\xb7\xd5\x1d\x54\x6d\xd5\x3c\x9c\x07\xbf\xc8\x3d\x5a\x71\x5a\x3d\x75\x1f\xec\xdd\x05\x14\x80\xd0\xa0\x0c\xf8\x1e\x36\xe8\x57\xa4\xb0\x89\x53\x3a\x27\x52\x23\xb4\x0d\x2c\x8d\xa9\xff\x32\x53\xf3\x50\xfc\x3b\xfe\xba\x02\xda\x7e\x9b\xf8\x13\x00\x00\xff\xff\xf9\xa4\x98\x8a\x85\x06\x00\x00") func templatesJsHtmlBytes() ([]byte, error) { return bindataRead( @@ -1330,7 +1331,27 @@ func staticSummaryJs() (*asset, error) { return a, nil } -var _staticUnseeJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\xef\x6e\xdc\x36\x12\xff\x9e\xa7\x98\x24\x05\x24\xf5\x76\xe5\x04\x45\xee\xc3\x1a\xc6\xc1\x09\x1a\x27\x87\x5e\x1a\xd8\xcd\xb5\x40\x11\x04\x5c\x71\x76\xc5\x98\x22\x15\x92\xda\xcd\x22\xd8\xc7\x28\xfa\x7e\x7d\x92\x03\xff\xe8\xbf\xe4\x75\x8a\xe0\xf8\xc5\x6b\x72\x66\x38\x1c\xce\xfc\x66\x86\xda\x11\x05\xef\x84\x46\x84\x0b\x88\x37\x95\xc8\x0c\x93\x22\x2e\x89\x22\x85\x4e\xe0\xcb\x83\x07\x0f\x00\x00\x2c\x95\x61\x05\x2a\xb8\x80\x0d\xe1\x1a\xcf\x9b\xe9\x1d\x2a\xcd\xa4\x18\x2f\x28\xdc\x28\xd4\xf9\x6b\x61\x50\xed\x08\x87\x0b\x78\xfa\xec\xbc\x15\xa7\x91\x63\x66\xa4\xd2\x70\x01\x5f\xdc\xac\x1d\x81\xe9\x79\x65\x8c\x14\x2b\x88\x1e\x87\x89\x68\xd1\x90\xa0\x52\x52\x69\xbb\xe6\x7f\x45\x6e\xe5\x18\x34\x65\x82\x19\xab\x4b\x7d\x92\xa4\x23\xfc\xad\x92\x5b\x85\x5a\xa7\xaf\x05\x33\x71\x12\x94\xb1\xe3\x85\x14\x1b\xb6\xf5\xf3\x2d\xbd\x5f\x29\x0f\x37\x41\x55\xbb\x67\x26\xcb\xc3\x52\xa3\x31\x4c\x6c\xf5\x72\xcf\x4c\xbe\xdc\x30\x6e\x50\x75\x34\xb4\xe3\x86\xec\xb0\xcb\xa7\xc9\x0e\x97\x14\x37\xa4\xe2\x66\x9a\xe3\x1a\x35\x9a\x2e\x8b\xb2\x13\xcd\x5e\x51\x43\x7c\x4c\xce\x87\x8a\xff\x24\x09\x1d\x1c\xa8\xb2\x76\x6f\x4e\xda\xa8\x55\x15\x05\x51\x87\xd1\xfc\x95\x62\x74\x34\x79\x59\x19\x99\xc9\xa2\xe4\x68\x70\xb4\xf8\xd2\x9d\x41\x8f\xe6\x7f\x25\x26\xcb\xa9\x0c\xc6\xfc\xe1\xc9\x02\xfe\xf9\xe4\xfb\xa7\xcf\x92\x73\x38\x3b\x03\x8d\x06\xf6\x81\x00\x8c\x84\xa7\xcf\xa0\x60\xa2\x32\xa8\x5b\xd5\xbf\x8b\x1b\xd7\x48\x7b\xee\x90\xa4\x19\x67\xd9\x6d\x3c\x79\xb7\xee\xee\x37\x10\x3f\xbc\x83\xbd\x54\xb2\x8c\x23\xca\x34\x59\x73\xa4\x51\x32\xe4\xb7\xc3\xc5\x42\x7a\x8d\x3c\x58\xb4\xbb\x76\xec\xfd\xa7\xd0\x54\x4a\x74\xbd\xbe\x7b\x39\xb5\x3f\x6e\xd1\x5c\x7b\x2d\xae\x89\xc1\x39\xcf\x0c\xb2\x06\x21\xd3\x97\xa4\x67\x25\x69\xcc\xa4\xa0\xba\x2b\xd0\x05\xa0\x27\x2b\x89\xd2\xf8\x5a\x98\x86\xac\x55\xd6\x1a\x8c\xe9\x37\xe4\x4d\x6c\x69\x47\xf6\x38\x3b\xb3\x14\x25\xd1\x1a\xa9\x97\xc6\x34\x30\x91\x49\xa5\x30\x33\x50\x69\x0c\x51\x0c\x3b\xc2\x2b\xec\x5b\xc7\x6f\x1e\xfc\xf3\x0a\xcd\xcf\xa5\xd3\x35\xaa\x03\x3a\xb1\x93\x43\x0b\x9f\x50\xa8\x55\xca\xe4\xc4\x44\x1a\x08\xd7\x12\xd6\x52\xdd\x22\x75\xea\x84\x00\x83\xa7\xcf\x46\x7c\x41\x21\x8b\x41\xd3\x77\x7a\x1c\x82\x50\x07\xb9\x2c\xf3\xf9\x18\x47\x5c\xc8\xc6\x83\x1b\x17\x88\x54\xbf\x2b\xb7\x8a\xd0\xde\x2d\x29\xd4\xa5\x14\x1a\xff\xeb\x01\xb3\x7b\x36\x7b\xec\x06\x47\x03\x90\x0e\xcf\xde\xe2\xec\x40\xd0\xf9\x7d\xbc\x72\xe8\x69\xb5\xb4\x87\x33\xe2\xea\xc3\x28\x14\x14\xd5\x8f\x16\x68\xbb\x67\x31\x58\x94\x9c\x18\x5c\x40\x26\x85\xc1\xcf\xa6\xab\x6d\x8d\x3d\x8e\x2b\x4e\xfa\x18\xf3\x82\x23\x51\x23\xe4\x79\xc5\x28\x76\x27\xbb\x41\xec\x51\x3e\x49\x73\x53\xf0\x38\x27\x05\x4f\x2d\x26\x31\x8e\xaf\x48\xc1\x1b\x4d\x92\xb8\xd6\xe4\x84\x18\x9d\xcb\x7d\xdc\x43\x50\xaf\xed\x3b\x71\x2b\xe4\x5e\x4c\x81\xe5\xbb\x92\x12\x83\xf1\x97\x2e\xf0\x52\x99\x55\x05\x0a\x93\x1a\x66\xb8\xbd\xe7\x47\xf1\x5f\x7f\xfe\x01\x3f\xc3\x5f\x7f\xfe\x91\x3c\x6a\xe9\x2a\xc7\xfb\x22\xa0\x28\x1d\x3a\x4b\x4e\x04\xe5\x38\xb2\x2f\x2a\xd5\xb5\xe8\x35\xd9\xa1\x48\x33\x52\x9a\x4a\xe1\x8f\x9f\x33\x2c\x1b\xaa\x7e\x30\xef\x99\xa0\x72\x9f\x66\x52\x68\xc9\x47\x2e\x14\xa6\xbd\x29\x2c\x77\xaa\x0d\xc9\x6e\x93\x69\x3f\x69\x2e\x3e\x8e\x98\xb5\x90\x20\x7c\xe9\x38\xa3\xc5\x40\xae\x20\x05\xae\x6c\x5e\x4e\xed\xaf\x7e\x56\x2b\x50\x6b\xb2\x0d\xcb\xe1\x9f\xc5\x00\x29\xf6\x6e\x75\x32\xbf\x69\x34\xbf\xb0\x02\x65\x65\xe6\x61\xdf\x43\xf6\xaf\x84\x99\x97\x52\xbd\xc1\xcf\x66\x8c\xde\xc7\x05\x3c\x7b\xf2\x64\x60\xfb\x6a\x1c\xa3\x7d\x4c\xee\x58\x40\x39\x91\x4b\x1b\xdb\x48\xad\x01\xbe\x56\x49\x2e\x33\x62\x17\x52\x35\xa5\xdc\x0f\x4f\x46\xda\x19\xc5\xb6\x5b\x54\xfe\x2c\x73\x3a\x7a\xef\x7a\xad\xaf\x91\xd0\x43\x2f\x80\x52\xf2\x91\x7c\x1e\xd4\x32\x95\xe2\x2b\x88\x08\x47\x65\x74\xfa\x51\x4b\xf1\xaf\x4f\x17\x11\xfc\xa3\x49\xe5\x57\x68\xc2\xcf\x38\x49\x3f\x4a\x26\xe2\x68\x11\x25\xfd\xdb\xd2\x55\x96\xa1\xd6\xab\x3e\xae\x4d\x01\x75\x1d\x58\x37\x9e\x63\x08\xf5\x10\x5c\xb6\x0b\x97\x4e\xd6\xef\x51\x00\xa7\xe8\xfd\x64\x02\xe8\x5c\xdd\x94\xcc\x23\x20\xd7\xe8\x44\x7b\x69\xde\x67\xdf\xcf\x89\xba\x23\xfe\xbb\xa3\xe7\x0d\xde\xec\x33\xd1\xd0\x1d\x8e\x62\x05\xd1\x73\x92\xdd\xa2\xa0\x10\x38\x66\xe9\x9b\x68\xe9\xa9\x3e\x4f\xcf\x89\x36\x1f\x8c\x5e\xb5\x55\xd7\x15\x9a\x9f\x88\x36\x01\xb2\x92\x49\xce\xe3\xcc\x19\xef\x11\x48\x8d\x08\x6f\xe5\xe9\x93\x9f\x9d\x05\xc7\xfc\xe0\x7d\x2d\x4e\x6c\xe1\x90\x95\x15\xe4\x48\x76\x07\xd0\x12\x98\x81\x3d\xe3\x1c\xd6\x5c\x66\xb7\xb0\x56\x72\xaf\x51\xc1\x46\xc9\x02\x48\x59\xf2\x03\x13\x5b\xc8\xb4\x86\x2c\x27\x62\x8b\x7a\x6e\x1b\x26\x3e\xda\xf2\xc3\x30\x71\x00\x8a\x9c\x1c\x60\x8d\x66\x8f\x28\x80\x50\xfa\x82\x13\xeb\x76\x40\xd6\x72\x87\x40\x04\x1d\x69\xa5\xa5\x2b\x24\xc0\xe4\x58\xeb\x30\xb7\x53\x4e\xac\x0c\xa7\x4f\x86\xb6\x74\x55\xb8\x71\xa5\x8f\xc9\xa5\xc6\x20\x79\x5a\xcf\xfb\xc0\x43\x77\x18\x75\xb8\x63\x15\x4e\x24\xa6\xa9\x51\x07\xb8\xbf\xcf\xe7\x84\x6e\x51\x87\xe8\xf0\xad\x88\x8e\xde\x9f\x10\xf1\x42\x72\x9b\x45\xc3\x8e\x9e\x37\x73\x73\x27\x59\x2f\x3d\xe0\x74\x58\x4f\x30\xcc\xe4\xcc\xb9\xd1\xf8\xfe\x5b\x29\xb6\x71\x21\x6d\x5a\x0e\x1a\xda\x9e\x55\x1b\x52\x94\x16\x4b\xee\x96\xf2\x15\xce\xdf\x1d\xae\xe7\x68\x7b\x1e\xfd\x92\x18\xc2\xe3\x59\xe0\x6a\xc7\x6c\x89\x13\x45\x27\xb6\x9c\xe1\xb5\x25\xd4\x49\xde\xe3\xec\xea\x11\x32\x7b\x0a\x18\xd6\x1e\x53\xe3\x9e\x98\x59\x8f\x4e\x91\x33\xa8\x59\xa6\xc6\xdf\xb8\x88\xe9\x53\xb9\xa4\x3f\x85\x5d\xfd\x06\xa0\x8f\xae\x01\xb1\x9b\x40\xfd\xf8\xe9\xb7\x57\xd7\x0b\xb0\x95\xe5\x8d\x21\xa6\xd2\x77\xa5\xba\x3b\xec\xe1\xdb\x96\x8d\xf5\x0e\xbf\x07\xec\x89\xed\x5f\x94\xcd\xdc\x75\xb2\x47\x0a\x7b\xf4\x50\xe3\x69\x42\x3e\x98\x92\xa6\x25\x50\x29\x22\x63\x91\x0e\x04\xee\x41\x8a\x31\xdd\x57\x7a\xe7\xff\x39\xc9\x45\x97\xff\xbe\xfc\x0d\x14\x7e\xaa\x50\x1b\xd8\x10\x66\xbb\xf2\x6f\x9f\xec\x4e\x38\x00\xdc\xdf\xe7\x3a\xcd\x62\x32\x28\x25\x3b\x75\xd8\xc9\xe7\xa7\x1a\xd9\xe6\x3a\x9e\xbb\x9f\x2d\x16\x60\x54\x85\x13\x1d\x4c\xb7\x89\xea\x2b\xd6\x40\xe9\x9c\x6a\x4d\xad\x36\x68\x8e\xea\xc4\xf1\x6e\x1e\x91\xbf\xd9\xa9\x7c\xd7\xdb\xf2\xba\xa4\x9b\xdd\xc2\x46\x2a\xd8\xb0\xcf\xb6\x22\x28\x09\xa5\xf6\xaf\x66\x36\x09\x33\x51\x56\x06\x32\x22\x60\xab\xe4\xde\x25\x78\x5f\x2e\x40\x8e\x6c\x9b\x9b\x8e\x16\xd1\x5a\xd2\x43\x94\xa4\x99\xd6\x71\x14\xa4\x2c\x8d\x2c\xa3\x85\x5d\x4c\x05\xd9\xad\x89\x8a\x92\xd4\x33\xc6\xc9\xc0\x8a\x25\xa9\xf4\x6c\x9f\xd0\x18\xe0\xad\xa5\x9a\xb2\xde\x68\xc1\x86\xa5\x7f\x4e\x7d\x38\xd3\xed\x67\xb6\x4d\xae\x1f\x20\x3c\xed\xc0\x17\x27\x9e\x63\x5b\x17\x6d\xdb\x77\x5d\x15\xb3\x9a\x5b\x35\xc6\x0f\x34\xa4\x32\x72\xf0\x48\x33\xd4\xee\x1e\x6e\x31\x59\x20\xce\x1a\x04\xee\xf1\x72\x31\xfd\xea\xf2\x2d\xcc\xd9\xee\x51\x1b\xb5\x53\xb2\x75\x1f\x04\x17\x01\x28\xae\x7a\x4f\x71\x71\x02\xdf\xc3\xd3\x71\x07\xb7\xe1\x44\xe7\x73\xb6\xdf\x11\x05\xeb\x2d\x5c\x58\xff\x7b\xec\x28\x6b\xf7\x5c\x93\xec\x76\xab\x64\x25\xe8\xd2\x15\x58\x51\x2f\x9e\x06\xc4\x94\xe9\x92\x93\x43\xb4\x80\xc8\x95\xd2\x51\x92\x12\xc1\x0a\x57\x15\xf6\x2c\xd0\x4a\x75\x95\xdc\x0a\xa2\xc7\x9b\xcd\x26\x1a\x34\xa1\x8b\x69\x65\xfd\xd6\x26\x67\x7a\x4e\xfc\xe4\x16\xeb\xed\x20\xd3\x5a\x2b\x8d\x15\x17\x52\x60\xf7\x90\xc3\x27\xd4\xe0\x18\xed\x86\xaf\x05\x33\x2b\xf7\xd2\xdf\x26\x0b\xe7\x52\x2b\x1f\xa9\xed\xec\x08\xd1\x57\x21\x24\x5a\x92\x7a\xbe\xd7\x6f\xb7\xcb\xfd\xab\x5e\x0d\xde\x73\x5b\xba\x9b\x01\x9d\x9e\xa1\x7b\x69\x6f\x6f\xe5\x7d\xa3\x3e\xe5\x31\x71\x6f\xf7\x0f\xbe\x8b\xeb\x57\xa5\x24\x75\x75\x41\xbf\x5f\x70\xe4\xae\xe9\x61\x06\x08\xe7\x80\x1c\x2d\xb1\x86\x4a\x5b\x54\x5c\x4b\x69\xb4\x51\xa4\xbc\xd9\x33\x93\x79\xe9\x16\xdd\x8c\xdc\x6e\x39\x46\x49\x3a\x20\x68\x3e\x18\x9c\x9d\x01\x0a\x0b\xc3\x60\xa4\xe4\x86\x95\x7a\x01\x8f\xeb\xef\x0e\xb6\x75\x23\x40\x95\x2c\xa9\xdc\x8b\xd0\xbb\xd5\x75\x4b\xa5\x51\x03\x65\x9b\x0d\x2a\x14\x06\x28\x31\x64\xe9\xb7\xab\x77\xff\xbd\x33\x77\xf1\x28\xc8\x7f\xf4\xbe\xb3\x41\x94\xa4\x61\xba\xe3\x53\xe1\x36\x56\x10\xe5\x72\x87\x2a\x7c\xe3\xa9\x15\xb6\x61\xc0\xc9\x1a\xf9\x7f\x24\x25\x3c\x4a\x52\x8b\x5b\x3a\x97\xfb\x74\xad\xd3\xc2\xcd\x75\x3c\x19\x77\xd6\xa2\x1d\xff\xf1\x41\x3c\x02\x21\x1b\x92\x8e\xd9\x45\xa5\xf3\xf6\xfe\xa2\xdb\xd2\x2d\x3a\x91\xa9\x42\x4e\x0c\xd2\x5f\x88\xda\xa2\x99\xa2\xfd\x70\x8b\xb6\x1a\x70\xbf\x53\x6b\x88\x38\x72\xbf\x97\xb7\x78\x88\x26\x19\xfc\x73\xf3\x98\x61\x67\x8f\xd9\x67\x20\xc6\xb8\x8f\x67\xa1\xbd\x72\xb5\xd0\x1a\xf9\xa5\x9d\x8e\x9b\xed\x17\xad\xe0\x01\x7f\xe6\x73\x3e\x5c\x34\xed\xa4\xc5\xfa\x13\x8c\xce\x3e\xe9\x86\x09\x1a\x47\xde\xd2\x4b\xf7\x00\x1a\x85\xe6\xa5\x13\xf0\xa3\xa7\xda\xa8\x47\x3f\x00\x10\x77\x9a\x95\xff\xd3\x2f\x01\x83\x9e\xab\xfa\x47\x67\xb1\x53\xdb\x0d\x0e\x97\x33\x1b\x17\x17\xfd\x4f\x58\x57\x28\x50\x11\x83\xaf\xec\xe2\xdf\x38\x69\x28\x22\xa6\x1f\xa2\xa3\x2e\x4d\xfc\xc5\x29\xb0\xf2\x7a\x1c\x93\x91\x5c\xeb\xb0\xee\x6b\x96\x05\xc0\x5a\xbc\xab\x8c\x9a\x8f\x83\x1d\x07\xe6\x58\x24\x5d\x73\xd9\x13\x7a\x32\xef\x8d\x1c\x8b\xd4\x78\x2f\x0c\x5e\xe3\x57\x97\xa4\x2c\x51\xd0\xa5\xfb\x3c\xd3\x6f\x0d\x47\x21\xe4\x74\x88\x23\xdb\x46\xf6\x29\xeb\xa4\x7d\x49\xa9\xff\x19\x7b\xe1\x53\x88\x1d\xfe\x4e\xc6\x67\xce\x28\x45\x71\xbf\x08\xbd\x33\x14\xef\xf0\xc1\x2c\x67\x9c\x2a\x14\xb1\x05\xd0\x42\xee\x7a\xf1\x3d\x7f\xa3\x77\xb2\x9d\xe8\x0d\x1a\x50\xf2\x74\xbd\x4f\xcb\x67\x67\xe1\x55\xca\x42\x36\x23\x1c\xdc\xcb\x13\xb8\x17\x5d\x23\x2d\x86\xcb\x7d\xfb\xf8\xc5\x04\xd3\x79\xe8\xc1\x98\xf0\xb9\xf3\xd4\xdb\x51\x7d\x39\x37\x9d\xa7\xdb\xa0\x97\xcf\xb6\xe7\x36\xbd\x9c\x3f\xf8\x5f\x00\x00\x00\xff\xff\xf1\x2d\x6c\x3a\xe7\x1f\x00\x00") +var _staticUiJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\xdb\x8a\xdb\x30\x10\x7d\xcf\x57\x08\xba\x20\x19\x12\x7d\x40\x4a\x1e\xf2\xb2\x17\x68\x4b\x69\xbb\xf4\xb1\x28\xd6\xa4\x16\xd1\x25\x48\x63\xb7\x61\xc9\xbf\x17\x49\xce\xc5\xb1\xdc\x5d\x56\x2f\x9e\x48\xe7\xcc\x2d\x33\xa7\x13\x9e\x3c\x3f\x91\x15\x61\xdb\xd6\xd6\xa8\x9c\x65\x7b\xe1\x85\x09\x15\x79\x99\xcd\x66\x84\x10\x12\x00\xdb\xfd\x67\x27\x85\x26\x2b\x72\x46\xc5\x77\xd2\x9f\x3b\x46\x3f\x68\xb1\x01\x9d\x50\xb4\xe2\xce\x32\x1a\x1a\xf7\x87\x6f\x02\x37\xe9\x6e\x7e\x61\x42\x07\x16\xaf\xe9\xf1\x3c\xdb\x00\xc0\xbf\x8a\x36\x00\xab\x3e\x0e\x9e\x62\x8a\xa6\x0f\x7f\xc7\xb0\x51\xa1\x00\x48\xe1\x13\x20\xb9\xe7\x1e\xb4\x40\x90\x3f\x84\xff\x0d\x38\x85\xff\xb5\x83\x03\x59\x65\x9b\x4b\x81\x82\xd1\x64\x2f\x76\x70\xa0\x93\xa4\x2e\x65\x32\x26\x75\xb1\xf4\x31\x49\x20\xfa\x40\x56\x64\xad\xc1\x63\xe0\x0f\x80\x9f\x22\x7c\x1d\xaf\xd9\x39\x8d\xf9\xc5\x79\xc1\x47\xed\x5a\x8b\xe0\xc9\x8a\x7c\x6f\x8d\x11\xfe\x10\xdd\xbc\x85\x9c\xfa\xc6\xb7\xca\x4a\x46\xf3\x3f\xb1\x40\x85\x1a\x68\xc5\x1b\x34\x9a\x0d\xc0\xf1\x34\xc2\x68\x5e\x3b\xb3\x57\x1a\x1e\x85\xd1\x8c\x0e\x58\xec\x65\xc4\x88\x27\xd5\xb8\xcc\x9f\x79\x11\xd1\x57\xb0\x3c\x19\x23\xd0\xb1\x1a\x5c\x15\x9a\xd0\x28\x8b\xa9\x91\x2d\xba\x98\xa1\x06\x04\xfe\x00\x16\xbc\x40\x78\x8c\x8f\xef\xec\xc8\xc6\xc9\xc3\xa9\x21\x53\xf5\x67\x4c\xa1\xfc\x94\xd5\x32\x7f\x66\xc3\x82\x8a\x91\xe3\x6a\xd4\x5a\xd5\x3b\x3a\x27\xe7\x04\x5a\x44\x67\x17\x5b\xa5\x11\xfc\x60\x55\x34\x98\xdb\x4d\x39\xb5\x23\xa3\xf3\xc8\x6b\x30\x1c\xf3\xa8\xf7\x23\x99\x5f\x17\x62\xbf\x07\x2b\xe3\x68\xb6\x70\x3b\x9c\xa4\xb4\xb9\x29\x21\x46\x1b\x25\x8b\xf8\xfb\xe4\x36\xf0\xb5\x94\xd9\x64\x39\xd0\x0d\xf4\x78\xf5\xfb\xda\x2e\x0a\x45\xa3\xa4\x04\xfb\x76\xa9\x78\x55\x0f\xfe\x33\xf4\x75\xa3\xb4\xf4\x60\x59\xc5\x3d\x18\xd7\x8d\xc4\x66\x7a\x3c\x5e\xa5\x66\x09\xfb\x29\x14\xde\x3b\xff\x05\xfe\xe2\x37\xd0\x4e\x48\x56\xe8\xc5\xb1\x97\x56\x65\x15\x4e\x89\xea\x45\x76\xd9\x0d\xcb\x03\xb6\xde\x5e\x41\x9f\xac\xc2\x65\x72\x76\xc2\x1d\xab\x48\xfa\x17\x00\x00\xff\xff\x17\x5d\x64\x0f\xdd\x05\x00\x00") + +func staticUiJsBytes() ([]byte, error) { + return bindataRead( + _staticUiJs, + "static/ui.js", + ) +} + +func staticUiJs() (*asset, error) { + bytes, err := staticUiJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "static/ui.js", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _staticUnseeJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\xef\x6e\xdc\x36\x12\xff\x9e\xa7\x98\x24\x05\x24\xf5\xd6\xda\x04\x85\xef\xc3\x1a\xc6\x21\x31\x1a\xc7\x87\x22\x0d\xec\xf3\xb5\x40\x11\x14\x5c\x69\x76\x97\x36\x45\x2a\xe4\x68\xd7\x8b\x60\x1f\xa3\xe8\xfb\xf5\x49\x0e\x14\xa9\xff\x92\xd7\x39\x04\xe5\x17\xaf\xc9\x99\xe1\x70\x38\xf3\x9b\x19\x6a\xcb\x34\xdc\x4a\x83\x08\xe7\x10\xae\x0a\x99\x10\x57\x32\xcc\x99\x66\x99\x89\xe0\xcb\xb3\x67\xcf\x00\x00\x2c\x15\xf1\x0c\x35\x9c\xc3\x8a\x09\x83\x67\xf5\xf4\x16\xb5\xe1\x4a\x0e\x17\x34\xae\x34\x9a\xcd\x95\x24\xd4\x5b\x26\xe0\x1c\x5e\x9f\x9e\x35\xe2\x0c\x0a\x4c\x48\x69\x03\xe7\xf0\xa5\x9c\xb5\xc3\x33\xbd\x2d\x88\x94\x5c\x40\xf0\xd2\x4f\x04\xb3\x9a\x04\xb5\x56\xda\xd8\x35\xf7\x2b\x28\x57\x0e\x5e\x53\x2e\x39\x59\x5d\xaa\x93\x44\x2d\xe1\x1f\xb5\x5a\x6b\x34\x26\xbe\x92\x9c\xc2\xc8\x2b\x63\xc7\x85\x92\x2b\xbe\x76\xf3\x0d\xbd\x5b\xc9\xf7\x37\x5e\x55\xbb\x67\xa2\xf2\xfd\x89\x41\x22\x2e\xd7\xe6\x64\xc7\x69\x73\xb2\xe2\x82\x50\xb7\x34\xb4\xe3\x86\x6d\xb1\xcd\x67\xd8\x16\x4f\x52\x5c\xb1\x42\xd0\x38\xc7\x35\x1a\xa4\x36\x8b\xb6\x13\xf5\x5e\x41\x4d\x7c\x88\xce\xfa\x8a\xff\xa4\x58\xda\x3b\x50\x61\xed\x5e\x9f\xb4\x56\xab\xc8\x32\xa6\xf7\x83\xf9\x4b\xcd\xd3\xc1\xe4\x9b\x82\x54\xa2\xb2\x5c\x20\xe1\x60\xf1\x5d\x79\x06\x33\x98\xff\x85\x51\xb2\x49\x95\x37\xe6\x0f\xaf\x66\xf0\xcf\x57\xdf\xbf\x3e\x8d\xce\x60\x3e\x07\x83\x04\x3b\x4f\x00\xa4\xe0\xf5\x29\x64\x5c\x16\x84\xa6\x51\xfd\xbb\xb0\x76\x8d\xb8\xe3\x0e\x51\x9c\x08\x9e\xdc\x87\xa3\x77\x5b\xde\xfd\x0a\xc2\xe7\x8f\xb0\xe7\x5a\xe5\x61\x90\x72\xc3\x96\x02\xd3\x20\xea\xf3\xdb\x51\xc6\x42\x7c\x8d\xc2\x5b\xb4\xbd\x76\xe8\xfc\xa7\x91\x0a\x2d\xdb\x5e\xdf\xbe\x9c\xca\x1f\xd7\x48\xd7\x4e\x8b\x6b\x46\x38\xe5\x99\x5e\x56\x2f\x64\xba\x92\xcc\xa4\x24\x83\x89\x92\xa9\x69\x0b\x2c\x03\xd0\x91\xe5\x4c\x1b\xbc\x92\x54\x93\x35\xca\x5a\x83\x71\xf3\x81\x7d\x08\x2d\xed\xc0\x1e\xf3\xb9\xa5\xc8\x99\x31\x98\x3a\x69\xdc\x00\x97\x89\xd2\x1a\x13\x82\xc2\xa0\x8f\x62\xd8\x32\x51\x60\xd7\x3a\x6e\x73\xef\x9f\x97\x48\x3f\xe7\xa5\xae\x41\x15\xd0\x91\x9d\xec\x5b\xf8\x88\x42\x8d\x52\xb4\x61\x14\x18\x60\xc2\x28\x58\x2a\x7d\x8f\x69\xa9\x8e\x0f\x30\x78\x7d\x3a\xe0\xf3\x0a\x59\x0c\x1a\xbf\xd3\x43\x1f\x84\x5a\xc8\x65\x99\xcf\x86\x38\x52\x86\x6c\xd8\xbb\x71\x89\x98\x9a\xdb\x7c\xad\x59\xda\xb9\x25\x8d\x26\x57\xd2\xe0\x7f\x1d\x60\xb6\xcf\x66\x8f\x5d\xe3\xa8\x07\xd2\xfe\xd9\x1b\x9c\xed\x09\x3a\x7b\x8a\x57\xf6\x3d\xad\x92\xf6\x7c\x42\x5c\x75\x18\x8d\x32\x45\xfd\xa3\x05\xda\xf6\x59\x08\xb3\x5c\x30\xc2\x19\x24\x4a\x12\x3e\x50\x5b\xdb\x0a\x7b\x4a\xae\x30\xea\x62\xcc\x85\x40\xa6\x07\xc8\xf3\x9e\xa7\xd8\x9e\x6c\x07\xb1\x43\xf9\x28\xde\x50\x26\xc2\x0d\xcb\x44\x6c\x31\x89\x0b\x7c\xcf\x32\x51\x6b\x12\x85\x95\x26\x47\xc4\x98\x8d\xda\x85\x1d\x04\x75\xda\xde\xca\x7b\xa9\x76\x72\x0c\x2c\x6f\xf3\x94\x11\x86\x5f\xda\xc0\x9b\xaa\xa4\xc8\x50\x52\x4c\x9c\x84\xbd\xe7\x17\xe1\x5f\x7f\xfe\x01\x3f\xc3\x5f\x7f\xfe\x11\xbd\x68\xe8\x8a\x92\xf7\xc2\xa3\x68\xda\x77\x96\x0d\x93\xa9\xc0\x81\x7d\x51\xeb\xb6\x45\xaf\xd9\x16\x65\x9c\xb0\x9c\x0a\x8d\x3f\x3e\x24\x98\xd7\x54\xdd\x60\xde\x71\x99\xaa\x5d\x9c\x28\x69\x94\x18\xb8\x90\x9f\x76\xa6\xb0\xdc\xb1\x21\x96\xdc\x47\xe3\x7e\x52\x5f\x7c\x18\x70\x6b\x21\xc9\xc4\x49\xc9\x19\xcc\x7a\x72\x25\xcb\x70\x61\xf3\x72\x6c\x7f\x75\xb3\x5a\x86\xc6\xb0\xb5\x5f\xf6\xff\xcc\x7a\x48\xb1\x2b\x57\x47\xf3\x9b\x41\xfa\x0f\xcf\x50\x15\x34\x0d\xfb\x0e\xb2\x7f\x61\x9c\xde\x29\xfd\x01\x1f\x68\x88\xde\x87\x19\x9c\xbe\x7a\xd5\xb3\x7d\x31\x8c\xd1\x2e\x26\xb7\x2c\xa0\x4b\x91\x27\x36\xb6\x31\xb5\x06\xf8\x5a\x25\x85\x4a\x98\x5d\x88\xf5\x98\x72\x3f\xbc\x1a\x68\x47\x9a\xaf\xd7\xa8\xdd\x59\xa6\x74\x74\xde\x75\x65\xae\x91\xa5\xfb\x4e\x00\xc5\xec\x8e\x3d\xf4\x6a\x99\x42\x8b\x05\x04\x4c\xa0\x26\x13\xdf\x19\x25\xff\xf5\xf9\x3c\x80\x7f\xd4\xa9\xfc\x12\xc9\xff\x0c\xa3\xf8\x4e\x71\x19\x06\xb3\x20\xea\xde\x96\x29\x92\x04\x8d\x59\x74\x71\x6d\x0c\xa8\xab\xc0\xba\x71\x1c\x7d\xa8\x07\xef\xb2\x6d\xb8\x2c\x65\xfd\x16\x78\x70\x0a\x3e\x8d\x26\x80\xd6\xd5\x8d\xc9\x3c\x00\x0a\x83\xa5\x68\x27\xcd\xf9\xec\xa7\x29\x51\x8f\xc4\x7f\x7b\x74\xbc\xc1\x99\x7d\x22\x1a\xda\xa3\xa4\x58\x40\xf0\x96\x25\xf7\x28\x53\xf0\x1c\x93\xf4\x75\xb4\x74\x54\x9f\xa6\x17\xcc\xd0\xef\x64\x16\x4d\xd5\x75\x89\xf4\x13\x33\xe4\x21\x2b\x1a\xe5\x3c\x4c\x9c\xf1\x09\x81\x54\x8b\x70\x56\x1e\x3f\xf9\x7c\xee\x1d\xf3\x77\xe7\x6b\x61\x64\x0b\x87\x24\x2f\x60\x83\x6c\xbb\x07\xa3\x80\x13\xec\xb8\x10\xb0\x14\x2a\xb9\x87\xa5\x56\x3b\x83\x1a\x56\x5a\x65\xc0\xf2\x5c\xec\xb9\x5c\x43\x62\x0c\x24\x1b\x26\xd7\x68\xa6\xb6\xe1\xf2\xce\x96\x1f\xc4\xe5\x1e\x52\x14\x6c\x0f\x4b\xa4\x1d\xa2\x04\x96\xa6\x17\x82\x59\xb7\x03\xb6\x54\x5b\x04\x26\xd3\x81\x56\x46\x95\x85\x04\xd0\x06\x2b\x1d\xa6\x76\xda\x30\x2b\xa3\xd4\x27\x41\x5b\xba\x6a\x5c\x95\xa5\x0f\x6d\x94\x41\x2f\x79\x5c\xcf\xa7\xc0\x43\x7b\x90\xde\x3f\xb2\x0a\x47\x12\xd3\xd8\xa8\x02\xdc\xdd\xe7\x5b\x96\xae\xd1\xf8\xe8\x70\xad\x88\x09\x3e\x1d\x11\x71\xa1\x84\xcd\xa2\x7e\x47\xc7\x9b\x94\x73\x47\x59\xdf\x38\xc0\x69\xb1\x1e\x61\x98\xc8\x99\x53\xa3\xf6\xfd\x8f\x4a\xae\xc3\x4c\xd9\xb4\xec\x35\xb4\x3d\xab\x21\x96\xe5\x16\x4b\x1e\x97\xf2\x15\xce\xdf\x1e\x65\xcf\xd1\xf4\x3c\xe6\x1d\x23\x26\xc2\x49\xe0\x6a\xc6\x64\x89\x13\x04\x47\xb6\x9c\xe0\xb5\x25\xd4\x51\xde\xc3\xe4\xea\x01\x12\x7b\x0a\xe8\xd7\x1e\x63\xe3\x89\x98\x59\x8d\x56\x91\xd3\xab\x59\xc6\xc6\xff\x71\x11\xe3\xa7\x2a\x93\xfe\x18\x76\x75\x1b\x80\x2e\xba\x7a\xc4\xae\x03\xf5\xee\xf3\xaf\xef\xaf\x67\x60\x2b\xcb\x1b\x62\x54\x98\xc7\x52\xdd\x23\xf6\x70\x6d\xcb\xca\x7a\x87\xdb\x03\x76\xcc\xf6\x2f\xda\x66\xee\x2a\xd9\x63\x0a\x3b\x74\x50\xe3\x68\x7c\x3e\x18\x93\x66\x14\xa4\x4a\x06\x64\x91\x0e\x24\xee\x40\xc9\x21\xdd\x57\x7a\xe7\xdf\x9c\xe4\x82\x37\xff\x7e\xf3\x2b\x68\xfc\x5c\xa0\x21\x58\x31\x6e\xbb\xf2\x6f\x9f\xec\x8e\x38\x00\x3c\xdd\xe7\x5a\xcd\x62\xd4\x2b\x25\x5b\x75\xd8\xd1\xe7\xa7\x0a\xd9\xa6\x3a\x9e\xc7\x9f\x2d\x66\x40\xba\xc0\x91\x0e\xa6\xdd\x44\x75\x15\xab\xa1\x74\x4a\xb5\xba\x56\xeb\x35\x47\x55\xe2\xb8\x9d\x46\xe4\x6f\x76\x2a\xd7\xf5\x36\xbc\x65\xd2\x4d\xee\x61\xa5\x34\xac\xf8\x83\xad\x08\x72\x96\xa6\xf6\xaf\xe1\x36\x09\x73\x99\x17\x04\x09\x93\xb0\xd6\x6a\x57\x26\x78\x57\x2e\xc0\x06\xf9\x7a\x43\x2d\x2d\x82\xa5\x4a\xf7\x41\x14\x27\xc6\x84\x81\x97\x72\x42\x2a\x0f\x66\x76\x31\x96\x6c\xbb\x64\x3a\x88\x62\xc7\x18\x46\x3d\x2b\xe6\xac\x30\x93\x7d\x42\x6d\x80\x8f\x96\x6a\xcc\x7a\x83\x05\x1b\x96\xee\x39\xf5\xf9\x44\xb7\x9f\xd8\x36\xb9\x7a\x80\x70\xb4\x3d\x5f\x1c\x79\x8e\x6d\x5c\xb4\x69\xdf\x4d\x91\x4d\x6a\x6e\xd5\x18\x3e\xd0\xb0\x82\x54\xef\x91\xa6\xaf\xdd\x13\xdc\x62\xb4\x40\x9c\x34\x08\x3c\xe1\xe5\x62\xfc\xd5\xe5\x5b\x98\xb3\xd9\xa3\x32\x6a\xab\x64\x6b\x3f\x08\xce\x3c\x50\x5c\x76\x9e\xe2\xc2\x08\xbe\x87\xd7\xc3\x0e\x6e\x25\x98\xd9\x4c\xd9\x7e\xcb\x34\x2c\xd7\x70\x6e\xfd\xef\x65\x49\x59\xb9\xe7\x92\x25\xf7\x6b\xad\x0a\x99\x9e\x94\x05\x56\xd0\x89\xa7\x1e\x71\xca\x4d\x2e\xd8\x3e\x98\x41\x50\x96\xd2\x41\x14\x33\xc9\xb3\xb2\x2a\xec\x58\xa0\x91\x5a\x56\x72\x0b\x08\x5e\xae\x56\xab\xa0\xd7\x84\xce\xc6\x95\x75\x5b\xd3\x86\x9b\x29\xf1\xa3\x5b\x2c\xd7\xbd\x4c\x6b\xad\x34\x54\x5c\x2a\x89\xed\x43\xf6\x9f\x50\xbd\x63\x34\x1b\x5e\x49\x4e\x8b\xf2\xa5\xbf\x49\x16\xa5\x4b\x2d\x5c\xa4\x36\xb3\x03\x44\x5f\xf8\x90\x68\x48\xaa\xf9\x4e\xbf\xdd\x2c\x77\xaf\x7a\xd1\x7b\xcf\x6d\xe8\x6e\x7a\x74\x66\x82\xee\x9d\xbd\xbd\x85\xf3\x8d\xea\x94\x87\xa8\x7c\xbb\x7f\xf6\x5d\x58\xbd\x2a\x45\x71\x59\x17\x74\xfb\x85\x92\xbc\x6c\x7a\x38\x01\x13\x02\x50\xa0\x25\x36\x50\x18\x8b\x8a\x4b\xa5\xc8\x90\x66\xf9\xcd\x8e\x53\xe2\xa4\x5b\x74\x23\xb5\x5e\x0b\x0c\xa2\xb8\x47\x50\x7f\x30\x98\xcf\x01\xa5\x85\x61\x20\xa5\x04\xf1\xdc\xcc\xe0\x65\xf5\xdd\xc1\xb6\x6e\x0c\x52\xad\xf2\x54\xed\xa4\xef\xdd\xaa\xba\xa5\x30\x68\x20\xe5\xab\x15\x6a\x94\x04\x29\x23\x76\xe2\xb6\xab\x76\xff\xad\x35\x77\xfe\xc2\xcb\x7f\xf1\xa9\xb5\x41\x10\xc5\x7e\xba\xe5\x53\xfe\x36\x16\x10\x6c\xd4\x16\xb5\xff\xc6\x53\x29\x7c\x7b\xd5\xf9\xec\xe0\x82\xb2\xf3\x51\x67\x3e\xf7\xfd\xa0\x35\x16\x67\x02\xca\x9e\x0f\xca\xb7\x14\x52\xd6\x7a\x6a\xd7\xb4\x9d\x5c\x72\xb3\xf1\xd5\x0f\x97\xce\x6b\x8f\x75\x6d\x15\x96\xdd\xb4\x1e\x4d\xbc\xdf\x3a\x3f\x3f\xb3\x17\x7b\xf6\xec\x7f\x01\x00\x00\xff\xff\xad\x2c\xa9\x47\x61\x1b\x00\x00") func staticUnseeJsBytes() ([]byte, error) { return bindataRead( @@ -1482,6 +1503,7 @@ var _bindata = map[string]func() (*asset, error){ "static/progress.js": staticProgressJs, "static/querystring.js": staticQuerystringJs, "static/summary.js": staticSummaryJs, + "static/ui.js": staticUiJs, "static/unsee.js": staticUnseeJs, "static/watchdog.js": staticWatchdogJs, } @@ -1588,6 +1610,7 @@ var _bintree = &bintree{nil, map[string]*bintree{ "progress.js": &bintree{staticProgressJs, map[string]*bintree{}}, "querystring.js": &bintree{staticQuerystringJs, map[string]*bintree{}}, "summary.js": &bintree{staticSummaryJs, map[string]*bintree{}}, + "ui.js": &bintree{staticUiJs, map[string]*bintree{}}, "unsee.js": &bintree{staticUnseeJs, map[string]*bintree{}}, "watchdog.js": &bintree{staticWatchdogJs, map[string]*bintree{}}, }},