From 090d99f76a1ad61c1a137f1c3598b0a4644155d6 Mon Sep 17 00:00:00 2001 From: Jacob Colvin Date: Fri, 13 Mar 2020 15:57:54 -0400 Subject: [PATCH] bucket: handle instances where no blocks are loaded Signed-off-by: Jacob Colvin --- cmd/thanos/bucket.go | 4 +- pkg/ui/bindata.go | 140 ++++++++++++++++++------------------- pkg/ui/static/js/bucket.js | 3 + 3 files changed, 76 insertions(+), 71 deletions(-) diff --git a/cmd/thanos/bucket.go b/cmd/thanos/bucket.go index 1a3ea49731..8d12585a88 100644 --- a/cmd/thanos/bucket.go +++ b/cmd/thanos/bucket.go @@ -464,7 +464,7 @@ func refresh(ctx context.Context, logger log.Logger, bucketUI *ui.Bucket, durati }) } -func download(ctx context.Context, logger log.Logger, bkt objstore.Bucket, fetcher *block.MetaFetcher) (blocks []metadata.Meta, err error) { +func download(ctx context.Context, logger log.Logger, bkt objstore.Bucket, fetcher *block.MetaFetcher) ([]metadata.Meta, error) { level.Info(logger).Log("msg", "synchronizing block metadata") metas, _, err := fetcher.Fetch(ctx) @@ -472,6 +472,8 @@ func download(ctx context.Context, logger log.Logger, bkt objstore.Bucket, fetch return nil, err } + blocks := []metadata.Meta{} + for _, meta := range metas { blocks = append(blocks, *meta) } diff --git a/pkg/ui/bindata.go b/pkg/ui/bindata.go index 8401b76622..3ceb604755 100644 --- a/pkg/ui/bindata.go +++ b/pkg/ui/bindata.go @@ -160,7 +160,7 @@ func pkgUiTemplates_baseHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/templates/_base.html", size: 1478, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/templates/_base.html", size: 1478, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -180,7 +180,7 @@ func pkgUiTemplatesAlertsHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/templates/alerts.html", size: 5106, mode: os.FileMode(420), modTime: time.Unix(1580893858, 0)} + info := bindataFileInfo{name: "pkg/ui/templates/alerts.html", size: 5106, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -200,7 +200,7 @@ func pkgUiTemplatesBucketHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/templates/bucket.html", size: 1382, mode: os.FileMode(420), modTime: time.Unix(1582880322, 0)} + info := bindataFileInfo{name: "pkg/ui/templates/bucket.html", size: 1382, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -220,7 +220,7 @@ func pkgUiTemplatesBucket_menuHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/templates/bucket_menu.html", size: 787, mode: os.FileMode(420), modTime: time.Unix(1578439092, 0)} + info := bindataFileInfo{name: "pkg/ui/templates/bucket_menu.html", size: 787, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -240,7 +240,7 @@ func pkgUiTemplatesGraphHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/templates/graph.html", size: 2298, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/templates/graph.html", size: 2298, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -260,7 +260,7 @@ func pkgUiTemplatesQuery_menuHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/templates/query_menu.html", size: 1515, mode: os.FileMode(420), modTime: time.Unix(1580893858, 0)} + info := bindataFileInfo{name: "pkg/ui/templates/query_menu.html", size: 1515, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -280,7 +280,7 @@ func pkgUiTemplatesRule_menuHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/templates/rule_menu.html", size: 963, mode: os.FileMode(420), modTime: time.Unix(1578439092, 0)} + info := bindataFileInfo{name: "pkg/ui/templates/rule_menu.html", size: 963, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -300,7 +300,7 @@ func pkgUiTemplatesRulesHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/templates/rules.html", size: 1944, mode: os.FileMode(420), modTime: time.Unix(1575530671, 0)} + info := bindataFileInfo{name: "pkg/ui/templates/rules.html", size: 1944, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -320,7 +320,7 @@ func pkgUiTemplatesStatusHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/templates/status.html", size: 1272, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/templates/status.html", size: 1272, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -340,7 +340,7 @@ func pkgUiTemplatesStoresHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/templates/stores.html", size: 2347, mode: os.FileMode(420), modTime: time.Unix(1575530671, 0)} + info := bindataFileInfo{name: "pkg/ui/templates/stores.html", size: 2347, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -360,7 +360,7 @@ func pkgUiStaticCssAlertsCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/css/alerts.css", size: 401, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/css/alerts.css", size: 401, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -380,7 +380,7 @@ func pkgUiStaticCssGraphCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/css/graph.css", size: 3844, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/css/graph.css", size: 3844, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -400,7 +400,7 @@ func pkgUiStaticCssPrometheusCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/css/prometheus.css", size: 470, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/css/prometheus.css", size: 470, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -420,7 +420,7 @@ func pkgUiStaticCssRulesCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/css/rules.css", size: 195, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/css/rules.css", size: 195, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -440,7 +440,7 @@ func pkgUiStaticImgAjaxLoaderGif() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/img/ajax-loader.gif", size: 847, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/img/ajax-loader.gif", size: 847, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -460,7 +460,7 @@ func pkgUiStaticImgFaviconIco() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/img/favicon.ico", size: 15886, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/img/favicon.ico", size: 15886, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -480,12 +480,12 @@ func pkgUiStaticJsAlertsJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/js/alerts.js", size: 2637, mode: os.FileMode(420), modTime: time.Unix(1578439092, 0)} + info := bindataFileInfo{name: "pkg/ui/static/js/alerts.js", size: 2637, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _pkgUiStaticJsBucketJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x57\x5f\x6f\xdb\xba\x15\x7f\xf7\xa7\x38\xd5\x8a\x6b\x09\xb1\x15\x17\x18\xf6\x90\xd8\x06\xee\xd2\x02\xbb\x43\x76\x3b\x34\x79\x5a\x50\x20\xb4\x78\x6c\x71\xa1\x48\x8d\xa4\xe2\xba\x81\xbf\xfb\x40\x4a\x94\x68\x59\xf6\x75\x7b\x89\xa2\x88\xc8\x73\x7e\xe7\xff\x1f\x6f\xa4\xdc\x70\x4c\xb3\x9c\x28\xa3\x53\x2e\x09\x8d\xc7\x59\xa5\x14\x0a\x33\x9e\xc0\xdb\x08\x00\x60\x5c\x92\xec\x85\x6c\x50\x8f\x6f\xe0\x69\x6c\x58\x81\x9c\x09\x1c\x7f\x1d\xed\x93\xdb\xd1\x21\x80\x46\xf3\x59\xdc\x4b\x42\xef\x08\xe7\x2b\x92\xbd\xc4\x54\x91\x6d\x72\x3b\x1a\xad\x2b\x91\x19\x26\x05\xd8\x8b\x38\x69\xa0\xd9\x1a\x62\x93\x13\x21\x75\xaa\x70\xad\x50\xe7\x48\x7f\x35\xb0\x58\x40\x34\x9b\xcd\x3e\x4c\xdd\xbf\xc7\xd9\xec\xc6\xfd\xfb\x4f\xe4\xf9\xec\x69\xf8\x50\x29\x58\x40\xf4\xb0\x13\x59\xae\xa4\x60\xdf\x99\xd8\xc0\x8a\xcb\xec\x45\xc3\x5a\xc9\x02\x14\x16\xd2\x20\x68\x23\x15\xd9\x60\x74\xeb\x00\xf6\xa3\xbe\x7c\x8b\xf3\x6e\x01\xa2\xe2\x3c\x94\xf2\x3e\x8e\xfe\x82\x4a\x45\x49\xaa\x73\xb9\x8d\x93\x74\xcd\x04\x8d\xc7\x29\xe1\xa8\xcc\x38\x49\x0d\x7e\x33\xf1\x3f\x1f\x3e\xff\x9e\x6a\xa3\x98\xd8\xb0\xf5\x2e\x40\x9c\x38\xbc\x09\xfc\x35\x49\x6e\x5b\x48\x8d\xe6\x91\x15\x28\x2b\x13\x7b\xaf\xc4\xa1\x48\x7b\xb8\xcc\x88\x7d\x48\x15\xba\xa0\x04\xec\xfb\x09\x7c\x98\xcd\x66\x33\xeb\x55\xf7\x0d\xc8\x35\x0e\xaa\x9c\x33\x8a\xb1\xa7\xb3\xe7\x95\x28\xc8\xa4\x30\x84\x09\xb4\x6e\xa3\x32\xab\x0a\x14\x26\xdd\xa0\xf9\xc4\xd1\xfe\xf9\xf7\xdd\x6f\x34\x1e\xdf\xc9\xa2\x24\x4e\x35\x3d\x0e\x64\x3b\x7e\x1b\x6a\x58\x80\xc0\x2d\x34\xd1\x7f\x65\xba\x22\x9c\x7d\xaf\x55\x7e\x6c\x32\x24\x6e\x25\xf5\x10\x28\x31\xe4\x91\xac\x38\x9e\x43\xf9\xe8\x89\xe2\x1e\xb7\x61\x86\xa3\x86\x05\xbc\xed\x03\xcb\x5a\xcc\x94\x50\x7a\x27\x79\x55\x88\xf8\xcd\xec\x4a\xbc\x81\x71\x1d\x99\xf1\x04\x18\xbd\x81\xf1\x17\x2c\x39\xcb\xc8\x78\x1f\xe0\x5e\xce\x7d\x4f\x56\xc8\x7f\x9c\x57\x49\x6e\xbf\x8d\x94\xdc\xb0\xf2\x62\x7e\x4a\x0c\x7a\xc9\x0f\x86\x28\xf3\x53\x9c\x9f\x04\x75\x7c\xc3\x8c\x5f\xe4\x56\xfb\x94\xad\xeb\xe6\x20\x13\x53\x2d\x95\x89\x63\x32\x81\x55\x02\x8b\x25\x90\xb4\xa1\xa5\x72\x2b\x34\x29\x4a\x8e\xa9\x42\x2d\x79\xe5\xca\x7b\x0a\xab\xb3\x04\xc9\x21\x78\x41\xca\xae\x08\x68\xbf\x0a\xec\xb9\xbe\x86\x47\x1b\x71\x60\x1a\x4c\x8e\xb0\x66\x4a\x1b\xc8\x9c\xb5\x20\xd7\xee\xce\xf7\xa4\x74\x80\x7b\x08\xf0\x57\xa8\x04\xfb\x5f\x85\xf0\x6f\x25\x0b\x34\x39\x56\x1a\xb8\x0d\xac\x6d\x2a\x06\x18\x45\x61\xd8\x9a\xa1\x06\x24\x59\x0e\x3a\x27\x8a\x5a\xf9\x95\x46\x3a\x84\x47\x74\xa3\x86\xd3\x73\x0d\xa5\x42\x8d\xc2\x4c\x40\x9a\x1c\xd5\x96\x69\xac\xe1\x35\x10\x85\x40\x99\x2e\x39\xd9\x0d\x43\xe1\x37\x83\x4a\x10\xce\x77\x16\x95\x00\xc7\x0d\x0a\x7a\x6c\x58\x2d\x6b\x01\x27\x3b\x88\x3f\xb6\x64\x5e\x70\x07\x0b\xdf\x30\x6b\x43\xdf\x2d\x20\x8a\xe0\x97\x5f\x80\xa6\xe1\xbd\x7e\x0a\xbf\xbe\x06\x39\x13\x1e\xdb\x36\x2d\xe6\xbb\x05\x54\x82\xe2\x9a\x09\x1c\x8c\x9d\x3f\x0a\x4d\xa5\x84\x55\xe3\x76\x90\xe6\xa8\x85\x9d\xb2\xb6\xae\xfd\xa7\xae\xd5\xf6\xb4\x4f\xbe\x0e\x0b\xf0\x4a\x37\x38\x17\xaa\x1d\x4a\x7e\x70\x22\xe3\xcf\xab\xff\x62\x66\xd2\x17\xdc\xe9\x1a\x4c\x27\x29\x47\xb1\x31\x39\x5c\xc1\x87\xe4\xb4\xf4\x16\xeb\xac\xf6\xde\xc4\xd3\x38\xfb\x3f\x72\xf2\x19\xfe\x63\xde\xfd\xc1\x74\xf0\xa7\xce\x90\x05\x3c\x73\x7c\x45\x7e\x03\xef\xdf\x68\x9a\xb5\x03\x21\x75\xb7\xfb\x09\x74\x45\x5d\x93\x9c\x2b\xfb\xfd\xf3\xb1\x4a\x8d\xc2\x4f\x4e\xe3\x49\x2d\x75\x02\x1b\x14\xa8\x88\xc1\xc7\xba\x55\xc6\x34\x99\xb8\x21\xf1\x91\x18\x8c\x69\x5a\x30\x61\xe7\x4b\xef\x92\x7c\x73\x97\xbd\xe8\xef\x93\xd0\x3a\x37\xb7\x52\xb7\x7e\xb4\xfd\x2f\x7c\xbf\xbe\x86\x87\x5c\x6e\xdb\x0a\x6c\x4a\xcf\xe6\x8d\x90\xc1\x6d\x5d\xc8\x5b\x54\x68\x27\x79\x57\x99\xc1\x2e\xd1\x38\xd0\x96\x58\x3f\xbf\xec\x70\xae\x81\xdb\x95\xe2\x50\xe9\xb5\x54\x10\x73\x34\xf0\xf4\x82\xbb\x09\xbc\x12\x5e\xe1\x57\xdb\xe8\x9a\xd4\x43\x61\x14\xc3\x36\xfb\x86\xf2\x57\xc9\xad\x8d\xde\xdc\xa8\x25\xcc\x4d\x0e\x3a\x93\x25\x2e\x22\x25\xb7\xd1\xf2\xfd\x9b\x43\xdc\xcf\xaf\x4d\x6e\x5f\xe9\xf2\xfd\xdb\x0b\xee\xec\x37\x5d\xc2\xfc\xda\xa8\xe5\x40\xa8\x3a\xad\xc1\xb8\xc1\x6d\x56\x92\xee\xa2\x24\x25\x65\x89\x82\xc6\x4a\x6e\x7b\x66\x74\xb9\xb6\x6f\x16\xae\x7d\xb0\x04\x76\x25\x50\x90\xd2\x9b\xe0\x86\xbb\xdd\xe5\x9a\x1d\xed\x52\x4f\x58\x88\x83\xc5\x10\xae\x16\xf0\x5c\x9b\x65\x33\xb3\x36\x18\x9e\xfd\xe6\x17\xe4\x9e\xb9\x3d\x50\xab\x9f\x7b\x6e\x1c\x1e\xa8\x57\x3f\x84\x9b\x53\xa6\x90\x18\x6c\x96\xa7\x38\xa2\xec\x35\x6a\x5c\xd1\x10\xa7\x19\x27\x5a\xff\x4e\x0a\xdb\x46\xa2\x8c\x28\x1a\xdd\x8e\x46\x1d\x64\xd3\x60\x4e\x01\xe6\x7f\x6b\xf1\x2c\xe5\x31\xda\x34\x47\x42\x51\x81\xdd\x44\xa7\x42\x6e\x15\x29\xa3\x90\x81\x09\x81\xea\x1f\x8f\xff\xba\x87\x45\xbd\x17\xa7\x15\x67\xf4\xb6\xd3\x80\x89\xb5\x3c\xa3\x40\xc5\xbd\x02\x96\xf0\x50\x3e\x67\xda\x4c\x37\x4a\x56\x25\x74\x7f\x4e\xd7\xbc\xd2\x79\x14\x48\x28\xd0\x90\xdf\xce\x4b\xe1\xcc\x4b\xf1\xc4\xa7\x24\x4d\x99\xc1\x22\xea\xd1\x86\x46\x46\xf3\x72\x39\x5f\x2d\xdd\xa6\xa6\xe7\xd7\xab\xe5\xfc\xba\x5c\x36\x0c\x56\x1b\x57\x9d\x7e\xff\x3c\xa5\x8f\x4b\x73\xaf\x52\xc7\x71\xa8\x54\x53\x0b\xf6\xff\xa9\x2e\xa0\x58\x4d\x67\x3f\x98\xbb\x75\x40\x0e\xa7\x40\x98\xcb\x81\xe4\xce\xc4\xab\xa6\xb8\x7b\xd5\x5b\x7f\xb6\xe5\x4d\x97\x61\x35\xef\x0f\xfd\x55\xd7\xed\x5d\xce\x38\x8d\x3b\x19\x49\x10\x33\xbb\x40\x5e\x1c\x33\x17\xe4\xba\x33\x37\x3b\xbd\xeb\xcc\xb5\x75\xbe\x65\x07\xa4\x75\xbf\x1e\x20\x6d\x1a\x79\xa3\x87\xd7\xe1\x92\x54\x68\x69\xc3\x54\xf0\x05\x7d\x6f\x7f\x8e\x44\x6e\x83\x76\xe2\x6e\x20\x9a\x78\x85\x53\x23\xef\x65\x46\x38\xda\x87\x66\xcc\x27\x70\x05\x11\x44\x70\x75\x44\x64\x3f\x3c\x51\x72\x52\xf2\x55\x5f\xf4\x27\x41\x03\xc1\xb5\x95\x7f\x20\xb8\x47\xf4\x93\x82\x3f\x56\x8a\xd4\x23\xda\x0a\x96\x2e\x8c\xb4\xb9\x8b\x1b\x19\x53\x1f\xa1\x34\xaf\x0a\x22\xd8\x77\x8c\x93\x30\x15\xb4\x21\x46\x5f\x9c\x0b\x2d\xf5\x25\x51\xeb\x88\xcf\x84\x0d\x6d\xa9\x38\x03\xea\x2c\x71\x4c\xa9\xa8\x8a\xfa\xa5\x75\x51\xcf\x3d\x43\xd8\x47\xfe\x79\x70\x9b\xca\x30\x7a\xfd\xf4\xa7\xe0\xef\xf2\x4a\xbc\x0c\xa2\xd7\x2f\x03\xe0\x00\x9d\xe7\x9b\xad\xeb\x62\xdf\x07\xf4\x97\x78\x3f\x24\x3f\xed\xff\x2f\xc1\x9e\xd7\xda\x71\xf6\x37\xde\x39\xf4\x23\x17\xdd\xd7\x4b\x66\x8b\xdc\xdf\x34\x7f\x0c\xed\x41\x56\x2a\xc3\x63\x45\xb5\xbb\xf7\x59\xcd\xfa\x3d\xd0\x37\xc6\x70\xd2\x85\xef\xbe\xd4\x4e\xbd\xb7\xc9\x70\x8a\x20\x50\xdf\x2b\xe1\xf7\x83\x90\xcc\x8d\xec\xde\xfe\x10\xbe\xb3\x80\xdf\xef\x30\x0d\x99\xac\x4c\xed\x94\xe1\x9d\xc6\xb9\xa7\x1b\x46\x7e\xc8\x34\x20\xd1\x7c\xb5\xb4\x5d\xc7\xfe\xaa\xbb\x82\xc8\x4e\x4d\xfb\xe9\x48\x9b\x0b\xb5\x8c\x46\xfb\xd1\xff\x03\x00\x00\xff\xff\x96\x06\x7b\xc3\x31\x14\x00\x00") +var _pkgUiStaticJsBucketJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x57\x5f\x6f\xdb\xba\x15\x7f\xcf\xa7\x38\xd5\x8a\x6b\x09\xb1\x15\x17\x18\xf6\x90\xd8\x06\xee\xda\x02\xbb\x43\xd6\x0e\x4d\x9e\x16\x14\x28\x2d\x1e\x5b\x5c\x28\x52\x23\xa9\xb8\x6e\xe0\xef\x3e\x90\x14\x65\x5a\x96\x7d\xdd\x7b\x05\xc3\xb0\xc8\x73\x7e\xe7\xff\x1f\xaf\xa5\x5c\x73\xcc\x8b\x92\x28\xa3\x73\x2e\x09\x4d\x47\x45\xa3\x14\x0a\x33\x1a\xc3\xeb\x15\x00\xc0\xa8\x26\xc5\x33\x59\xa3\x1e\xdd\xc2\xd3\xc8\xb0\x0a\x39\x13\x38\xfa\x7a\xb5\xcb\xee\xae\x0e\x01\x34\x9a\xcf\xe2\x5e\x12\xfa\x9e\x70\xbe\x24\xc5\x73\x4a\x15\xd9\x64\x77\x57\x57\xab\x46\x14\x86\x49\x01\xf6\x20\xcd\x5a\x68\xb6\x82\xd4\x94\x44\x48\x9d\x2b\x5c\x29\xd4\x25\xd2\x5f\x0d\xcc\xe7\x90\x4c\xa7\xd3\x77\x13\xf7\x79\x9c\x4e\x6f\xdd\xe7\x3f\x49\xe0\xb3\x4f\xcb\x87\x4a\xc1\x1c\x92\x87\xad\x28\x4a\x25\x05\xfb\xc1\xc4\x1a\x96\x5c\x16\xcf\x1a\x56\x4a\x56\xa0\xb0\x92\x06\x41\x1b\xa9\xc8\x1a\x93\x3b\x07\xb0\x73\xdf\xc8\x35\x3a\x1d\xde\x44\x60\xbf\xfc\x12\xa0\x3d\x4a\xce\x51\xac\x4d\x69\x95\x9a\x9e\x96\xff\x49\x06\xa1\x44\x21\xb4\x2e\xe4\x5b\xb0\x2e\x45\xda\x49\xed\x5b\x6d\xb9\xdf\xcc\x41\x34\x9c\xc7\xd8\x6f\xd3\xe4\x2f\xa8\x54\x92\xe5\xba\x94\x9b\x34\xcb\x57\x4c\xd0\x74\x94\x13\x8e\xca\x8c\xb2\xdc\xe0\x77\x93\xfe\xf3\xe1\xf3\xa7\x5c\x1b\xc5\xc4\x9a\xad\xb6\x11\xe2\xd8\xe1\x8d\xe1\xaf\x59\x76\xd7\x41\x6a\x34\x8f\xac\x42\xd9\x98\x34\xc4\x22\x8d\x45\xda\x87\xcb\x82\xd8\x8b\x5c\xa1\x4b\x85\x88\x7d\x37\x86\x77\xd3\xe9\x74\x6a\x63\xe9\xde\xbd\xf3\x86\x54\x2e\x19\xc5\x34\xd0\xd9\xe7\x85\x28\x28\xa4\x30\x84\x09\xb4\xce\xa2\xb2\x68\x2a\x14\x26\x5f\xa3\xf9\xc8\xd1\xfe\xfc\xfb\xf6\x37\x9a\x8e\xde\xcb\xaa\x26\x4e\x35\x3d\x8a\x64\x3b\x7e\x9b\x60\x30\x07\x81\x1b\x68\x73\xee\x85\xe9\x86\x70\xf6\xc3\xab\xfc\xd8\xe6\x65\xda\x49\xea\x21\x50\x62\xc8\x23\x59\x72\x3c\x87\xf2\x21\x10\xa5\x3d\x6e\xc3\x0c\x47\x0d\x73\x78\xdd\x45\x96\x75\x98\x39\xa1\xf4\xbd\xe4\x4d\x25\xd2\x57\xb3\xad\xf1\x16\x46\x3e\x32\xa3\x31\x30\x7a\x0b\xa3\x2f\x58\x73\x56\x90\xd1\x2e\xc2\xbd\x9c\xfb\x9e\x2c\x91\xff\x3c\xaf\x92\xdc\xbe\x1b\x29\xb9\x61\xf5\xc5\xfc\x94\x18\x0c\x92\x1f\x0c\x51\xe6\x0f\x71\x7e\x14\xd4\xf1\x0d\x33\x7e\x91\x1b\x9d\x1e\xd4\xd9\x41\x26\xe6\x5a\x2a\x93\xa6\x64\x0c\xcb\x0c\xe6\x0b\x20\x79\x4b\x4b\xe5\x46\x68\x52\xd5\x1c\x73\x85\x5a\xf2\xc6\x35\x95\x09\x2c\xcf\x12\x64\x87\xe0\x15\xa9\xf7\x45\x40\xfb\x55\x60\x9f\x9b\x1b\x78\xb4\x11\x07\xa6\xc1\x94\x08\x2b\xa6\xb4\x81\xc2\x59\x0b\x72\xe5\xce\x42\x27\xcc\x07\xb8\x87\x00\x7f\x85\x46\xb0\xff\x35\x08\xff\x56\xb2\x42\x53\x62\xa3\x81\xdb\xc0\xda\x56\x62\x80\x51\x14\x86\xad\x18\x6a\x40\x52\x94\xa0\x4b\xa2\xa8\x95\xdf\x68\xa4\x43\x78\x44\xb7\x6a\x38\x3d\x57\x50\x2b\xd4\x28\xcc\x18\xa4\x29\x51\x6d\x98\x46\x0f\xef\x5b\x12\x65\xba\xe6\x64\x3b\x0c\x85\xdf\x0d\x2a\x41\x38\xdf\x5a\x54\x02\x1c\xd7\x28\xe8\xb1\x61\x5e\xd6\x1c\x4e\x76\x90\xf0\xd8\x92\x79\xc6\x2d\xcc\x43\x9b\xf4\x86\xbe\x99\x43\x92\xd8\x0e\x4b\xf3\xf8\x5c\x3f\xc5\x6f\x5f\xa3\x9c\x89\x1f\xdb\x36\x2d\xe6\x9b\x39\x34\x82\xe2\x8a\x09\x1c\x8c\x5d\x78\x14\x9a\x46\x09\xab\xc6\xdd\x20\xcd\x51\x0b\x3b\x65\xad\xaf\xfd\xa7\x7d\xab\xed\x69\x9f\x7d\x1d\x16\x10\x94\x6e\x71\x2e\x54\x3b\x96\xfc\xe0\x44\xa6\x9f\x97\xff\xc5\xc2\xe4\xcf\xb8\xd5\x1e\x4c\x67\x61\x2a\x5d\xc3\xbb\xec\xb4\xf4\x0e\xeb\xac\xf6\xc1\xc4\xd3\x38\xbb\xdf\x73\xf2\x19\xfe\x63\xde\xdd\xc1\x74\x08\x8f\xcf\x90\x39\x7c\xe3\xf8\x82\xfc\x16\xde\xbe\xd2\xbc\xe8\x06\x42\xee\x4e\x77\x63\xd8\x17\xb5\x27\x39\x57\xf6\xbb\x6f\xc7\x2a\xb5\x0a\x3f\x39\x8d\xc7\x5e\xea\x18\xd6\x28\x50\x11\x83\x8f\xbe\x55\xa6\x34\x1b\xbb\x21\xf1\x81\x18\x4c\x69\x5e\x31\x61\xe7\x4b\xef\x90\x7c\x77\x87\xbd\xe8\xef\xb2\xd8\x3a\x37\xb7\x72\xb7\xf4\x74\xfd\x2f\xbe\xbf\xb9\x81\x87\x52\x6e\xba\x0a\x6c\x4b\xcf\xe6\x8d\x90\xd1\xa9\x2f\xe4\x0d\x2a\xb4\x93\x7c\x5f\x99\xd1\x2e\xd1\x3a\xd0\x96\x58\x3f\xbf\xec\x70\xf6\xc0\xdd\x4a\x71\xa8\xf4\x4a\x2a\x48\x39\x1a\x78\x7a\xc6\xed\x18\x5e\x08\x6f\xf0\xab\x6d\x74\x6d\xea\xa1\x30\x8a\x61\x97\x7d\x43\xf9\xab\xe4\xc6\x46\x6f\x66\xd4\x02\x66\xa6\x04\x5d\xc8\x1a\xe7\x89\x92\x9b\x64\xf1\xf6\xd5\x21\xee\x66\x37\xa6\xb4\xb7\x74\xf1\xf6\xf5\x19\xb7\xf6\x9d\x2e\x60\x76\x63\xd4\x62\x20\x54\x7b\xad\xc1\xb8\xc1\x6d\x96\x92\x6e\x93\x2c\x27\x75\x8d\x82\xa6\x4a\x6e\x7a\x66\xec\x73\x6d\xd7\x2e\x5c\xbb\x68\xf5\xdc\x97\x40\x45\xea\x60\x82\x1b\xee\x76\x83\x6b\x77\xb4\x4b\x3d\x61\x21\x0e\xd6\x41\xb8\x9e\xc3\x37\x6f\x96\xcd\x4c\x6f\x30\x7c\x8b\xf7\xcd\x50\x2c\x77\x07\x6a\xf5\x73\xcf\x8d\xc3\x03\xf5\xfc\x45\xbc\x39\x15\x0a\x89\xc1\x76\x79\x4a\x13\xca\x5e\x92\xd6\x15\x2d\x71\x5e\x70\xa2\xf5\x27\x52\xd9\x36\x92\x14\x44\xd9\x1d\xf4\x6a\x0f\xd9\x36\x98\x53\x80\xe5\xdf\x3a\x3c\x4b\x79\x8c\x36\x29\x91\x50\x54\x60\x37\xd1\x89\x90\x1b\x45\xea\x24\x66\x60\x42\xa0\xfa\xc7\xe3\xbf\xee\x61\xee\x17\xe3\xbc\xe1\x8c\xde\xed\x35\x60\x62\x25\xcf\x28\xd0\xf0\xa0\x80\x25\x3c\x94\xcf\x99\x36\x93\xb5\x92\x4d\x0d\xfb\x9f\x93\x15\x6f\x74\x99\x44\x12\x2a\x34\xe4\xb7\xf3\x52\x38\x0b\x52\x02\xf1\x29\x49\x13\x66\xb0\x4a\x7a\xb4\xb1\x91\xc9\xac\x5e\xcc\x96\x0b\xb7\xa9\xe9\xd9\xcd\x72\x31\xbb\xa9\x17\x2d\x83\xd5\xc6\x55\x67\xd8\x3f\x4f\xe9\xe3\xd2\x3c\xa8\xb4\xe7\x38\x54\xaa\xad\x05\xfb\x3d\xd1\x15\x54\xcb\xc9\xf4\x27\x73\xd7\x07\xe4\x70\x0a\xc4\xb9\x1c\x49\xde\x9b\x78\xdd\x16\x77\xaf\x7a\xfd\x6b\x57\xde\x74\x11\x57\xf3\xee\xd0\x5f\xbe\x6e\xdf\x97\x8c\xd3\x74\x2f\x23\x8b\x62\x66\x17\xc8\x8b\x63\xe6\x82\xec\x3b\x73\xbb\xd3\xbb\xce\xec\xad\x0b\x2d\x3b\x22\xf5\xfd\x7a\x80\xb4\x6d\xe4\xad\x1e\x41\x87\x4b\x52\xa1\xa3\x8d\x53\x21\x14\xf4\xbd\xfd\x3b\x92\xb8\x0d\xda\x89\xbb\x85\x64\x1c\x14\xce\x8d\xbc\x97\x05\xe1\x68\x2f\xda\x31\x9f\xc1\x35\x24\x90\xc0\xf5\x11\x91\x7d\x09\x44\xd9\x49\xc9\xd7\x7d\xd1\x1f\x05\x8d\x04\x7b\x2b\x7f\x47\x70\x8f\xe8\x0f\x0a\xfe\xd0\x28\xe2\x47\xb4\x15\x2c\x5d\x18\x69\x7b\x96\xb6\x32\x26\x21\x42\x79\xd9\x54\x44\xb0\x1f\x98\x66\x71\x2a\x68\x43\x8c\xbe\x38\x17\x3a\xea\x4b\xa2\xb6\x27\x3e\x13\x36\xb4\xa5\xe2\x0c\xf0\x59\xe2\x98\x72\xd1\x54\xfe\xa6\x73\x51\xcf\x3d\x43\xd8\x47\xfe\x79\x70\x9b\xca\x30\xba\xbf\xfa\x53\xf0\xef\xcb\x46\x3c\x0f\xa2\xfb\x9b\x01\x70\x80\xbd\xe7\xdb\xad\xeb\x62\xdf\x47\xf4\x97\x78\x3f\x26\x3f\xed\xff\x2f\xd1\x9e\xd7\xd9\x71\xf6\x3f\xde\x39\xf4\x23\x17\xdd\xfb\x25\xb3\x43\xee\x6f\x9a\x3f\x87\xf6\x20\x1b\x55\xe0\xb1\xa2\xda\x9d\x87\xac\x66\xfd\x1e\x18\x1a\x63\x3c\xe9\xe2\xfb\x50\x6a\xa7\xee\xbb\x64\x38\x45\x10\xa9\x1f\x94\x08\xfb\x41\x4c\xe6\x46\x76\x6f\x7f\x88\xef\x59\xc4\x1f\x76\x98\x96\x4c\x36\xc6\x3b\x65\x78\xa7\x71\xee\xd9\x0f\xa3\x30\x64\x5a\x90\x64\xb6\x5c\xd8\xae\x63\xff\xd5\x5d\x43\x62\xa7\xa6\x7d\x75\xa4\xed\x81\x5a\x24\x57\xbb\xab\xff\x07\x00\x00\xff\xff\xf8\x0a\xec\x6b\xa7\x14\x00\x00") func pkgUiStaticJsBucketJsBytes() ([]byte, error) { return bindataRead( @@ -500,7 +500,7 @@ func pkgUiStaticJsBucketJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/js/bucket.js", size: 5169, mode: os.FileMode(420), modTime: time.Unix(1583883963, 0)} + info := bindataFileInfo{name: "pkg/ui/static/js/bucket.js", size: 5287, mode: os.FileMode(420), modTime: time.Unix(1584371841, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -520,7 +520,7 @@ func pkgUiStaticJsGraphJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/js/graph.js", size: 38722, mode: os.FileMode(420), modTime: time.Unix(1580893858, 0)} + info := bindataFileInfo{name: "pkg/ui/static/js/graph.js", size: 38722, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -540,7 +540,7 @@ func pkgUiStaticJsGraph_templateHandlebar() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/js/graph_template.handlebar", size: 8984, mode: os.FileMode(420), modTime: time.Unix(1575530671, 0)} + info := bindataFileInfo{name: "pkg/ui/static/js/graph_template.handlebar", size: 8984, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -560,7 +560,7 @@ func pkgUiStaticVendorBootstrap413CssBootstrapGridCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/css/bootstrap-grid.css", size: 37644, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/css/bootstrap-grid.css", size: 37644, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -580,7 +580,7 @@ func pkgUiStaticVendorBootstrap413CssBootstrapGridMinCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/css/bootstrap-grid.min.css", size: 28977, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/css/bootstrap-grid.min.css", size: 28977, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -600,7 +600,7 @@ func pkgUiStaticVendorBootstrap413CssBootstrapRebootCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/css/bootstrap-reboot.css", size: 4896, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/css/bootstrap-reboot.css", size: 4896, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -620,7 +620,7 @@ func pkgUiStaticVendorBootstrap413CssBootstrapRebootMinCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/css/bootstrap-reboot.min.css", size: 4019, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/css/bootstrap-reboot.min.css", size: 4019, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -640,7 +640,7 @@ func pkgUiStaticVendorBootstrap413CssBootstrapMinCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/css/bootstrap.min.css", size: 140936, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/css/bootstrap.min.css", size: 140936, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -660,7 +660,7 @@ func pkgUiStaticVendorBootstrap413JsBootstrapBundleJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/js/bootstrap.bundle.js", size: 212345, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/js/bootstrap.bundle.js", size: 212345, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -680,7 +680,7 @@ func pkgUiStaticVendorBootstrap413JsBootstrapBundleMinJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/js/bootstrap.bundle.min.js", size: 70966, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/js/bootstrap.bundle.min.js", size: 70966, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -700,7 +700,7 @@ func pkgUiStaticVendorBootstrap413JsBootstrapMinJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/js/bootstrap.min.js", size: 51039, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap-4.1.3/js/bootstrap.min.js", size: 51039, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -720,7 +720,7 @@ func pkgUiStaticVendorBootstrap3TypeaheadBootstrap3TypeaheadMinJs() (*asset, err return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js", size: 11273, mode: os.FileMode(420), modTime: time.Unix(1575530671, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js", size: 11273, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -740,7 +740,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsCssBootstrapGlyphiconsCss() (*asset, e return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.css", size: 14523, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.css", size: 14523, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -760,7 +760,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsCssBootstrapGlyphiconsMinCss() (*asset return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css", size: 11830, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css", size: 11830, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -780,7 +780,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaBrands400Eot() (*ass return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.eot", size: 98620, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.eot", size: 98620, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -800,7 +800,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaBrands400Svg() (*ass return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.svg", size: 507478, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.svg", size: 507478, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -820,7 +820,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaBrands400Ttf() (*ass return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.ttf", size: 98384, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.ttf", size: 98384, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -840,7 +840,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaBrands400Woff() (*as return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff", size: 63712, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff", size: 63712, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -860,7 +860,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaBrands400Woff2() (*a return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff2", size: 54420, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.woff2", size: 54420, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -880,7 +880,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaRegular400Eot() (*as return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.eot", size: 31156, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.eot", size: 31156, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -900,7 +900,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaRegular400Svg() (*as return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.svg", size: 107199, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.svg", size: 107199, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -920,7 +920,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaRegular400Ttf() (*as return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.ttf", size: 30928, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.ttf", size: 30928, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -940,7 +940,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaRegular400Woff() (*a return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.woff", size: 14712, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.woff", size: 14712, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -960,7 +960,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaRegular400Woff2() (* return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.woff2", size: 12220, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-regular-400.woff2", size: 12220, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -980,7 +980,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaSolid900Eot() (*asse return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.eot", size: 102152, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.eot", size: 102152, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1000,7 +1000,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaSolid900Svg() (*asse return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.svg", size: 378215, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.svg", size: 378215, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1020,7 +1020,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaSolid900Ttf() (*asse return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.ttf", size: 101932, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.ttf", size: 101932, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1040,7 +1040,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaSolid900Woff() (*ass return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.woff", size: 48704, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.woff", size: 48704, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1060,7 +1060,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsFontawesomeFaSolid900Woff2() (*as return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.woff2", size: 38784, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-solid-900.woff2", size: 38784, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1080,7 +1080,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsGlyphiconsGlyphiconsHalflingsRegu return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot", size: 20127, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.eot", size: 20127, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1100,7 +1100,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsGlyphiconsGlyphiconsHalflingsRegu return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg", size: 108738, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.svg", size: 108738, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1120,7 +1120,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsGlyphiconsGlyphiconsHalflingsRegu return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf", size: 45404, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.ttf", size: 45404, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1140,7 +1140,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsGlyphiconsGlyphiconsHalflingsRegu return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff", size: 23424, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff", size: 23424, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1160,7 +1160,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsFontsGlyphiconsGlyphiconsHalflingsRegu return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2", size: 18028, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/fonts/glyphicons/glyphicons-halflings-regular.woff2", size: 18028, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1180,7 +1180,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsMapsGlyphiconsFontawesomeCss() (*asset return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css", size: 51062, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css", size: 51062, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1200,7 +1200,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsMapsGlyphiconsFontawesomeLess() (*asse return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less", size: 53867, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less", size: 53867, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1220,7 +1220,7 @@ func pkgUiStaticVendorBootstrap4GlyphiconsMapsGlyphiconsFontawesomeMinCss() (*as return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css", size: 42307, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css", size: 42307, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1240,7 +1240,7 @@ func pkgUiStaticVendorEonasdanBootstrapDatetimepickerBootstrapDatetimepickerMinC return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker.min.css", size: 7771, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker.min.css", size: 7771, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1260,7 +1260,7 @@ func pkgUiStaticVendorEonasdanBootstrapDatetimepickerBootstrapDatetimepickerMinJ return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker.min.js", size: 48881, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker.min.js", size: 48881, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1280,7 +1280,7 @@ func pkgUiStaticVendorFuzzyFuzzyJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/fuzzy/fuzzy.js", size: 5669, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/fuzzy/fuzzy.js", size: 5669, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1300,7 +1300,7 @@ func pkgUiStaticVendorJsJquery331MinJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/js/jquery-3.3.1.min.js", size: 86927, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/js/jquery-3.3.1.min.js", size: 86927, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1320,7 +1320,7 @@ func pkgUiStaticVendorJsJqueryHotkeysJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/js/jquery.hotkeys.js", size: 4490, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/js/jquery.hotkeys.js", size: 4490, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1340,7 +1340,7 @@ func pkgUiStaticVendorJsJqueryMinJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/js/jquery.min.js", size: 86671, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/js/jquery.min.js", size: 86671, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1360,7 +1360,7 @@ func pkgUiStaticVendorJsJquerySelectionJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/js/jquery.selection.js", size: 12881, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/js/jquery.selection.js", size: 12881, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1380,7 +1380,7 @@ func pkgUiStaticVendorJsPopperMinJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/js/popper.min.js", size: 19236, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/js/popper.min.js", size: 19236, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1400,7 +1400,7 @@ func pkgUiStaticVendorMomentMomentTimezoneWithDataMinJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/moment/moment-timezone-with-data.min.js", size: 184495, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/moment/moment-timezone-with-data.min.js", size: 184495, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1420,7 +1420,7 @@ func pkgUiStaticVendorMomentMomentMinJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/moment/moment.min.js", size: 51825, mode: os.FileMode(420), modTime: time.Unix(1564126560, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/moment/moment.min.js", size: 51825, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1440,7 +1440,7 @@ func pkgUiStaticVendorMustacheMustacheMinJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/mustache/mustache.min.js", size: 9528, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/mustache/mustache.min.js", size: 9528, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1460,7 +1460,7 @@ func pkgUiStaticVendorRickshawRickshawMinCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/rickshaw/rickshaw.min.css", size: 6102, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/rickshaw/rickshaw.min.css", size: 6102, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1480,7 +1480,7 @@ func pkgUiStaticVendorRickshawRickshawMinJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/rickshaw/rickshaw.min.js", size: 76322, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/rickshaw/rickshaw.min.js", size: 76322, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1500,7 +1500,7 @@ func pkgUiStaticVendorRickshawVendorD3LayoutMinJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/rickshaw/vendor/d3.layout.min.js", size: 17514, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/rickshaw/vendor/d3.layout.min.js", size: 17514, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1520,7 +1520,7 @@ func pkgUiStaticVendorRickshawVendorD3V3Js() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "pkg/ui/static/vendor/rickshaw/vendor/d3.v3.js", size: 144718, mode: os.FileMode(420), modTime: time.Unix(1542613404, 0)} + info := bindataFileInfo{name: "pkg/ui/static/vendor/rickshaw/vendor/d3.v3.js", size: 144718, mode: os.FileMode(420), modTime: time.Unix(1584129190, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/pkg/ui/static/js/bucket.js b/pkg/ui/static/js/bucket.js index 8ad6a40e51..e66ae843d8 100644 --- a/pkg/ui/static/js/bucket.js +++ b/pkg/ui/static/js/bucket.js @@ -7,6 +7,9 @@ function draw() { if (thanos.refreshedAt == "0001-01-01T00:00:00Z") { thanos.err = "Synchronizing blocks from remote storage"; } + else if (!thanos.err && thanos.blocks.length == 0) { + thanos.err = "No blocks are currently loaded"; + } if (thanos.err != null) { $("#err").show().find('.alert').text(JSON.stringify(thanos.err, null, 4));