prometheus/web/ui/assets_vfsdata.go

680 lines
1.6 MiB
Go
Raw Normal View History

Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
// Code generated by vfsgen; DO NOT EDIT.
// +build !dev
package ui
import (
"bytes"
"compress/gzip"
"fmt"
"io"
"io/ioutil"
"net/http"
"os"
pathpkg "path"
"time"
)
// Assets statically implements the virtual filesystem provided to vfsgen.
var Assets = func() http.FileSystem {
fs := vfsgen۰FS{
"/": &vfsgen۰DirInfo{
name: "/",
modTime: time.Time{},
},
"/static": &vfsgen۰DirInfo{
name: "static",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 292024652, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/css": &vfsgen۰DirInfo{
name: "css",
modTime: time.Date(2018, 10, 6, 5, 16, 39, 833839303, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/css/alerts.css": &vfsgen۰CompressedFileInfo{
name: "alerts.css",
modTime: time.Date(2018, 3, 12, 11, 41, 39, 429777646, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 383,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8f\xd1\x4a\x03\x41\x0c\x45\xdf\xe7\x2b\x02\x3e\xcf\x52\x7d\x90\x3a\xfd\x18\xc9\xce\xc4\x6e\xe8\x34\x19\x32\xd9\x8a\x8a\xff\x2e\xdd\x5d\x11\xc1\xfa\x7a\x39\x37\xf7\x64\xc0\x4a\xe6\xcf\x13\x61\x21\x83\x8f\x00\x90\x67\xeb\x6a\x09\x9a\xb2\x38\xd9\x21\x7c\x86\xb0\x51\x85\x1c\xb9\xf6\x05\x2b\xdc\x5b\xc5\xb7\x04\xa2\x42\x0b\x54\xf8\x32\xf4\x49\x5f\x23\x8a\xa8\xa3\xb3\xca\x8a\xbe\xa8\x78\xec\xfc\x4e\x09\x76\xc3\x9e\xce\x87\x00\xd0\xb0\x14\x96\x63\x74\x6d\x09\xee\x7f\x67\xa3\xba\xeb\x79\x8b\x6f\x1c\x4e\x93\x5e\xfe\x11\xfe\xd3\x65\x9c\xdd\x55\x96\xce\x88\xf9\x74\x34\x9d\xa5\xc4\xac\xf5\xda\x76\x43\xe9\x0d\x8d\xc4\xaf\x2e\xa3\x5a\x21\xfb\xfe\x0e\x40\x67\xaf\x2c\xf4\x13\x6c\xb2\x09\x76\x37\x07\x07\xee\x31\x4f\x94\x4f\x54\x56\xd1\x75\xe9\xee\x61\xff\xb8\x7b\x5a\x6b\x5f\x01\x00\x00\xff\xff\x02\xa7\x24\xdc\x7f\x01\x00\x00"),
},
"/static/css/graph.css": &vfsgen۰CompressedFileInfo{
name: "graph.css",
modTime: time.Date(2018, 1, 27, 6, 24, 37, 975230327, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 3021,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\xdd\x8e\xe3\x36\x0f\xbd\xcf\x53\xe8\xdb\xc1\x07\xec\x02\x91\x61\xa7\x93\xf9\x71\xd0\x05\x7a\xd7\x77\x58\x0c\x0c\xda\xa6\x1d\x21\xb2\xa4\x4a\xcc\x5f\x8b\x79\xf7\x42\x92\x9d\x38\x89\x93\x76\x81\xee\xce\x0c\x20\x8b\xe4\xa1\x0e\xc9\x23\x95\xba\x3e\xb2\xbf\x66\x8c\x75\x60\x5b\xa1\x72\x96\xae\x66\x9f\xb3\x59\x82\x3b\x90\x85\x23\x20\x17\x76\x1b\xad\x88\x3b\xf1\x27\xe6\x2c\xcb\xcc\x21\xd8\xd4\x62\x97\xfc\xb1\x45\x7b\xe4\x6b\xe1\x48\xdb\xe3\xb5\x65\x9a\xbc\x61\xb7\x9a\x31\x66\xa0\xae\x85\x6a\x39\x69\x93\xb3\xcc\x7f\x9b\x72\xcf\xd7\x7a\x87\x36\x04\xa9\xb6\xd6\x69\x9b\x33\xa3\x85\x22\xb4\x77\xe0\xca\x2d\x91\x56\xc1\xa1\x84\x6a\xd3\x5a\xbd\x55\x35\xaf\xb4\xf4\xae\x64\x41\x39\x03\x16\x15\xf9\x14\x4a\x6d\x6b\xb4\x39\x53\x5a\xa1\x5f\xeb\x2d\x49\xa1\xf0\xfc\xa1\xcf\x71\x20\xe0\x06\x2d\x11\x8e\x57\x6b\xac\x36\x58\xc7\x14\x23\xcc\xd3\xe2\xed\x25\x7d\x3f\xfb\x18\x68\x91\x6b\x43\x42\xab\xc8\x5c\x2d\x9c\x91\x70\xcc\x59\x23\x31\xf2\x96\xb4\x16\xcc\xba\xd8\x5b\x30\xa6\x3f\x6f\x24\xbf\xe7\x67\x61\xc6\x76\x61\xdf\x68\x27\x7c\xc8\x9c\x59\x94\x40\x62\x17\x52\x96\xd8\x50\xce\x9e\x53\x6f\xcf\x58\x27\x14\x5f\xa3\x68\xd7\xe1\x5b\xda\x07\x79\x82\xba\x2e\xce\x81\x2e\x80\x06\x9b\x44\xc1\x8e\x13\x94\xee\xdf\x98\x7c\x67\x52\xb0\xef\x0c\x62\x5e\x03\x69\x4b\x73\x18\x19\x13\x94\xdc\x80\xc2\x58\x9a\xc0\x3c\x8f\xc9\x66\xe6\xc0\x9c\x96\xa2\x66\x4f\x75\x5d\x9f\x0b\xc3\x6d\x4c\xfc\xee\x7e\xa9\x89\x74\x37\x65\x30\xce\x61\xcc\x9b\xdb\xb5\x63\xfc\x78\x9e\xb3\x37\x00\x3c\x84\xbf\xdc\x9f\x80\x0f\x06\x1e\x4e\x62\x8b\xaa\xbe\x2c\xb6\x50\xbe\xbb\x78\x29\x75\xb5\xf1\x61\x76\x68\x49\x54\x20\x39\x48\xd1\xaa\x9c\x91\x36\xab\xf1\xd0\x85\xff\x2f\xe9\xc5\x09\x0a\xb0\x08\x0f\xca\x1f\x26\xad\x81\x4e\xc8\x63\xce\x7e\xb3\x02\xe4\x9c\xfd\x8e\x72\x87\x1e\x69\xce\x1c\x28\xc7\x1d\x5a\xd1\x8c\x91\x7c\xa1\xd2\xf0\x77\x71\x42\x3b\x16\x70\x10\xb1\xf8\x7e\x02\x1b\xa9\xf7\x39\xdb\x09\x27\x4a\x19\x47\xe3\x04\x0f\xa5\xd3\x72\x4b\xe1\xeb\x40\x68\x64\x29\xd2\x93\xfa\xc5\x5e\xd4\xb4\x1e\xfa\x72\x14\x7f\x28\xc8\x04\xc6\xb9\x6a\x49\x8d\x04\x42\xb2\x44\x10\x76\x09\x54\xfe\xb0\xc1\x2b\xf0\x39\xf4\x77\x96\x3c\x5f\x28\x8b\xd7\x9a\x65\xaf\x2b\x89\x84\x12\xe5\x1d\xd9\xba\x8e\x93\x5d\xf6\xcc\x05\xfa\xb0\x2a\xdc\x1e\xa8\x8a\xf3\xd3\x48\x0d\x94\xb3\xd0\x2e\xab\x47\x05\xef\x49\xc8\xfa\xe1\x3c\x01\x0e\xc3\xda\x97\x63\xe1\x0b\x11\x4a\xf2\x16\x36\x3e\x67\x33\xa1\xcc\x96\x7e\x90\x20\x89\x1f\x51\x12\x73\x68\x68\x10\x46\xad\x08\x15\xe5\x0c\x88\xec\xd7\x60\xf4\x2d\x1e\xa0\xd2\xaa\x11\x2d\x0b\xde\x73\x36\x2c\x1d\x4a\xac\x28\xb8\x9e\x52\x58\x8c\x53\xe0\xa3\xd2\x8d\xc2\x04\x0e\xa7\x5a\xfa\x64\xe5\xb4\xc4\x82\xa0\x94\x78\x71\x7d\x84\xfe\x8a\x00\xb7\x37\xc1\xe7\x6c\x16\x13\xfa\xa1\xa0\xc3\x5f\xbf\x08\xe5\xd0\x52\xd1\x21\x59\x51\x7d\xf9\x18\xcb\xcf\x29\xad\xa1\x40\x35\x10\x1a\x51\x6d\x7a\x22\xc6\x95\x4d\x0d\x05\x9b\xc8\x5c\x0c\x8d\xaa\x2e\xc2\xfa\xcb\xc7\x9c\x8d\x37\x2c\xa8\x16\x87\xad\x31\x62\x14\x28\x9e\x5d\xb0\xd3\xeb\x02\x3f\xf5\x09\x5a\xab\xed\x8d\xf6\x5d\x95\x34\x9a\x96\xa4\xe6\x2c\x69\xb4\xed\xb8\x2f\x9b\xd5\x72\xce\xee\xe8\xe8\xa0\x42\x50\x8b\xad\x3b\xd5\xc2\x58\xdd\x21\xad\x71\xeb\x62\xbe\x85\xbf\xe1\xcc\x63\xa1\x19\xb2\xf0\x8d\x36\x64\x76\x1e\x38\xd8\x92\x7e\x14\x3b\x19\xb1\x73\xcb\xcd\xf2\x7d\x38\xda\x9d\xcc\xfc\x91\xef\x3c\x02\x1e\x79\x9d\xe1\x4e\x53\x73\x35\x36\x8b\xf7\xb8\x3e\x71\xfe\xe2\xef\x9b\xc5\x4d\x9f\x65\xcf\x53\x43\x9e\x3c\x2f\xde\x96\xaf\xd9\xf3\x2f\xab\xd1\xbd\xbd\x5c\x2e\x57\x93\x0f\x87\xa7\xa6\x69\xae\x76\x44\x07\xed\xe8\xa9\x30\xbc\x25\x46\x97\x41\x55\x55\x7e\x87\xef\xb1\xdc\x08\xe2\xa5\x3e\x70\xb7\x86\xda\x73\xee\x9b\x9c\x58\x1a\xac\xfd\xaf\x6d\x4b\xf8\x9a\xce\x59\xfc\x49\xd2\xd7\xe5\xb7\x18\xf4\xa7\x5d\x06\xb4\xf0\xd4\xe9\x15\xba\xef\xa4\x70\x16\x86\xe0\x90\x0b\xc5\xf5\x96\x58\x92\x2d\xdd\x7c\x22\xc1\x1b\xa3\x10\x59\xff\x4c\xd0\x7f\x08\xf6\x5f\x45\x7a\xd4\x42\x5e\x1d\x8a\x9b\x3e\x5a\x9c\x9e\x41\x09\x1e\x8c\x45\xe7\x84\x56\xb7\x66\x59\x9a\xfe\x9f\xfd\x4f\x74\x46\x5b\x82\xf8\x5c\xbc\x52\xa1\x6c\x2a\xce\x48\x5b\x07\xbc\x30\x75\x93\x91\xe2\x04\xbd\x5e\x5e\xf0\x5e\x16\x40\x28\xb4\x2c\xb1\xa2\xda\xb8\x35\xec\x8b\xd1\x6b\
},
"/static/css/prom_console.css": &vfsgen۰CompressedFileInfo{
name: "prom_console.css",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 291024611, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 2883,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x56\xdb\x6e\xdc\x36\x10\x7d\xdf\xaf\x20\x62\x14\x48\x82\x50\xd9\x95\xed\xd4\xa6\x9f\xfa\x0d\x7d\x2d\x20\x50\xe2\x68\x35\x58\x8a\x54\x29\x6a\x2f\x0e\xfc\xef\x05\x2f\x5a\x5d\xd7\x4e\xa3\x27\x41\x9a\x39\x73\x3b\x67\xc8\x44\xf1\x63\xce\x0d\xf9\xb9\x21\xa4\xe6\x66\x8f\x8a\xe6\xda\x5a\x5d\x33\xb2\x7d\xd9\xbc\x6d\x36\x02\x8f\x49\x63\x74\x9d\xc9\xaa\xcd\x6a\x50\x9d\x37\x2d\xa5\xe6\x96\x11\x09\xa5\x7d\x19\x3c\x0d\xee\x2b\xcb\x48\x0a\x67\xf7\x31\xe7\xc5\x61\x6f\x74\xa7\x04\x23\x77\x69\x9a\x7a\x43\x54\xb4\x82\x60\xb6\xdb\x6e\xff\x70\xdf\xf4\x11\x4c\x29\xf5\x89\x11\xde\x59\xed\x82\xce\x02\x76\xd2\xc7\x94\xd8\x5a\xda\xda\x8b\x04\x46\x94\x56\xe0\x7c\x1b\x2e\x04\xaa\x3d\x75\x89\x30\x92\x3c\x86\xc8\x31\x9d\xf1\xc7\x05\xa8\x44\x0f\xda\x03\xc4\xd4\x77\x01\x60\x0a\xbb\x5b\x05\xe0\xdf\x6e\x40\x16\x5a\x6a\xc3\xc8\xdd\xb3\x7f\x1c\x9c\xc0\xb6\x91\xfc\xc2\x48\x2e\x75\x71\x58\xc3\xf2\x8e\x16\xce\x96\x0a\x28\xb4\xe1\x16\xb5\xea\xab\x9c\x5b\x67\x2d\x48\x28\x2c\x88\xe8\xd6\x68\x54\x16\x0c\x85\x23\x28\xdb\x0e\xbd\x29\x3a\xd3\xba\x44\x04\x94\xbc\x93\xd6\x01\x49\xbc\x05\xf5\x73\x3e\xb0\x47\xff\x4c\xe7\x48\x0b\x89\x0d\xbb\x76\x27\xd7\xeb\x8d\x65\x95\x1b\xe9\x12\xf2\x87\x7f\x3c\xab\x82\x4f\xa1\x55\xab\x25\x64\xa6\x6a\xc7\xac\xf2\xb3\x58\xcc\x31\x8e\x66\xca\x9e\xb7\x15\x24\xcb\x73\x09\x63\x42\x5b\xdd\x5c\xdd\x67\x1c\xbf\x4f\x9b\xf3\x0b\x21\xdf\xbf\x92\xbf\x1b\x5e\x00\x29\xb5\x21\x16\x6b\x20\x85\x56\xd6\x68\x99\x90\xaf\xdf\xd7\x83\x54\xc3\xc8\xb8\xc4\xbd\x62\xa4\x00\x37\x86\x1b\x39\x09\xa6\x6c\x45\x8b\x0a\xa5\xf8\x9c\x7e\x59\xf8\xc6\x92\x17\x9d\x71\x69\x80\xb2\xde\x7e\xd0\xc9\x11\x5b\xcc\x25\xfc\x7e\x3d\x1b\x1e\xc2\xfc\xdb\x81\xb9\x64\xc2\xa0\x94\x42\x9f\xd4\x7b\x2c\xbc\xf2\x3a\x97\x3c\x70\x78\x1d\x23\x0c\xff\x1b\xb9\xf1\x97\x17\x16\x8f\xb0\x1e\xa8\x53\x02\x8c\xc4\xc0\xf9\xbe\x13\x7b\xc3\x9b\x2a\xeb\x67\xfa\xb6\x49\x0c\x16\x87\xb6\xe2\xa7\x4c\xc2\x1e\x94\x67\x6e\x24\x24\x23\xae\xfa\xcd\x74\xec\x4d\xe0\xe8\xdc\x2b\x68\xd5\xad\xa3\x13\x0a\x5b\xc5\x6d\xb7\x30\xeb\x64\xb4\x1c\x96\x0f\xb5\x97\x66\xd8\x40\x57\x69\xa3\x72\x99\xd3\x41\xe1\x57\x28\x5f\x81\xaf\x38\x86\xea\x17\xdf\x35\xed\xed\x40\x9a\x50\xae\xef\x61\x56\x4a\x6c\x1a\x10\xc9\x39\x93\x3c\x87\xb0\x04\xe3\x9e\xfa\xc0\x03\x2d\xd4\x63\xf3\xdd\x76\xde\x86\x90\x54\x22\xc0\x72\x94\xe4\x7d\x24\x96\x43\xa9\x0d\xc4\xe5\xe6\x09\xc9\xc8\xa7\x7f\xd2\xc7\xfc\xe9\x93\xab\x23\xe8\x33\x2c\xef\x21\xa4\x1f\x05\x29\xb5\xb2\xb4\xc5\x57\x60\x64\x9b\x3c\x41\x3d\xcf\xfb\x62\xd1\x46\xb5\xd2\x13\xe4\x07\xb4\xd4\x1a\xae\xda\x52\x9b\x9a\x11\xa3\x2d\xb7\xf0\x99\x3e\x6f\x05\xec\xbf\x38\x3c\x5a\xeb\xd7\xf7\x2d\x46\x11\x77\xe3\x24\x4a\x5e\xa3\xbc\x30\xf2\x97\x41\x2e\x83\x74\xce\xfd\xf0\x77\xf7\xc1\xf0\x54\xa1\x05\xda\x3a\xe9\xb8\x09\x9f\x0c\x6f\xe6\x09\x9f\x87\x84\xd7\xc4\xff\xcb\xf1\xa7\xa8\x52\x73\x47\x85\xb8\xcf\x5b\x0c\x82\xe0\x79\xab\x65\x67\xbd\xfa\x3c\x9b\xb7\x01\x2f\x34\xbc\x9f\xe9\x08\x06\x8c\xd1\x61\xf1\xae\x97\xbc\xbe\xae\xf8\x24\x13\x54\x87\xff\xb7\x07\x66\x4a\xc5\x1a\xe2\xb2\x59\x9e\x00\xf1\x16\x30\x54\x58\xe2\x19\xc4\x44\x0b\x41\xc2\x64\x74\x09\xb9\xd6\xeb\x5e\x5f\x29\x2a\x01\x67\x46\x3c\xd0\x44\x50\x6f\x37\x13\xc9\x50\xa9\x78\x20\xad\xcf\xac\x3f\x54\xee\xe3\xba\xb8\x09\xe4\x2a\x69\x3c\xd0\x0d\xe1\xf7\x1b\xd9\x0b\x80\x3c\x2e\x47\xb4\x44\x4b\x72\xab\x86\x99\x4d\xb4\xe2\xfa\x60\x04\x18\x6a\xb8\xc0\xae\x8d\x3d\xe8\xb3\x4d\x9f\x7f\x29\xdb\x04\x55\xd3\x85\x23\x64\xea\x39\xea\xfa\x8f\xe6\x4c\x76\xe9\x42\xb2\xbb\x87\x48\x38\x57\xe1\xf5\xe4\x4d\x1e\xd2\xa7\xc7\x3f\x77\x0f\xf7\x23\x36\xdc\xad\x5c\x16\xe2\x9f\xb2\x2c\x67\x7f\xb0\xe6\xfb\xd1\x25\x2e\xd4\x18\x3a\xd6\x6a\x89\x82\xdc\x15\x45\x71\x9b\xaf\x1f\xd5\x2b\x8c\x6e\xdc\x61\x43\xaf\xd7\xd5\xd1\x9e\x7f\x5e\x91\xcd\x87\x18\xf1\x66\xb7\x9e\xce\x7f\x01\x00\x00\xff\xff\x1f\x9a\x48\x6b\x43\x0b\x00\x00"),
},
"/static/css/prometheus.css": &vfsgen۰CompressedFileInfo{
name: "prometheus.css",
modTime: time.Date(2018, 2, 26, 20, 34, 57, 878126934, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 356,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8f\x41\x8e\xab\x40\x0c\x44\xf7\x9c\xa2\xd6\x91\xfa\x27\xfa\x9a\xd9\x74\xce\x30\x67\x88\x0c\x6d\x82\xa5\xc6\x6e\x81\x09\x44\xa3\xdc\x7d\x14\x9a\x45\x36\x5e\x3c\xbd\x2a\xdb\xe7\x13\x7e\xec\xc1\x48\xb6\x2a\x3a\x53\x67\x75\xb4\xdc\xd1\x32\x33\x56\xc6\x40\x0f\x06\xa1\x97\x8d\x13\x94\x1e\x2d\x4d\xf0\x81\x1c\x32\xe3\xfb\x52\x36\x38\xe5\x8c\xd3\xb9\x69\x2d\x3d\xf1\xdb\x00\x85\x52\x12\xbd\x07\xb7\x12\x77\xe5\xfa\x01\x5b\x73\xb7\x31\xe2\xff\xce\x5f\x4d\xf3\x6f\x76\x72\xbe\x89\x26\xe9\xc8\x6d\xfa\xac\x88\xb8\xe0\xab\x6c\x75\x56\x3b\x8b\xf3\x44\xf9\x66\x8b\x97\xc5\xe1\x69\xf7\x7b\x53\x0f\x3d\x8d\x92\x9f\x11\xa3\xa9\xcd\x85\x3a\xae\x89\x6e\x99\x66\x9b\x42\x31\x51\xe7\x5a\x5f\x51\xc4\xc1\xaa\xe7\x66\xd9\xa5\x04\x51\x3d\xb4\x91\xb6\xb0\x4a\xf2\x21\x42\x4d\xf9\xfd\x86\xf3\xe6\x81\xb2\xdc\x35\x22\x73\xef\xc7\x51\xd4\x72\xde\x23\xeb\x20\xce\x61\xdf\xfe\x0e\x4d\x23\xe5\x6b\xf3\xfa\x0b\x00\x00\xff\xff\x6d\x33\x5a\x9c\x64\x01\x00\x00"),
},
"/static/css/rules.css": &vfsgen۰CompressedFileInfo{
name: "rules.css",
modTime: time.Date(2018, 10, 6, 5, 16, 38, 133839372, time.UTC),
uncompressedSize: 195,
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcd\xcd\x4a\xc5\x30\x10\xc5\xf1\x7d\x9e\xe2\x80\xeb\x08\x16\x74\x91\xee\x7d\x0d\xc9\xc7\xd4\x86\x4e\x3b\x61\x92\xd2\x56\xf1\xdd\x25\xbd\x8b\xcb\x6c\x7f\x73\xfe\xcd\x07\x26\xb4\x19\x2d\xe1\xd7\x00\x40\x10\x4d\xa4\x0e\x6f\xe5\x44\x15\xce\x09\x81\x7d\x5c\x46\xf3\x67\x9e\x58\xbb\x9f\x87\xfb\x65\x92\xad\xd9\x9a\x7f\xc8\x61\xf8\x28\x67\x87\xaf\xba\x33\x7d\x45\x62\xee\xe2\x98\x73\x23\x5b\x8b\x8f\xe4\x50\x94\xec\xa1\xbe\x8c\x06\xc1\xc7\xe5\x5b\x65\xdf\x92\x8d\xc2\xa2\x0e\x2f\x9f\xef\xfd\x46\x83\x94\x6b\x61\x7f\x39\x04\x96\x1e\x7f\x54\x26\xbf\x66\xbe\x1c\x56\xd9\xe4\xde\xeb\xb1\xff\x00\x00\x00\xff\xff\x9d\xc0\xa4\x2f\xc3\x00\x00\x00"),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/css/targets.css": &vfsgen۰CompressedFileInfo{
name: "targets.css",
modTime: time.Date(2018, 3, 12, 11, 41, 39, 430777646, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 574,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x91\xcb\x4e\xf3\x30\x10\x85\xf7\x79\x8a\x91\x7e\x55\xfa\x91\x1a\x2b\xa4\x97\x45\xfa\x1a\xec\xd1\x38\x33\x24\x06\x63\x47\xe3\x09\x41\xa0\xbe\x3b\x6a\xe2\x72\x29\x15\x8b\x2c\x72\xe6\x9b\x73\xe6\xc8\x7d\x6d\x1e\xa3\xbd\xef\x19\x89\x05\xde\x0b\x00\x80\x87\x18\xb4\x4c\xee\x8d\x1b\xa8\xab\xe1\xf5\xf0\x25\x4e\xec\xba\x5e\x1b\xb0\xd1\xd3\x22\xb7\xa3\xa4\x28\x0d\x0c\xd1\x05\x65\x39\x14\xc7\xa2\xe8\x6b\x43\x18\x3a\x16\xc0\xec\xd8\x46\x7f\x82\xa4\xb3\xff\xeb\x6d\xbd\x86\xfd\xee\xf4\xdd\xcc\x34\xb9\x97\x7f\xa9\x8f\xd3\x1d\x4a\xc7\x9a\xc0\x58\x0d\x79\xcd\x46\x21\x96\x52\x90\xdc\x98\x1a\x98\x6f\x39\x16\x85\x51\xb4\x9e\xcb\x36\x06\x45\x17\x58\xc0\x8e\xaa\x31\x18\xcd\x0e\xcb\xf2\x80\x44\x2e\x74\x0d\x54\x66\xc3\xcf\x87\xcb\x66\x95\xd9\x9f\xd5\xcb\x98\x2b\x85\xb7\x55\x75\x3d\x7a\xfe\xcf\x89\x93\x23\xed\x1b\xb8\xad\xaa\xd5\x5f\xb0\x0a\x28\xe5\x95\x3e\xfb\xe3\xa8\x71\x89\x9d\xa2\x50\x39\x09\x0e\x0d\x58\x61\x7c\x2a\x4f\xc2\xb7\xd1\x2c\x9e\x67\xe8\xfd\x9c\xa4\x64\x38\xd0\xfc\x06\x6b\x50\x32\x1e\x2d\xfb\xf4\xf3\xac\x7a\xb7\x3a\xb3\x49\x51\x39\x83\x49\xcb\xd4\x0a\x0e\xbf\x4a\x7c\xd2\x2c\x12\xe5\xc2\x6c\xb3\x8c\x3f\x02\x00\x00\xff\xff\xf6\xd3\x07\xe2\x3e\x02\x00\x00"),
},
"/static/img": &vfsgen۰DirInfo{
name: "img",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 291024611, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/img/ajax-loader.gif": &vfsgen۰CompressedFileInfo{
name: "ajax-loader.gif",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 291024611, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 847,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf7\x74\xb3\xb0\x4c\x14\x60\x10\x60\xf8\xc2\xc0\xf0\xff\xff\x7f\x06\x06\x86\x1f\x3f\x7e\x58\x58\x58\xb4\xb4\xb4\xb0\xb1\xb1\xa9\xa9\xa9\x5d\xbb\x76\x6d\xc5\x8a\x15\x62\x62\x62\x65\x65\x65\x69\x69\x69\x4f\x9e\x3c\x99\x31\x63\xc6\xb1\x63\xc7\x3c\x3c\x3c\xc2\xc2\xc2\x18\x48\x01\x8a\xff\xb9\xfd\x5c\x43\x82\x9d\x1d\x03\x5c\x8d\xf4\x0c\x98\x19\x41\x42\xff\xa4\x9c\x8b\x52\x13\x4b\x52\x53\x14\xca\x33\x4b\x32\x14\x12\xb3\x12\x2b\x72\xf2\x13\x53\xf4\x32\xf3\xd2\xf2\x19\x14\x7f\xb2\x70\x72\x31\x30\x30\xe8\x80\x74\x83\x1c\xc9\xc0\x1a\xa0\xa0\xd0\x97\x92\x39\x6f\xa9\x81\x48\x8e\xa2\x56\x4b\xc2\xaa\xb5\x33\x44\x8e\x4d\x94\x32\x6d\xf8\xc0\x76\xb3\xa3\x21\xba\x97\xc5\x86\x29\xb3\x35\x60\xa2\x40\x2b\x63\x67\xeb\xa2\xbe\x35\x9a\x3a\x0d\x9e\x51\x3f\x16\xa9\x24\x7d\xd8\xe5\x31\x69\x82\x45\xcb\x0a\x53\x35\xd9\x8a\x4e\xd3\x6c\x05\x1b\x61\x91\x4f\x95\xb2\x47\xdf\xf7\x3b\x61\xb3\x24\x43\x41\xa1\xcb\xfd\x52\x4f\x86\x96\xd4\xd1\x07\x2b\x56\x38\xa8\xb8\xd6\x1e\x38\x70\xf0\xda\x51\x26\x8e\x9e\x29\x0d\xa9\x19\x22\x42\x3c\x07\x0f\x28\x38\x08\x72\xf9\x1c\x68\xf8\x90\x1c\xe8\xde\xcc\xe4\xb4\xe5\xe9\xb6\x00\xd3\x19\x0a\x36\xab\x4c\x43\x53\x02\xb7\x69\xbf\x50\xda\xb7\x38\x7d\x8a\xc1\x0a\xb1\x75\x8b\x16\xf6\x3b\x66\x0b\x9c\x57\x76\x64\xe0\xb6\x09\x30\x37\x60\xb7\xe1\x64\x69\x30\xe0\x8b\x64\xb3\xd0\xe2\xe5\x6c\x57\x56\xc4\x66\x79\x82\x82\x42\x9f\xf2\xe7\x09\x1a\xb7\x44\x3c\xb4\xb8\x8e\x04\x88\x70\xea\x2e\x69\x37\x7c\x6f\xdc\xc8\x65\xe5\x7c\xda\xd0\x7b\x8b\x47\x4b\xd3\x43\x36\x0f\xbd\x19\x2a\x37\x37\x56\x32\x70\x08\xec\xbb\x78\x86\xf5\x46\x16\xb7\x5e\x63\xb8\x8b\xc3\x1d\xbe\x48\x86\x45\x06\x1e\x9c\x62\xad\x3a\x06\x7d\x4e\x57\xb8\xfa\xb2\x05\xbc\x9e\xbd\xe5\x09\xb5\x37\x2d\x67\x66\xa9\x51\xc9\xe6\x8d\xd1\xe4\xe7\xe9\xc6\x6a\x69\x10\x24\x58\x1b\x14\xa6\x30\x19\x8a\x1c\x75\x58\xd1\xec\x2c\xc7\xb6\x46\xfc\x58\x76\x77\xd3\x1c\x46\x45\xa7\x27\x09\xf6\x0c\x8d\xdb\x99\xf6\x4d\x50\x76\x6d\xb2\xa8\x72\x0a\x8c\x68\x48\xde\x9d\xbb\xa8\x8c\x5b\x48\x69\xa1\xc2\xcb\x43\x8b\x13\x1a\x13\xda\x78\x43\xdd\x96\x49\x16\xdd\x91\xe4\x5b\x5a\xf0\x5a\xf3\x73\xda\xff\x06\x9c\x7e\x4b\xc9\x9c\xb7\xc2\x81\xc7\xd5\x50\xe0\xd0\x49\x89\xdc\x58\x89\xe3\x3b\x25\x3c\x7a\x2e\xb4\xdd\xd0\x60\x17\xe8\x62\x31\x61\x52\x78\xae\xa1\x23\xb1\xcc\x4d\x31\xd1\x83\x21\x22\x78\x06\x47\x63\xae\xe9\x92\xad\x8c\x49\x2e\x1e\x5b\xd8\x18\x56\xed\x4c\x4c\xd2\xe1\xea\x53\x6d\x28\x30\x16\x4b\x3e\xa2\xbc\x41\xfd\x07\xef\x1b\x25\x76\x13\x33\xf3\x00\x35\xad\x08\xfd\x06\x8d\x9e\x5e\x15\xac\x96\xc6\x43\x2d\xf5\x10\x39\xea\xc0\xb1\xcc\xc1\x84\xe1\xd0\xa6\x63\x8e\x4a\x9e\x13\x39\x36\xcc\x5a\x98\xc0\x61\x97\xd7\xca\xea\x69\xa0\xd2\x21\xd1\x2b\xe7\x6d\xbe\x89\xd7\x43\x87\xfd\x60\xa7\x6e\x49\xb3\x56\x53\xb3\xab\x94\x88\xc0\x92\xc3\xba\x17\x13\x56\x74\x24\x1c\x60\xfa\x29\x60\xd8\xc9\x21\xb1\x61\xba\x43\x3f\x9f\xb3\x79\x06\x87\xbe\x21\x4b\x1a\x6b\x8c\x66\x77\x8f\x9a\x22\x83\x35\x3c\x85\x03\x02\x00\x00\xff\xff\x9f\xb1\x57\x65\x4f\x03\x00\x00"),
},
"/static/img/favicon.ico": &vfsgen۰CompressedFileInfo{
name: "favicon.ico",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 291024611, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 15086,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5b\x09\x90\x54\xc5\x19\xee\x75\x51\x52\x49\x2a\x50\xb1\xd4\xc4\x4a\x0a\xa2\x52\xae\x8b\xe2\x62\x84\x12\x63\xc4\x44\x4a\xc5\x83\x63\xb9\x2f\x05\x05\x01\x21\x20\x82\xa0\x08\xb8\x01\xc1\x8b\xa0\xd1\x35\x8a\x28\x02\x1e\x1c\xde\x8b\x88\x68\x8c\x8b\x80\x1a\x4e\x2f\x64\x41\x81\x15\x99\x99\x9d\x6b\x67\x76\x76\xae\x9d\x99\x37\x5f\xea\xef\xe9\x1e\xde\xbc\x9d\xf7\x5e\xcf\xb0\x5a\xf9\xaa\xfe\x7a\xbb\x33\xaf\xbb\xff\xee\xfe\xef\xee\x61\xac\x84\x95\xb2\x8e\x1d\xe9\xd9\x99\x4d\x6a\xc7\x58\x4f\xc6\x58\xe7\xce\x99\xff\xd7\x75\x64\x6c\x65\x3b\xc6\x2a\x2a\xc4\xff\x5d\x18\xbb\xe6\x0c\xc6\xca\x18\x63\x1d\xe9\x3d\x96\xf9\x9c\xa3\x1d\xb3\x04\x80\xf6\x00\xfa\x02\x58\xa7\x69\x38\xee\x0b\x68\x49\x7f\x50\x4b\x6a\x1a\x8e\x01\x78\x09\x40\x1f\x00\xa7\x99\xb4\xfd\x2d\x80\x6a\x00\x81\x58\x4b\x1a\xcf\xbe\xd6\x8c\x01\xd3\x3d\x18\x38\xc3\x83\x55\x6f\x87\xd1\x92\x48\x03\x80\x1f\xc0\x3f\x00\x9c\x91\xa7\x6d\x0d\x04\xea\x8e\x26\x30\x66\xae\x0f\x95\x33\x3c\x9c\xc6\xce\xf7\xe1\xc8\xf1\xa4\xfc\x9a\x3a\xda\x20\xfb\x20\x7e\x00\x3c\x49\x5f\xa4\x34\x60\xe3\xd6\x28\x1e\x7f\x29\x84\x07\x9f\x6f\xca\x21\xfa\x6c\xf3\xf6\x28\xb4\x74\xb6\x8f\x87\x01\xb4\x03\x70\x3d\x80\x46\xfa\x30\x91\x4c\x63\xd1\xb3\x41\x0c\xbe\xcb\x8b\x61\x77\xe7\xd2\xa0\xbb\xbc\x78\xe4\x85\x26\x3e\x86\x80\x1b\xc0\x55\xb4\x56\xf2\x83\xe6\x48\x1a\x6b\x37\x87\xf1\xd4\xba\x10\x9e\xde\xd0\x9c\x43\xf4\xd9\xfa\x2d\x11\x44\xa2\x69\xe8\xb0\x02\xc0\x0f\xf2\x9f\xd5\x35\x61\x5c\x3a\xdc\x85\x8a\x21\x4e\x74\x1d\x98\x4b\x97\x0c\x73\xe1\x8f\xc3\x5d\x78\xe5\xdd\xb0\xbe\xfd\x41\x00\x49\xc9\xfb\xbb\xdb\xa2\x78\xf3\xc3\x08\xfa\x4d\xf3\xa0\x7c\xa0\x13\x17\x56\x66\xa8\x7c\x80\x13\x93\x16\xf9\xf9\xda\xd0\x3b\xc9\x54\xb6\x7d\x48\xb6\x97\xd8\xb5\xbf\x05\x3d\x46\xba\xd0\xb5\x32\xb7\xfd\x8d\x53\x3d\xf0\x34\xa6\x60\x00\xb5\x3f\xa6\xff\x60\xc7\xbe\x38\xba\x0f\x33\xb4\x1f\xe8\x44\x9f\xdb\xdd\x70\xb8\x5b\xb5\xaf\x03\xf0\x8a\xfe\x83\x1f\x1a\x52\xb8\x76\x92\x1b\x17\x0d\xca\xcc\xfb\xb2\xd1\x2e\x74\x1f\xea\xc2\xad\x0b\x7c\x88\xc6\xd2\xc6\xf6\xcb\x01\x5c\x0b\xc0\x27\x3f\xa0\xfd\x99\xfb\x44\x00\xe3\xab\xfc\x7c\xcd\x06\xcf\xf4\x72\xde\xdf\xf8\x30\x62\x6c\xeb\x02\x70\x25\x80\x53\x01\x3c\xa6\xff\x82\xd6\x88\x64\xe5\xea\x09\x6e\x3c\xb4\xb2\x09\x8f\xbd\x18\x82\xc3\x93\xc3\x3b\x31\xb2\x18\x40\xa9\x90\xc1\xb3\x00\xbc\x2e\x3e\x47\x24\x96\x86\xb7\x51\xc3\xcd\xf7\xf9\xb0\x7b\x7f\x0b\xbe\x77\x26\xf5\xbc\x93\x04\xbd\x0c\xe0\x74\x83\x0e\x9c\x09\x60\x99\xd0\x11\xbe\x47\xaf\xff\x3b\x02\x7f\x50\xd3\x8f\xeb\x01\xf0\xa0\xb1\xad\xae\x8f\xd3\x84\x8e\xae\x01\x70\xa4\x25\x91\x8e\xa6\x34\xd0\xc4\xbf\x03\xf0\xbc\x90\xd7\x53\xf5\x6d\xe2\x9d\x18\xab\x6f\xcf\x58\x6d\x29\x63\x55\x25\x19\x32\x83\xfc\x9e\xde\xa5\x36\xd4\xb6\x4c\xd8\x98\xab\xf4\x76\xa6\xa3\xb5\x9d\x31\x83\xd0\xc7\x72\x00\xd3\x00\xbc\x01\xe0\x90\x90\xb1\x94\xa0\x20\x80\x03\x42\xe7\x26\x02\x38\x4f\xee\xc1\xc9\x40\x8c\x7b\x19\x80\x67\x00\xd4\x8b\xb1\x38\xc8\x6e\x35\x36\x69\x08\x84\x34\x24\x93\x39\xf2\x97\x00\xf0\xad\x90\x9d\x0a\x00\xa7\x14\x39\xf6\xef\x84\x4d\xf4\xea\x3b\x8f\xc6\xd3\xa8\xa9\x8d\x62\xca\x12\x7f\xc6\x8e\xde\xe9\xc1\x8c\x47\x1a\xf1\xc1\xa7\x31\x69\x4b\xf5\x70\x00\xa8\x32\xda\x55\x85\xb1\x69\xce\x3b\xa4\xdc\x4a\x90\xfd\x26\xb9\x27\x3b\x54\xd6\x3f\xa3\xff\x44\xf4\x37\xd9\x27\xb2\x67\xc9\x56\xaa\xcc\xe5\xfa\x3d\x00\x17\x2a\x8e\xdd\x47\xac\x5f\x2b\xbc\xff\x49\x0c\xdd\x06\x67\xc6\xbb\xc0\x40\xe7\xf7\x73\xa0\xc7\x08\x17\x76\x7e\xd5\x92\xaf\x29\xe1\x73\x00\x3d\x15\xe6\x9d\x77\x6c\xc2\xab\xef\x47\x70\xcb\x3c\x1f\xb7\x39\xf9\x88\xfc\xd1\x96\x4f\x62\x66\xcd\x09\x7b\x01\x74\xb5\xd8\xef\xed\xc6\x06\xcd\xd1\x34\xdc\xfe\x14\xb7\xb1\x64\x6b\x8e\xb9\xac\xc9\xe9\xc9\xbc\xeb\xf1\xa7\xb8\xbd\xc9\x83\x8d\x00\x7e\x6d\x18\xbb\x14\xc0\xd2\x7c\x2f\x3f\xff\x66\x33\xb7\xbb\xd7\x4f\xf1\xe0\x06\x45\xa2\x77\xfb\x4e\x76\x73\x3b\x95\x07\x24\x0f\x73\x0c\xe3\x5f\x2e\x6c\x58\x2b\x90\x6f\x3d\xf7\x06\x07\xdf\xdf\x42\xa8\xcb\x8d\x0e\xce\xbb\x09\x8e\x92\x3d\xd1\xcd\x7d\xb9\xd9\x8b\x34\x87\xdb\x17\xfa\xb9\x9f\x2c\x84\x26\x2e\xf4\x73\x9d\xb4\xc0\x03\x62\xfc\xae\x82\x9f\xbc\x20\x7d\x27\x1b\x53\x0c\x91\xbe\x5a\xe0\x0b\x21\x73\xd3\x8c\xbe\x5e\xc2\xdf\xa4\x61\
},
"/static/js": &vfsgen۰DirInfo{
name: "js",
modTime: time.Date(2018, 6, 16, 5, 46, 34, 662161048, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/js/alerts.js": &vfsgen۰CompressedFileInfo{
name: "alerts.js",
modTime: time.Date(2018, 3, 12, 11, 41, 39, 430777646, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 1152,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x54\x4d\xca\xdb\x30\x10\xdd\xfb\x14\x53\x13\xb0\xb4\xb0\xe8\x3e\x64\x55\xba\xe8\x29\x8a\x90\x26\x96\xf8\xd4\x91\x91\x14\x27\xa5\xf8\xee\xc5\xff\x36\xb1\x43\xb2\xf1\x46\x6f\xde\xbc\x9f\xc1\xd7\x1b\xa9\x64\x3d\x81\x25\x9b\x18\x87\x7f\x19\xc0\x89\xe5\x42\x3a\x0c\xe9\xb7\x41\xa9\x31\xe4\x5c\x28\x67\xd5\x17\x9b\xc0\x23\x0e\xa0\x91\x01\xf0\x51\x4b\xd2\x18\x7e\x29\x4f\x70\x81\x13\x4b\xc6\x46\x2e\xae\x96\x34\xcb\xad\xb0\xca\x53\xa9\x0c\x36\xc1\x53\xa9\xfd\x9d\x72\x7e\xee\x67\xed\x15\xd8\x7a\x56\x38\xa4\x2a\x19\xf8\x76\xb9\xc0\xf7\x69\x01\x6c\xe8\x45\xc0\x3f\xbe\xc1\x1f\x4e\xc6\xc8\xf2\x1d\x66\x21\xb5\xde\x7b\xbd\xd5\xd3\xd6\x16\xd0\x45\x9c\xd9\x3b\x03\xca\x3b\x27\xeb\xf8\x9e\x83\x85\x09\xb6\x83\x2f\xb4\x75\x33\x47\xca\xd6\x89\xb4\xfd\x77\x5a\x4f\xf8\x48\x8c\x8b\xe4\xab\xca\x21\xeb\x21\x2d\x3f\x67\x43\x3f\xda\x36\x22\x1a\x7f\x2f\x25\x91\x4f\xb2\x2b\x25\x1e\xd7\xa4\x3c\xc5\x04\x49\x86\x0a\xd3\x4f\xd7\x5b\x2c\xf6\x18\x8a\x51\xc8\x80\xb7\x73\x1c\xe3\x20\x17\xca\x58\xa7\x03\x12\x2b\x6c\x31\x68\x19\x7a\xec\xa0\xc2\xc8\x38\x38\x2c\x2a\xf7\xb7\x36\xbd\xcd\x1b\x29\x83\xea\x0b\x75\xc1\x97\x4a\xd7\x17\xb6\xd5\xdf\x09\x62\x73\xbe\x07\xb8\xe5\x2a\x9f\xe1\x07\x52\x37\xe5\xec\xcb\x5b\x0a\x5a\xbd\xf7\xaf\xc5\x6a\xc3\xc4\xbf\x42\xdb\x58\xce\x24\x9b\x1b\x7b\x19\xcc\xc8\xfc\x4e\x28\xc6\x6a\xfc\x20\x94\x67\xf8\x87\xa1\x8c\xd2\x76\x03\x59\x05\xb6\x13\xca\x86\x70\x27\x97\xf1\x84\xdb\x2c\x3b\xb1\xee\x7f\xc3\xcf\xd9\xff\x00\x00\x00\xff\xff\x96\xfe\x01\x29\x80\x04\x00\x00"),
},
"/static/js/graph": &vfsgen۰DirInfo{
name: "graph",
modTime: time.Date(2018, 6, 16, 5, 46, 34, 662161048, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/js/graph/graph_template.handlebar": &vfsgen۰CompressedFileInfo{
name: "graph_template.handlebar",
modTime: time.Date(2018, 1, 27, 6, 24, 37, 984230327, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 6343,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x58\x5f\x8f\xdb\x36\x12\x7f\xbf\x4f\x31\xc7\x7b\x49\x70\xd0\xea\x92\x03\xf2\x50\x48\x2e\xda\x74\x11\xa0\x40\x90\x22\xd9\xe4\xd5\xa0\xc5\x91\xc5\x86\x22\x15\x72\x24\xdb\x35\xf6\xbb\x17\xa4\xfe\xac\xed\x95\x65\x39\xd9\x06\xc8\x3e\x78\x6d\x72\xfe\x71\xe6\xc7\x1f\x39\x84\xee\x2f\x11\xb2\x01\x29\x52\xb6\xb6\xbc\x2a\x96\x1b\xcb\xab\x0a\xed\x7e\x2f\xc5\xfd\x3d\x83\x4c\x71\xe7\x4e\xe6\xd8\xe2\x5f\x30\xfc\x25\xb9\xb1\x65\x2f\xf6\xa5\x46\xbb\x5b\x86\x11\xff\x11\x49\xad\xa4\xc6\x23\xf9\xce\x61\xa7\x60\xcd\xe6\x64\xf6\x78\x3e\x33\x2a\x52\xeb\xe8\xc5\xff\x1e\x49\x01\x24\x84\x5b\xe2\x16\x39\x58\xb3\x71\x29\x7b\xc1\xa0\x52\x3c\xc3\xc2\x28\x81\x36\x65\xb7\xdb\xca\xa2\x73\xd2\x68\x78\x16\xbe\xc1\x87\x42\xe6\xf4\xdf\x5b\x4d\x68\x7d\x7c\xa0\x71\xe3\xe3\x73\xcf\x19\x68\x5e\x62\xca\x70\x5b\x59\x16\x92\xe1\xbf\x9d\xe4\x20\xac\x28\x33\x9a\xac\x51\x80\x83\xf1\xa5\xd4\x55\x4d\x0c\x04\x27\x1e\x55\xd6\x34\x52\x60\xca\x68\x57\x21\x2f\x90\x0b\x06\xbc\x26\x93\x99\xb2\x52\x48\x98\x32\x93\xe7\x6c\xb1\xdf\x7b\xfd\xfb\xfb\x24\xee\xd7\xf0\x28\x09\xb1\x90\xcd\x8c\xcc\xbc\x1c\x4b\xcc\x81\x18\x36\x5c\x2d\x1d\x71\x72\x50\xd5\x4a\x45\x56\xae\x0b\x62\x8b\x51\xf3\x00\x89\x2c\xd7\xe0\x6c\x96\xb2\xfd\x1e\x2a\x4e\xc5\x1f\x16\x73\xb9\x85\xfb\xfb\xd8\xdb\x90\x59\x2c\xcb\x75\xcc\xff\xe4\xdb\x48\x19\x2e\xd0\xde\xac\x65\xfe\x73\x93\xee\xf7\xb0\xaa\xa5\x12\x9f\xd0\x86\x7c\x1f\x64\xcd\x55\x52\x6b\xb4\x0c\xb8\xa2\x94\x79\xd5\x65\x3f\x34\x63\xcd\x63\x43\x4f\x05\x9f\x50\xb7\x5e\x72\x45\x1a\x56\xa4\xa3\xca\xca\x92\xdb\x1d\xe0\x16\xb3\x9a\x70\xb9\x22\xcd\xc0\x17\x33\x65\xae\x5e\x95\x92\x18\x34\x5c\xd5\xe8\xe1\x15\x24\x7a\xe8\x74\xb3\x23\x7e\x1c\x2a\xcc\xe8\x12\x8a\x5a\xa9\xde\x9a\xd4\x0e\x2d\x2d\x4b\x24\x2b\xb3\x11\xa3\x00\x89\xa9\xc8\xa7\xba\x8b\x86\x2d\x22\x68\x95\xa0\x55\x02\x4e\x90\xd5\xd6\x19\x0b\x51\x12\xb7\xc2\x23\xc1\xc5\xad\xdf\xef\x57\x8a\x8b\x80\xb5\xd6\x58\xe0\xca\xaf\x24\x7c\x46\x82\xeb\xb5\x47\xcb\xf8\x96\x38\x1b\xe8\xf1\xd8\xbf\xa3\xe8\x44\xf3\xee\xdd\x6f\xef\x7e\x82\xd7\x46\x37\xde\x15\x15\xd2\x01\x19\xf8\xd5\x18\x72\x64\x79\x05\x9a\x37\x2b\x6e\x6f\x00\xee\xfc\x94\xc5\x2f\xb5\xb4\xe8\xe0\x77\xde\x70\x97\x59\x59\xd1\x48\x51\x00\x2c\xe6\x16\x5d\x71\x73\x32\x19\x45\xff\x60\xe6\xac\x51\x9e\x71\xf8\xaa\xe2\x1a\xd5\x38\x5a\x6a\xd5\x9b\xd3\xbc\xf1\x6b\x8b\x88\xaf\x1c\x7b\xd0\x55\xd2\x8d\xa1\x37\x28\x2b\xd9\xc9\x79\xb4\xa2\xf6\x4c\x60\x34\x5b\x24\x1c\x0a\x8b\x79\xca\xfe\x13\x8e\x87\x9e\x2e\xb9\x95\xbc\x47\x78\x7f\x74\xf4\x73\x83\xbb\x8e\x2f\xc9\xac\xd7\xfd\xc8\xe2\x8d\x97\x4c\x62\xbe\x48\x62\x25\xaf\x0a\xa5\x5f\x1b\xcf\x48\x36\x78\x18\x59\x66\xb4\x33\x0a\xcf\xc4\x76\x32\x3b\x19\xdd\xeb\x56\x76\x2a\xbe\x24\xae\xd5\xe8\xf8\x41\x35\x89\xaf\x42\x00\xa8\xcf\xa6\x7b\xa4\xa6\x87\xda\x7e\x04\xda\x03\xd9\x1b\xe2\x52\xa3\x05\x8b\x9e\x90\xd9\xc3\x41\xde\xad\x69\xdc\xc5\x09\xc0\x14\x72\x9b\xcb\xed\x59\xe1\x76\xff\xc0\xed\x96\x2c\xcf\x08\x85\xdf\x28\xb9\xb1\x99\x0f\xc3\xd4\x15\x0a\x08\x5c\xea\x6e\x1e\xe1\xfc\x9c\xcb\xca\x9a\x12\xa9\xc0\xda\xb5\xc7\xe7\x32\x18\x02\xeb\xb7\x7a\x3b\xd2\x1e\x57\x0a\xf3\x73\x69\xea\x8c\xae\x6a\x22\xa3\x27\x24\xe0\x94\xe2\x05\xe6\xbc\x56\x87\x0e\x26\xb5\x5b\xf2\x6f\xdd\x4c\x4b\xb6\xd4\x2d\x30\x5b\x86\x75\x5c\x30\x2b\xc9\x57\xf8\x43\x61\xa5\xfe\x0c\x54\x20\x90\x2c\xb1\xcd\xc0\xcd\xe4\x92\xfd\xd1\x35\xdc\xcb\xd4\xae\x2a\x64\x66\x34\x0c\xdf\xa2\x52\xea\xda\x79\xba\x3c\xb3\x87\x3a\x1b\x71\xbb\xa4\x49\x99\x50\x89\x39\xb9\x1d\x72\xd9\x22\x61\x7a\xe9\x1e\xa3\x07\x95\xee\x90\x3a\x27\x5b\x77\x43\x8a\xc0\xe4\xed\x1e\x98\x53\x3c\x7f\xc9\x9a\x53\xba\x83\xa0\xa6\xc5\x9d\xfc\x0b\x53\xf6\xff\x69\xa1\xee\x64\xde\xef\x0f\xcc\x4e\xec\x48\x98\x89\xe6\x6f\xc5\xf3\x35\x88\x86\xe1\x3a\x32\x0b\xd3\x43\x9d\xde\x58\xb3\x79\x52\x4c\x57\xea\x49\x20\x3d\x76\x35\x38\x9a\xff\x3e\x34\x77\x48\x6d\x3f\x20\x1a\x3c\xc3\xa1\x16\x33\xb1\xf0\x1e\x37\x52\x8b\x80\x06\xf4\xff\x65\xf9\x8d\x58\x58\xf1\xec\xf3\x86\x5b\x71\x05\x1e\xbe\x8d\xe3\x46\x58\x4e\x70\xea\xcf\xa9\x19\x74\xd1\x52\x1e\x6a\x31\x87\xea\x86\xc4\xdd\x76\xd9\x1a\xa8\x0e\x9e\x7d\xbc\x7b\xfd\xfc\x92\xf6\x51\x0f\xfc\x51\x93\x54\x97\x34\xc2\x5d\xc7\xf7\x25\x9c\
},
"/static/js/graph/index.js": &vfsgen۰CompressedFileInfo{
name: "index.js",
modTime: time.Date(2018, 6, 16, 5, 46, 34, 662161048, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 32846,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x7d\x69\x77\x1b\xb7\xb2\xe0\x77\xfd\x0a\xb8\xe3\x63\x36\x2d\xb2\x29\x39\x37\x99\x1b\x52\x54\xc6\xf1\x72\xed\xf7\xbc\xc5\x92\xb3\x3c\x59\x4f\x07\xec\x06\x49\x58\xcd\xee\xbe\x00\x28\x89\xb1\xf9\xb3\xe6\x0f\xcc\x2f\x9b\x83\xc2\xde\xdd\x5c\x9c\xdc\xf7\xce\xcc\x19\x7f\xa0\x4c\x2c\x85\x42\x55\xa1\x50\xa8\x2a\x80\x37\x98\xa1\x77\xac\x5c\x10\x31\x27\x4b\x8e\xc6\xfe\x97\x2f\x5f\xd0\xe7\xf5\xe8\x40\x36\x99\x31\x5c\xcd\xcf\xc9\xa2\xca\xb1\x20\xa3\x03\x28\x3b\x7b\xf6\xe4\xed\x9b\xa7\x68\x8c\x8e\x8f\x8e\x8e\x46\x07\x07\x83\x87\x0f\x0f\xd0\x43\xf4\x0f\xd9\xf4\xe0\xe1\xe0\xc0\x41\x4a\xa0\x0c\x8d\xd1\x74\x59\xa4\x82\x96\x45\x4c\x72\xb2\x20\x85\xe8\xa1\xb2\x92\xdf\x79\x0f\xcd\x71\x91\xe5\xe4\xc9\x1c\x17\x33\x62\xbe\xbd\x27\x8b\xf2\x86\x74\xd1\xe7\x03\x84\xc4\x9c\xf2\x84\xe4\x68\x8c\x74\xdf\x91\x29\x04\xdc\x5e\x9c\xbf\x7e\x85\xc6\xa8\x58\xe6\xb9\xad\xd0\xb0\xd1\xd8\x8c\x62\x6b\xfc\xc1\xd0\x38\x18\xbb\xd6\x46\xa1\xe0\xa3\xae\xd0\x41\x01\x8a\xb1\xec\xd1\x95\x5d\xd7\xb6\x3f\xa3\xe9\x35\x9f\xe3\x5b\x33\xf7\x00\xb5\x0c\x0b\x8c\xc6\xe8\xe2\x72\x74\x60\x8a\x68\x41\x05\xc5\x39\xfd\x83\xc4\xdd\xd1\xc1\x7a\x74\xd0\x20\x60\x22\xe8\x82\x3c\xc7\xa9\x28\x99\x9c\x94\x44\x23\x5a\x45\x43\xf4\xfd\x11\x7a\xa8\x3e\x1e\xfd\x0d\x3d\x44\xdf\x7e\xff\x5d\x4f\x56\xdd\x36\xab\xfe\x07\x54\x64\xb5\x0a\x28\x9c\xbb\x42\xf8\xbe\x80\xef\xf0\x5f\x1e\x0d\xd1\x71\x3b\x46\x5c\x90\xea\x17\x9c\x2f\x89\x44\xe8\x42\x36\x3e\xe6\x51\x0f\x45\xc7\x47\xea\xcf\x42\x7e\x7e\x07\x9f\xc7\xea\xcf\xb7\x47\xea\xdb\x5c\x7e\x3e\x82\xcf\xef\xe1\xf3\x58\x7d\x39\xce\xa0\x22\x8b\x60\xe8\xe3\x5b\xf8\x06\x9f\x7f\x83\xcf\xbf\xc3\xe7\xf1\x0a\xca\x57\xd1\xc1\x65\x1b\x5a\xc5\x72\x01\xff\x91\x58\x1d\xb5\x35\xa8\x58\x29\x4a\xb1\xaa\x88\x47\xf6\x26\x93\xa5\x94\x73\x92\x4f\xd1\x18\x58\x24\xb9\x27\xbf\x26\x34\x0b\x16\x4a\x7d\xd0\xc3\x43\xe0\xea\x60\x80\xce\x88\x40\x19\x99\xe2\x65\x2e\x8c\x0c\x26\x06\x88\xf9\x0e\xc0\x34\xd8\x51\xbd\x92\x49\x91\xbc\xa2\x45\xb5\x14\xa6\x55\x5b\xd5\x97\x2f\x40\x51\xd9\x9d\x4e\x51\x1c\xb4\x13\x78\x82\xc6\xe3\x31\x5a\x16\x19\x99\xd2\x82\x64\x46\x80\x9b\xad\xd0\x31\x88\xb0\x46\xfe\x29\xc3\xb7\x6a\xe1\xa3\xb4\x2c\x04\x2b\x73\x8e\x70\x91\xc1\x17\x4c\x0b\xc2\xd0\x94\x95\x0b\xf4\x02\xd6\xc1\x04\x33\x8e\x84\x56\x10\xc9\x81\x26\x9e\x5b\x81\x6a\xc8\x4e\x85\xc5\xfc\x1d\x23\x53\x7a\xd7\x19\xa2\x77\x8f\xcf\x5f\x5c\xbd\x7b\xff\xec\xf9\xcb\xdf\x7a\xaa\x7a\xb2\xa4\x79\xf6\x0b\x61\x9c\x96\x45\x67\x88\x7e\xfa\xf0\xf2\xd5\xd3\xab\x5f\x9e\xbd\x3f\x7b\xf9\xf6\x8d\x59\x5c\x9f\x7e\x5e\x12\xb6\x4a\xc8\x9d\x20\x45\x16\x5b\xfd\xe1\xcf\xa6\x6b\xe9\xe8\xeb\x86\xfb\xf1\xeb\x25\x17\x38\x9d\x93\x84\x91\x22\x23\x2c\x0e\xb4\x9a\xd5\x45\x5d\xd7\x9d\xe4\x09\xae\x2a\x39\x4e\x08\xad\x6b\x18\xfc\x0f\x22\x10\x23\x53\xc2\x48\x91\x12\x8e\x44\x89\x70\x9e\x23\x31\x27\x88\x16\x82\x30\xc2\x05\x2d\x66\x46\x63\x71\x44\x0b\xa8\x73\x44\x55\x74\xc4\x45\xa6\xc0\x4d\x68\x91\x21\x72\x43\x0a\xa1\xd5\x0b\x03\x79\xb1\x1a\xf8\x57\x26\xd1\x61\x46\x14\x48\x9e\x4c\x69\x91\xc5\xd1\x37\x50\x7b\x75\xab\xaa\x23\x74\x68\x04\xca\x4d\xe5\x9f\x92\x6a\xcf\x4b\xb6\x40\xe3\x00\x96\x86\xa0\xea\xaf\xa6\x25\x5b\x44\x6a\x76\x6a\x84\xbb\x8a\xb5\x77\x10\xe4\x4e\x60\x46\xf0\x45\x81\x17\x64\x2c\xdb\x5d\x46\x1e\xe1\xee\x2a\x96\x5c\x93\x55\xc5\x08\xe7\xb1\x53\xfb\x46\xf6\xd2\xb2\xe0\x02\x11\x49\x23\x29\x76\xdf\x8e\xa0\x54\xca\x2e\x49\x6e\xe7\x34\x9d\xa3\xf1\x58\x57\x3f\x78\x80\xee\x91\x84\xcf\xe9\x54\xfc\x3b\x59\x19\x00\xf5\x59\x25\x7c\x39\x59\x50\x11\x77\x47\xba\x9a\x24\x15\x03\x4a\x3e\x55\xeb\xcf\xd4\x80\x74\x03\xb1\x1f\x2f\x45\xd9\x67\x84\xcb\xa5\x2f\xb9\x22\x67\x84\xe4\x94\x50\x59\x20\x58\x57\x09\x34\x05\x41\x9e\x4e\x39\x11\x5a\x0f\x24\xea\xdb\x0b\x42\x67\x73\x81\xfa\xaa\x2c\xcd\x29\x29\x74\xd9\xc8\xf6\x53\xe0\xcf\x35\xad\xc2\x1d\xd0\x4d\x05\xa1\xfb\xf2\x7b\x92\x72\x1e\x77\xe6\x00\xa2\xd3\x43\x1d\xbc\x14\x65\xa7\x5e\x4a\xf2\x84\xa7\xac\xcc\x73\x3d\xfc\xa1\xc6\xcd\x4c\x4f\xfd\xb9\xaf\x76\xa4\xa4\x2c\xe2\xce\x35\x59\x2d\x2b\x35\xa1\x4e\x2f\x50\x71\x35\xf4\xf4\x2e\x86\xd6\x6a\x27\xab\x71\x33\x85\xed\x51\x2d\x04\x7f\xc3\xf4\xa4\x05\x54\xd2\x4b\x5f\x59\x39\xfe\x28\xa9\x01\x2c\x94\xc8\
},
"/static/js/prom_console.js": &vfsgen۰CompressedFileInfo{
name: "prom_console.js",
modTime: time.Date(2017, 7, 5, 9, 45, 6, 925339819, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 22477,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x3c\x7f\x77\xdb\xb8\x91\x7f\xc7\x9f\x62\xc2\xb6\x21\x65\xc9\x94\x9d\xec\xee\x5d\xa5\x28\xfb\xb2\xf9\xb1\xc9\x5d\x92\xcd\x25\x4e\xdb\xad\xa2\xf3\x83\x49\x48\x42\x4c\x91\x2c\x00\xd9\x52\x13\x7f\xf7\x7b\x18\x00\x24\x40\x51\xb2\xec\x5e\xf7\xde\x35\x7f\x30\x26\x30\x18\x0c\x66\x06\x83\x99\xc1\x50\xfd\xc3\x03\x38\x84\x97\xcb\x3c\x91\xac\xc8\x05\xc8\x02\x16\xe4\x82\x02\x93\x40\x89\x60\x94\xab\x96\x2b\xce\x24\x85\x92\x17\x0b\x2a\xe7\x74\x29\x20\x29\x72\x51\x64\x54\xf4\x40\x2c\x93\xb9\xc2\x40\x04\xcc\x38\x29\xe7\x22\x3e\x00\x85\xb2\x7f\x70\xf0\x9e\x17\x8b\x67\x1a\x10\x46\xf0\xf5\x7a\xe8\x35\xc5\xef\x96\x8b\x73\xca\x5f\x16\x7c\x41\xa4\xa4\xdc\x80\xec\x80\x88\x4b\x4e\xa7\x6c\x45\xc5\x4f\x6c\x06\x23\x18\x07\x17\x41\x0f\x82\xb7\xea\xf1\xb3\x7a\x9c\xaa\xc7\x7b\xf5\x78\xa1\x1e\x7f\x55\x8f\x5f\x83\xc9\xde\x38\x4f\x8e\x1f\x7e\xa7\xf1\x32\x44\x8c\xcf\x9f\xf1\x79\x8a\xcf\xf7\xf8\x7c\x81\xcf\xbf\xe2\xf3\x57\xb6\x2f\xfe\x8f\x0b\x92\x65\x88\x7d\xa1\x06\x2e\xd5\x23\x57\x8f\x52\x3d\xa6\xea\x41\xd4\xe3\xef\xea\xb1\x56\x58\x3d\xb4\x67\x42\x72\x56\x9e\x72\xc2\x32\x96\xcf\xfe\x4a\x79\x01\x23\x98\x1a\xa9\x45\xab\x0e\x7c\x3d\x00\x00\x60\x53\x88\x56\x31\xcb\x53\xba\xfa\x65\x1a\x05\x34\xe8\xc0\x68\x04\x47\x27\xb6\x1f\xa0\xdf\x87\xd7\x32\x14\x90\x17\x12\x04\x99\x52\x25\x5e\xc4\xad\xc6\x32\xd5\x23\x12\x46\x73\xc9\xa6\x2c\x51\x40\x44\x4d\x10\x9b\xc1\x9c\xca\x25\xcf\x61\x15\x73\x5a\x66\x24\xa1\x51\xff\x73\xfc\xe3\xf1\xe1\xef\xfb\x3d\x08\xc3\xce\x10\xa1\xae\x0f\x5c\xc8\xe1\x81\x12\x7b\xbf\x0f\xaf\x96\x0b\x92\xb3\xbf\x53\x20\x90\x23\x8b\xe2\x9d\x6c\x9b\x5b\xf0\xcd\x55\x5e\x12\xae\xd0\xc3\x08\x76\x21\x38\xb3\x18\x22\xa4\x67\xd5\xdb\x09\xed\x68\x41\x0f\xe1\xf7\x16\x69\x0f\x4e\x8e\x8f\x8f\x71\xed\x2b\x18\x29\xc2\xc6\xc7\x93\xa1\x21\x53\x43\x9a\xe6\x13\x6c\x56\x12\x7a\x4b\xe4\x3c\x26\xe7\x42\xad\xe8\x31\x54\xc2\xa9\xb8\x2b\x8b\x17\xab\xb2\xc8\x95\x14\x48\x16\x3d\xea\x40\xd7\x60\x52\x08\x14\x7f\x0d\xe4\x6e\x05\x89\x14\xa2\x97\x6c\x45\xd3\xe8\x51\xc7\xc5\xb1\x4d\x22\x3d\x48\x8b\x3c\x94\xb0\x14\x14\x16\x2c\xcb\x58\x7f\xc1\x12\x5e\xf4\xa9\x4c\x62\xb0\x8b\xde\x4f\x6c\xef\x0a\x64\xce\x7b\xbb\xfe\xa6\x0c\x6f\xe6\xc2\x1e\x6b\x7b\xcf\x69\xc2\x84\xc2\xfa\xa8\xd3\xb1\xac\xf9\x4d\xb4\x63\x3c\xb9\xad\xd8\xff\x39\x12\x83\x2b\x26\xe7\x80\x76\x8b\x08\x90\x73\x0a\xe7\x44\xd0\x1e\x70\x22\xe7\xca\x72\xcf\x49\x8e\x74\xee\x27\x34\x63\xff\x7e\xe3\xfd\xa6\x66\x75\xb9\xfa\xf0\xbb\x7f\x91\xcd\xa4\xf1\xb2\x7c\x06\x24\x07\xba\x22\x89\x04\x4e\x4b\x4e\x05\xcd\xad\x55\xdd\x47\x2a\x2f\x70\xe4\xff\x23\x33\x68\xf8\xa9\x85\x07\xdd\x4a\x5c\x37\x9c\xff\x35\xa9\xde\x62\x7b\xe0\x12\x05\x8d\x49\xa7\x24\x91\x05\xaf\x19\x52\xe9\x48\x10\x58\xfd\x58\xc1\x68\x34\x82\x63\xab\x17\xfd\x43\x78\x5e\xa8\x83\x6d\xce\xf2\x59\xac\xfc\x14\x80\x6b\xa0\x99\xa0\x1b\xda\xf4\x64\x54\xab\xd3\xb4\xe0\x10\xa9\x19\xd8\xe8\x78\x08\x0c\x1e\xbb\x64\xc5\x19\xcd\x67\x72\x0e\x0f\x1e\x40\x63\xbc\xa6\x6f\x08\xdd\x2e\xab\x8f\xe0\x15\xf4\xab\x1e\xd3\x54\xd1\xed\x60\x1d\xb3\x49\x7d\xa2\x1a\x12\x6f\x22\x06\xd9\xb2\x85\x9c\xc7\x70\xb2\x41\xc8\xe1\x8d\x84\x20\x46\x9f\x94\x5a\xc6\xe3\x4a\x3c\x46\xbe\x9e\x80\x4f\xd9\x82\x3e\x2b\x72\xc9\x8b\xcc\x15\xa9\x9e\x3f\x2d\x92\xe5\x82\xe6\x32\x9e\x51\xf9\x22\xa3\xea\xcf\x9f\xd6\xaf\xd3\x28\x50\x5e\xe6\x19\xba\x92\x67\xe9\x92\xe3\x46\x39\x13\x73\xce\xf2\x8b\xa0\x13\x17\x79\x92\xb1\xe4\x02\x46\x20\xe7\x4c\xc4\x29\x4d\x38\x25\x82\x3e\x37\x80\xf1\x39\xcb\xd3\x48\x75\xa1\x26\xde\x6a\x8e\x19\x2f\xae\x36\x67\x60\xf9\x3f\x3c\x83\x64\x0b\x7a\x76\x4e\x92\x1d\xf4\xbf\xc8\xd3\xbb\x22\x9e\x16\xfc\x8a\xf0\x74\x3b\xe5\x77\xc3\xcd\xe9\x94\x53\x31\x3f\x3b\x5f\x4a\x59\xe4\x9b\xd8\x4d\x7f\x03\xb3\x5e\x94\x61\x95\x41\x0d\xa3\x5b\xc9\x21\xa8\x11\xd1\x3c\xbd\x1d\x0e\x64\x08\xcd\xd3\x60\x2b\x31\x71\x91\xb3\xbc\x5c\xca\x4a\x00\x4c\x94\x44\x26\xad\xeb\xa8\xa7\xff\xe7\x8f\x32\xec\xfc\x13\xc9\x96\xf4\x76\x6b\xf6\x05\x75\x76\xa9\x30\xa8\xf5\x57\x27\x04\x76\xbf\x61\xe2\xb6\x08\x59\x2e\x29\xbf\x24\x99\xd0\xdc\x74\x90\xbd\xb6\x3d\x18\xce\xfc\x32\xc5\xe0\xe5\x04\xc3\x9a\xef\xf1\x79\x62\xfe\x9b\x07\x68\x36\x36\xcd\x55\x13\x91\xb1\x58\x9e\x79\x52\x03\x32\xe6\
},
"/static/js/targets.js": &vfsgen۰CompressedFileInfo{
name: "targets.js",
modTime: time.Date(2018, 6, 16, 5, 46, 34, 662161048, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 1628,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x54\xc1\x6e\xdb\x30\x0c\xbd\xfb\x2b\x08\x2d\x07\x19\x48\x8d\x62\xc7\x65\x39\x0c\xc3\x80\x6d\x97\x1d\xda\x9d\x0b\xc5\x62\x2c\xad\x8a\x14\x58\xf4\xd6\xa1\xc8\xbf\x0f\xb4\x65\xc5\x6e\xdc\x0e\xc9\x31\x22\x1f\xdf\x7b\x7c\xf4\xbe\xf3\x35\xd9\xe0\x81\x42\xd3\x38\xfc\x1e\x76\xf7\x6a\xe7\x50\xee\x3a\xa2\xe0\xd7\x10\x4d\xe8\x9c\xfe\xf2\x74\x54\x5e\x97\xcf\x05\x80\xdd\x43\x7a\xac\x1c\xfa\x86\x0c\x6c\xb7\x5b\xb8\x2d\xe1\x19\x5a\xa4\xae\xf5\x1b\x38\x15\xa9\x6e\xd6\x0c\xdc\x0d\x90\x7a\x5b\x3c\x84\xdf\xf8\xd9\xa9\x18\xa5\xa8\x83\x73\xea\x18\x51\xdf\x10\x0f\x17\x65\xa5\xb4\x4e\x6f\xd8\x77\x4f\x9e\x0c\x1d\x9c\x14\xd1\x84\x3f\xe0\x30\x46\x51\x6e\x0a\x80\x13\xa0\x8b\xf8\xc6\x88\x0b\x98\xf3\x84\xcb\xe9\x93\x11\x87\xd0\x62\x1a\xc1\xaa\x12\xf4\x51\xb5\xe8\x29\x4a\x51\xf5\x2d\x37\x75\xf0\xa4\xac\xc7\x56\x94\xd5\xde\x7a\x2d\xc5\x08\x35\xd8\x3a\x77\x62\x73\x0d\x50\x75\xa6\x87\x0e\x0f\xe8\xe9\x55\xd4\x53\x51\xe4\x75\x32\xf9\x4f\xce\xc9\x87\x35\x64\xcc\x61\x05\x2b\x79\xfe\xa3\xe2\x32\xb9\xd0\xfa\xd3\x1b\x54\x8e\xcc\xdf\x05\x80\x3a\xf8\x48\x60\xe3\xd7\xa1\x02\xb6\x73\xc8\x81\xb6\x79\xcf\x1e\x13\xb5\x52\xd4\x6c\xb3\x28\x2b\xeb\x35\x3e\xfd\xd8\x4b\xa1\x95\x6f\x58\x21\x7c\x84\xdb\x4d\x8a\x4a\x86\xe3\x20\xcd\xf0\x8c\xd5\x28\x4b\x4e\xd5\x94\xa4\xf5\x96\xe4\x28\x48\x24\x37\x49\xb5\x0d\x12\xcf\xaa\x9d\xad\x1f\x65\xae\x96\x63\xfa\x06\xee\xbd\xd7\xf7\x96\x1c\xf6\xe4\xc9\xd8\xc8\x2d\x21\x62\xa4\x44\x7d\x50\xa1\xb2\x08\xab\x39\x05\x3d\x06\xd3\x1d\x9b\x8c\x8a\xaf\xa5\x68\x1c\x09\xe0\x42\xad\xdc\x1d\x85\x56\x35\x58\x45\xa4\x6f\x84\x07\x79\xe6\xb0\x86\x9c\xce\x21\x69\xfc\x7b\x71\x8e\x69\xde\x1a\xa8\xed\x30\x15\xa5\xcc\x2f\xd3\x79\x99\xf7\x6b\xd8\x64\x29\xff\xa7\xb3\x57\x2e\x66\x3e\x7c\x24\x83\x49\x2b\x29\xaa\x5f\x61\xf7\x60\x50\x69\x6c\x81\x6d\x44\x55\x9b\xc9\x42\x1e\xd6\xe0\xac\x7f\x9c\xef\xa5\x56\xb5\x41\xdd\x8f\xb8\x23\x45\xbc\x9d\x19\xdb\x26\xb1\x5d\xc9\xbe\x77\xb2\x9a\x44\x81\xbd\xb8\x04\xd9\x6e\x67\x9a\xb2\x13\xcb\xa2\xaa\x68\x77\xce\xfa\x26\x8e\xb1\x12\x6f\xea\x7c\xc7\xe7\x72\x3f\x04\x0f\x3e\x58\x7f\xec\xf8\x40\x6b\xc3\x19\xcf\x7a\x2f\xf2\xc7\xe5\x93\xec\x2d\x66\x6c\xac\x62\xfa\xca\xb9\x9b\x9c\xee\x2c\x60\xb5\xf8\xdd\xe8\x9d\x4e\xf7\x7f\x19\x95\x29\x6a\x37\x5e\xf9\xf5\xd8\xf9\x03\xf1\xc2\x94\x53\x51\xac\x24\x1f\x67\xb9\x29\xfe\x05\x00\x00\xff\xff\x8e\x4f\x80\xff\x5c\x06\x00\x00"),
},
"/static/vendor": &vfsgen۰DirInfo{
name: "vendor",
modTime: time.Date(2017, 7, 5, 9, 45, 6, 925339819, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/bootstrap-3.3.1": &vfsgen۰DirInfo{
name: "bootstrap-3.3.1",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 295024773, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/bootstrap-3.3.1/css": &vfsgen۰DirInfo{
name: "css",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 294024732, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/bootstrap-3.3.1/css/bootstrap-theme.css.map": &vfsgen۰CompressedFileInfo{
name: "bootstrap-theme.css.map",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 293024692, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 43029,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x89\x73\xdb\x36\xf6\xff\xbf\x82\x71\x26\xad\xfd\x35\x75\x5b\x3e\xa4\x6d\x47\xb2\x2c\x1f\xd9\x64\x9b\xdd\xa4\xbb\xce\xac\x3b\x13\x90\x04\x25\x4e\x28\x82\x05\x29\x5b\x4e\xc7\xff\xfb\x6f\x70\xf1\x04\x29\x50\x47\x93\xfe\x66\xad\xed\x86\x04\x1f\x3f\x78\x0f\xef\xc2\x45\xf2\x8f\x83\x47\x44\x42\x17\xfb\x07\x83\x9e\x71\x10\xe2\x25\xb1\x50\x78\x30\xf8\xef\x81\x87\xc2\xb0\x15\xcd\xd1\x02\x35\xe9\xe1\x81\xc1\x4b\x16\xee\xca\xf5\xc3\xd6\x23\xf2\x6d\x4c\x1a\x01\x41\x8e\xbb\x42\xa1\x24\x31\x31\x8e\xc2\x88\xc0\xa0\xc1\xef\xb4\x0a\x37\xce\x08\xb4\x5d\xe4\x47\xa1\x0a\x95\xa0\x10\x45\x0d\xc7\xf5\x22\x44\xf8\xf5\xdf\x8c\x03\x1f\x2e\x18\x47\xbf\x19\x07\x0b\x18\x04\xae\x3f\x0b\x0f\x06\x07\xe3\xb1\x35\x1e\xb2\xbf\xe9\xf8\xdd\xd4\x68\x4f\xc6\xe3\xf1\x70\x3a\x99\x5d\x8d\x8d\xd3\x6b\x76\x3c\x9e\xfc\xd3\xf8\x9d\x1f\x4e\xfa\x57\x1f\x87\xe3\xeb\xd9\xe5\x64\x98\xfa\x9b\x4e\xba\x93\xb1\xd1\xbe\x8a\xa9\xbf\xf0\xc3\xc9\xd9\x84\x52\xff\xfb\x4a\xe2\xbb\x97\x77\xc6\xe2\x92\x5d\x9b\x4e\x6e\x29\xd0\x64\x42\xcb\xa7\x53\xe3\x49\x14\x5f\x5c\xd2\xf2\xc5\xe4\x6a\x38\xbd\xf1\xae\xee\x8c\xf6\x54\xa0\x8e\x8d\xdf\x93\xc3\x63\xc1\xd9\x78\x6c\x3c\x89\xd2\xe9\xd8\x78\xba\xe5\xd5\xfa\x97\xd7\x92\xf8\x8d\x3b\x19\x1b\xa7\x97\xf1\x8d\x4b\x71\x78\x7c\xd9\x9d\x18\x5d\x71\x32\xee\x5e\x1a\x58\xd4\xbf\xba\x7c\x9c\x0e\xc7\xd7\x6f\x25\x5f\xdd\xe4\xde\x73\x41\xf2\x0b\xe5\xf0\x8d\x82\x40\x80\x4f\xdf\x51\x82\x5b\x05\x81\x14\xf2\xef\x94\xe0\x57\x2a\xa2\xbf\x37\x11\xa7\xc7\x97\x57\xc3\xf1\xf5\xd9\x65\x85\x24\xc7\xac\xb1\xfb\x2a\x12\x89\x72\xce\x48\x7a\x2a\x12\x29\xcd\x29\x23\x31\xa9\x38\xc1\xfe\xc4\x59\x5e\x51\x71\xc8\x55\x85\x38\xcb\x2b\xca\x48\xa0\x22\x91\x28\x21\x23\xf1\x55\x24\x52\x9c\xdf\x39\x0a\xb3\x40\xb2\x47\xf5\x4c\x99\x7a\xa6\x55\xea\x99\x32\xf5\xa8\x48\x62\xf5\x30\x92\x9e\x8a\x24\x56\x0f\x27\xb9\xa2\xf2\x44\x7b\xd4\xcf\x0d\xd3\xcf\x4d\x95\x7e\x6e\x58\xcb\xaa\x48\x62\xfd\x30\x12\x5f\x45\x12\xeb\x87\x91\x78\xd7\x54\x9e\xc7\x3d\xea\xe7\x96\xe9\x47\xe5\xc6\xb1\x7e\x6e\x99\x7e\x54\x24\xb1\x7e\x18\x49\xaf\x2a\x18\x9c\xde\x72\x91\xaf\x68\x20\x75\xa6\x06\x4e\xe2\xe8\x89\x08\xc6\xe1\x2d\x8d\xa3\x17\xd7\x94\xe4\x66\x35\xad\x21\x73\x56\x36\x21\xfe\xed\x72\x7a\x2d\x39\x99\x62\xa6\x37\x8f\x56\x3f\x9c\xde\x9c\x6d\x0f\x7e\x9a\x02\x7f\x62\xe0\x2d\xa6\xab\xce\xf5\xb6\xd0\x19\xb5\x9d\xdc\x8c\x65\xd0\x9e\x5c\x4c\x94\xc9\x0a\xbf\xa1\xcd\xd6\x61\x2d\xbb\x83\xea\xaf\xbb\x93\x6b\x55\x96\x3b\x67\xd5\x3c\xb2\x6a\xa8\x8e\x67\xbc\x7c\xfa\x2c\x3c\x82\x0a\x7f\x76\xb3\x4b\xe1\xaf\x9f\x7f\x61\xc6\xc9\x25\xdb\x1e\x9b\x49\xf6\x9c\x48\xe6\x0a\xc9\xf0\x5b\x26\xd9\x2d\x93\xec\xd3\x9d\xd1\x9d\x08\xc3\x67\x2e\xd8\xe1\x36\x33\xbe\x99\x1a\x5f\x84\xbe\x4f\x98\xc8\x7d\xaa\xef\xf1\xbf\xef\x86\xc3\xe1\x1d\xbd\x0a\xe9\xc5\xbb\x9b\xce\xdd\xb5\xe0\xf3\x2e\xe1\xf3\x2e\xe1\xf3\x2e\xe1\xf3\x2e\xe1\xf3\x2e\xe1\xf3\xee\x0a\xbf\xa7\xc8\x93\x6b\xe1\x30\xd3\xf1\x64\x6a\x1c\x0b\x27\x59\xdd\x8c\x8d\x93\xc4\x08\xb0\x30\x82\xf3\x77\x54\x86\x1e\x33\x41\xff\xef\x5b\x5b\x77\xf7\xcd\x75\x2e\xe4\x79\x4c\xc1\xc1\x6e\xa1\x8f\x19\xf4\x57\x06\x4d\x76\xcc\x35\x0b\x6c\xf3\x5b\x96\x0f\x76\xcc\x75\x0a\xfa\x62\x6b\xe8\x2b\xf7\xc3\xad\xb0\xf2\xe9\xcd\xea\xed\xd6\x70\x4f\x0c\xce\x67\xdc\x7d\xdd\x1e\xee\x98\xc1\x7d\x65\x70\x9d\xed\xe1\xc2\x8f\x14\xae\xc5\xe0\x7a\xdb\xc3\x9d\x32\x38\x72\x47\xe1\xfa\xdb\xc3\xe1\x5f\x29\xdc\x8a\xc1\xb5\xde\xdc\x19\xc7\xef\x62\x92\x76\x72\xb8\xe4\x87\x57\x6d\xd6\x34\xc1\x9d\xf0\x50\x19\xa6\x7b\x6f\xc6\xaa\xec\xf6\xe5\xc3\x47\xc1\xaa\x88\x26\xc7\x9c\xfe\x66\xfe\x8f\xe9\xb6\xd6\x79\xfe\x2e\xb1\xce\xee\x1d\xb3\xce\x37\xbc\x9e\x7f\x26\x43\x91\xd3\x3b\x66\x18\x94\xdd\xc9\xfc\xed\xd4\x58\x24\x3c\x76\x65\x06\xfe\xf8\x91\xf5\x06\x98\xed\xfc\xb2\x75\x73\x3e\xff\x27\xae\xf1\xa6\xb3\x3d\xdc\xec\x9e\x99\x22\x83\xeb\x6d\x0f\xb7\x64\x70\x2d\x6e\x3b\xdb\xc3\x9d\x33\x38\xf2\x86\xe5\xc1\xed\xe1\x7e\xff\xc4\xba\x54\x0c\xee\x62\x7b\xb8\x93\x14\x1c\x79\xbf\x75\x38\x5c\xbc\x8f\x0d\x6e\xb2\x7a\x37\x36\xba\x49\x46\x5a\x88\x8c\xd4\xfe\xcf\xc7\x03\xe3\xc0\x71\x3d\x74\x30\x28\x19\xe8\x8b\xe9\x83\x09\xf6\x23\xe4\x47\x07\x83\xff\x1e\x3c\xf8\xad\x16\xfd\x0f\xbc\xc5\xd0\
},
"/static/vendor/bootstrap-3.3.1/css/bootstrap-theme.min.css": &vfsgen۰CompressedFileInfo{
name: "bootstrap-theme.min.css",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 294024732, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 19835,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5b\x5d\x8f\xdb\xba\xd1\xbe\x7f\x7f\x85\x5e\x04\x41\x76\x0f\x6c\x59\x96\xad\xf5\x47\x90\x45\xd1\xf4\xa0\x08\x70\x4e\x6f\x9a\x8b\x02\x45\x2f\x28\x91\xf2\x0a\xc7\x96\x04\x8a\xde\x75\xb0\xd8\xff\x5e\x70\x48\x79\x45\x9b\x92\x45\x52\xae\xcf\x45\x22\x04\x89\x69\xcd\x33\x23\xcd\x3c\xfc\x98\x19\x4f\x7e\xf9\xff\xff\xf3\x7e\xf1\xfe\x5a\x14\xac\x62\x14\x95\xde\xf3\xcc\x9f\xf9\x53\xef\xee\x89\xb1\x72\x3d\x99\x6c\x08\x8b\xeb\xef\xfc\xa4\xd8\xdd\xf3\xbb\xbf\x16\xe5\x0f\x9a\x6d\x9e\x98\x17\x06\xd3\xe9\x38\x0c\xa6\x73\xef\xfb\x4b\xc6\x18\xa1\x23\xef\x5b\x9e\xf8\xfc\xa6\xdf\xb2\x84\xe4\x15\xc1\xde\x3e\xc7\x84\x7a\xbf\x7f\xfb\x2e\x40\x2b\x8e\x9a\xb1\xa7\x7d\xcc\xf1\x26\xec\x25\xae\x26\x47\x15\x93\x78\x5b\xc4\x93\x1d\xaa\x18\xa1\x93\xdf\xbe\x7d\xfd\xf5\x1f\xff\xfc\x95\xab\x9c\xf8\x31\xcb\xc7\x98\xa4\x68\xbf\x65\x23\xf8\x50\xd2\x6c\x87\xe8\x0f\xf1\xa1\xda\x27\x09\xa9\x2a\xf1\x21\xcb\xd3\x42\xfc\xef\x05\xd1\x3c\xcb\x37\xe2\x03\x46\xf9\x86\xd0\x57\x46\x0e\x6c\x5c\x3d\x21\x5c\xbc\xac\x03\x6f\x3c\x2d\x0f\x5e\xe0\xd1\x4d\x8c\xee\x82\x11\xbf\xfc\xf0\xfe\xf3\xf8\x85\xc4\x7f\x64\x6c\x1c\x17\x87\xfa\xd6\x2c\xaf\x08\xf3\x02\xaf\x71\x7f\x18\x45\xa3\xfa\xaf\x3f\x8d\xee\x47\xe2\x5b\xfe\xb7\x89\x17\x2c\xa2\xfb\xcf\x83\x21\xbd\x35\xdf\xc4\x1a\x25\x2c\x7b\x26\xca\x0b\x51\xc6\xe4\x7b\x51\xc6\xf8\xeb\x51\x06\xe4\x5b\x52\xc6\xc4\xcb\x52\x87\x84\x4e\x5f\xa3\xd3\xd7\xe8\xf4\x4f\x75\xfa\x1a\x9d\xfe\xb9\x4e\x39\xf4\xda\xe1\x83\x59\x79\xf0\xa2\x93\x77\x33\x0d\xf5\x6f\xb9\xed\x5e\xe5\x3d\x7a\x7e\x8c\xf0\x46\x7d\x26\x65\x4c\x3e\x93\x32\xc6\x9f\x49\x19\x90\xcf\xa4\x8c\x89\x67\x92\x43\x4a\xec\xe5\x45\x4e\xc0\x88\xe6\x4b\xae\x1f\x3e\x46\xc9\x1f\x1b\x5a\xec\x73\x3c\xce\x76\x68\x43\xde\xef\xae\x4d\x3e\x89\x63\x11\x4c\x1f\xd2\x34\xfd\x7c\x26\x5b\xbf\xc9\x6d\x96\x13\x44\xc7\x1b\x8a\x70\x46\x72\x76\xc7\x8a\x72\xc4\x25\xbc\x60\xf4\x81\x04\xfc\xf2\xa6\x41\xf0\xf1\x5e\x83\x50\xb8\x08\x4b\xf5\x47\x51\x01\x35\xda\x92\x94\x79\x1c\x06\xfe\x13\x17\x8c\x15\xbb\x51\x4a\x8b\xdd\x1d\xc7\xbd\x1f\xb1\xe2\x4e\x22\xdf\x6b\x50\xcf\xed\xa9\x21\xb4\x56\xa5\xd9\x96\x11\xba\x2e\x69\xb1\xc9\xf0\xfa\x6f\xff\xfa\xc6\x41\xbe\x53\x94\x57\x69\x41\x77\xfe\xef\x59\x42\x8b\xaa\x48\x99\x7f\x04\xac\x18\xa2\xec\x6b\xb1\x2d\x68\xc5\xe8\x97\x4f\x1c\x15\xfe\x7c\x1a\x79\x24\xc7\xca\x17\x42\xd3\xa7\x91\xf7\x77\x29\xfc\xfd\x47\x49\xbe\x04\x36\x5a\x49\x8e\xe2\x2d\xc1\x5f\x52\xb4\xad\x88\xf2\xd8\x94\x94\x04\xb1\xb5\xf8\x67\x7c\xf8\x1c\x17\x14\x13\x3a\x4e\xb8\x21\xeb\x0f\x38\xe6\xd7\xc9\x60\x92\x24\xea\x74\xf1\x54\x3c\x13\xaa\xb0\x79\x9d\x16\xc9\xbe\x6a\xc6\x9b\x94\x15\xcf\xd4\x34\xa0\x2c\xaa\x8c\x65\x45\x0e\xb3\x66\x54\x1e\xda\x67\x22\x75\xa6\xe8\x00\xd7\x3c\x82\x8a\x8a\xb3\x0a\xde\x87\x82\xfb\xef\x7a\xf4\x3f\xbd\xec\x3e\x25\x90\xe4\xf7\x39\xc7\x3a\x79\x32\x9b\x2d\x50\xbc\xe0\x71\x15\x3e\x44\x68\xb9\x34\xa5\x4a\x6f\x79\x73\xb6\x08\x68\x41\x18\x01\x6e\x48\x98\x16\xdb\x86\xe0\x8c\x80\xd6\x70\x46\x68\xba\x29\x67\xc2\x79\x14\x2d\x03\x25\x28\x9a\x0c\xa9\x87\xda\x18\x22\x9e\xe0\x32\x43\x74\xeb\xb2\xba\x6e\x76\x80\x5f\x34\x58\x65\x88\x1c\xed\x64\xc8\xb9\xdd\xa7\x0c\x91\xab\x9d\x21\x43\xa2\x24\x5e\x46\x09\x8f\xa2\xf9\x74\xf5\x30\x9f\x9a\x32\xa4\xb7\xbc\x39\x43\x04\xb4\x60\x88\x00\x37\x64\x48\x8b\x6d\x43\x30\x44\x40\x6b\x18\x22\x34\xdd\x94\x21\x33\xb2\x4c\x67\x6a\x50\x34\x19\x52\x0f\xb5\x31\x44\x3c\xc1\x65\x86\xe8\x76\xa9\xea\x2e\xb2\x03\xfc\xa2\xc1\x2a\x43\xe4\x68\x27\x43\xce\xed\x3e\x65\x08\xdf\xfb\x99\xd2\x23\x4e\x02\x4c\x60\x92\x45\x28\xc6\xa1\x31\x3d\xfa\xca\x5b\xd0\x03\xa0\xe5\x02\x02\xe0\xa6\xf4\xd0\xdb\x36\x08\x3d\x00\x5a\xb7\x80\x80\xa6\xdb\x2e\x20\x4b\x34\x4f\x56\xef\x11\xd1\xe4\x06\x7c\x6e\x5d\x3a\xc0\xf6\xcb\xc4\x38\x3b\xaa\x35\xce\x51\x1d\xb0\xdd\x46\xaa\x7c\xe0\x43\xdd\xcb\xc5\x99\xad\xa7\x64\x90\xe7\x1e\x43\x3e\xa4\x01\xc2\x73\x88\x19\x12\xaf\x66\xd3\x07\xe3\xb3\x47\x5f\x79\x8b\xe3\x07\x40\xcb\x13\x08\x80\x9b\x9e\x40\xf4\xb6\x0d\x72\x08\x01\x68\xdd\x21\x04\x34\xdd\x94\x0f\x64\xb6\xc4\xd3\x99\x12\x14\x4d\x4a\xd4\x43\xad\x47\x0e\x78\x82\xcb\xac\xd0\xe5\x2b\xd4\x7c\x42\x07\xf8\x45\x83\x55\x7a\xc8\xd1\xee\x23\xc7\x99\xdd\x67\x67\x76\x91\
},
"/static/vendor/bootstrap-3.3.1/css/bootstrap.css.map": &vfsgen۰CompressedFileInfo{
name: "bootstrap.css.map",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 294024732, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 366144,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\xfd\x0d\x97\xdb\xb8\xb1\x27\x8c\x7f\x15\xad\x73\xf6\x24\xb9\x6a\xb5\x48\x91\x7a\xeb\x3e\x37\xff\x15\x29\x75\xb7\xda\xdd\x33\x63\xcf\x38\x8e\x13\xe7\xff\x1c\x4a\x62\x93\x94\xf8\x26\x92\x7a\xdd\x9d\xe7\xb3\x3f\x07\x28\x00\x04\x01\x90\x52\x3b\xb9\x77\x3d\xf7\xc6\x32\x7e\x55\x85\xaa\x42\x01\x28\x02\x20\xf8\xbf\x3f\xec\xdd\x2c\x0f\x92\xf8\xc3\x9d\x71\xf3\x21\x4f\x76\xd9\xd2\xcd\x3f\xdc\xfd\xe3\xc3\x22\x49\x8a\xbc\xc8\x9c\xf4\x76\x99\xe7\x1f\x6e\x3e\x84\x6e\x9e\x77\xe3\x24\x8b\x9c\x30\x38\xbb\xb7\xe8\x9f\xb4\x34\xcd\x82\xb8\xa8\x94\x78\xe1\x29\xf5\x83\x65\x12\xe7\x95\xe2\x7c\xe9\xbc\xbd\x25\xe1\x2a\x88\xbd\x4a\x79\x14\x1c\x83\x38\xef\xee\xdd\x78\x95\x64\x9d\x34\x73\xdf\x82\xa3\x9b\xab\x48\x0a\x67\xd1\x79\x4b\x96\x3b\x25\x18\x44\x8e\x57\xd5\xac\x38\xa5\xae\x52\x8c\x7b\x2c\x3a\x6e\x94\xfa\x4e\x1e\x28\x45\x2d\x9c\xe5\xc6\xcb\x92\x5d\xbc\xea\xec\x9d\x2c\x70\x04\xfb\x78\x31\xc9\xde\xcd\xde\xc2\xe4\x50\x21\x58\x26\xab\x6a\xc5\x5e\x16\xac\x54\x22\x9a\xca\x3b\x6f\x99\x13\xb9\x87\x24\xdb\x54\x8d\x72\x16\x61\xad\x77\x42\xb7\x93\x09\xba\xbc\x25\x59\xa4\x24\x97\x81\xc5\xae\x28\xc4\x46\xa3\x1e\xa9\x87\x92\xd4\x59\x06\xc5\x49\x70\x40\x94\x26\xb1\x1b\x17\x1d\x27\x0e\x22\xa7\x08\x44\xde\x55\x96\xa4\xab\xe4\xa0\x96\x18\x3b\xfb\xce\x2a\xd8\x07\x2b\x37\x53\xc1\x99\x9b\xbb\x45\xe7\x2d\x08\x0b\x01\x07\x25\x3b\xa8\xe5\x52\xb5\x15\x49\xb6\x72\xb3\x4e\xe6\xac\x02\x21\x86\x82\x38\xdd\x15\x2a\xce\xd8\xd9\x4b\x05\x0b\x47\xa9\x17\x52\x7b\xef\x66\x45\xb0\x74\xc2\x8e\x13\x06\x5e\x5c\xa1\xda\x15\x41\x18\x14\x81\xd0\x76\x8b\xcc\x75\x56\xcb\x6c\x17\x2d\xaa\xe5\xa9\xe3\x05\x31\x76\x9c\xaa\xaa\x1a\x34\x75\x3c\xc1\x25\xa1\xb3\x70\x43\xa5\x2f\x14\xc8\xc2\x59\x79\x82\x7a\xeb\x5d\xb4\x48\x8a\x4c\xa8\xa7\xf0\x77\xd1\x22\x76\x02\x81\xdf\x09\xdd\xac\x50\x56\xa6\x40\xd2\x2c\xf1\x32\x37\xcf\x3b\x0b\x27\x53\xf2\x78\xa8\x99\xdc\x58\x2d\x90\xe7\xae\xe2\xee\x2a\x70\xaa\x2e\x08\x72\xd2\xb2\x4a\x37\xa8\xd1\xd4\x89\x6b\xfc\xa6\x40\x32\x37\x4f\x93\x38\x0f\xf6\x6e\xc7\x8d\x16\x6e\xb5\x47\x1f\xdc\x50\x20\x5f\x86\x49\x2e\x8c\x4b\xc9\xca\x11\x88\x8a\x24\x09\x8b\x40\x50\x2a\x49\xd1\x70\x23\x48\x73\xb2\x64\x97\xbb\xa1\x4a\xd7\x65\xe8\x3a\xd9\x5b\x70\x54\x62\x6e\x5c\xb8\x59\x67\x11\x26\xcb\x8d\x0a\xf7\x83\x95\xdb\x41\x43\x5c\x9d\xa9\xea\x78\x2e\xfb\x28\xa5\xdb\x07\x79\xb0\x40\xa4\x64\x88\xf8\xe7\xcd\x87\xd8\x89\xf0\x34\xf3\xcf\x9b\x0f\x91\x93\xa6\x41\xec\xe5\x1f\xee\x3e\x4c\x26\x93\xc9\xcd\x60\x3a\x99\x98\xd3\xfb\x89\xfd\xa9\x3f\xbd\x9f\x4d\xec\xd9\xcd\xc9\x9a\x4c\x26\xe8\xe7\xe4\xc6\x2c\x7f\x7a\x36\xfe\x39\xfd\x09\xd1\x3a\x84\xf4\x2b\x94\xfd\x0d\x95\x1d\xac\xe9\x3d\xff\x67\x36\x71\x66\x37\x1e\x08\x98\x16\x16\x22\x19\x01\xc9\x6c\x32\x9f\xdd\xec\x4a\xd1\x1a\x21\xea\x63\xa2\xc4\x26\xc2\x5d\x46\x40\xaa\x09\x6d\x84\x6b\xf6\x14\x89\x98\x51\x82\xe9\x11\x17\x6f\xa6\x84\xad\x4d\xa4\xf9\x53\x54\xbc\x9b\x52\xea\x6f\x50\x9c\xe1\xe2\x36\xa5\xee\x11\xea\x21\x2e\x4e\x66\x94\x3a\x22\xe5\xe1\x0c\x95\x9f\x66\x84\x3c\x21\xc5\x7b\x5c\xdc\xa6\xc5\x5e\x69\xcc\x86\x0a\xc4\x14\xc9\x03\xa1\xd8\x94\x14\x0e\x91\xfc\x80\x25\x3f\x54\x45\x4c\xf7\xb8\x78\xf4\x40\x15\xe1\x44\x73\x3f\x13\x85\xf7\x30\x63\x9b\xca\x23\xb5\x0c\x71\xa9\xf7\x48\x4a\x03\x42\x3c\xc6\xc5\x87\xc7\x6a\x3b\x16\x8f\xa8\x74\xf0\x58\xd5\x79\x6a\xe0\xe2\xed\x93\x50\x1c\x3f\xe1\xe6\xa0\xc5\xa3\x52\xa5\x00\xc7\xca\x17\x14\x5e\x5c\x30\x91\x4a\x8e\x98\xad\xfd\x24\xd8\x3d\xc4\xc5\xc9\xbc\x8c\x90\xc8\x16\x2d\x9f\x86\x73\x4c\xf4\x3c\x25\x11\xf6\xb1\xe2\x1f\x39\x60\x9e\xb1\x8b\x9f\x49\x55\xb4\x4d\xf7\xb8\x38\xf8\x48\x5d\x9c\x93\xf2\x2e\x2e\xd7\x3e\x96\x2a\x70\xf1\x4f\x3d\x77\xfc\x88\xd5\x67\xcc\xb4\x7c\x88\xcb\x93\x17\x5a\xfe\x95\x71\x92\xc0\x0b\x5f\xb0\xf4\x17\xa2\xcc\x96\xca\xc3\xc5\xd1\x2b\x6b\x6f\x6c\xf5\x47\xdc\x35\x2d\xe6\xc6\x83\x25\x8a\x5b\xbf\x62\x71\x8c\x6f\x49\xc4\xe1\xe2\xe0\xa7\x6a\x67\x40\x7c\x52\xfb\xe0\x9f\x27\x6a\x3b\xe6\x3b\xfc\x44\xc5\xd1\xa8\x2a\x70\x7f\x1f\xfc\x54\xed\x2e\x55\x6f\xd3\xa1\xc1\xc0\xb4\xd1\xcf\x95\xa0\xe2\x55\xfe\x19\xd7\xf1\xb3\xd0\xf2\x05\x2e\x1e\xfd\x2c\xb4\x52\x1f\x17\xe7\xbf\xc8\x35\x53\x8a\xf4\x17\xdc\xc3\x7f\x11\x7b\x38\x2a\x9e\xd8\xd3\x9b\
},
"/static/vendor/bootstrap-3.3.1/css/bootstrap.min.css": &vfsgen۰CompressedFileInfo{
name: "bootstrap.min.css",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 294024732, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 113498,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xef\x8f\xe3\x38\xb2\x20\xf8\xfd\xfe\x0a\x4d\x35\x0a\x5d\xd9\x65\xa9\x24\xff\x4c\xdb\xe8\xbc\x79\x37\xbb\xd8\x37\xc0\xce\xfb\xb2\xf3\x61\x81\x9e\xba\x03\x2d\xd1\xb6\xa6\x65\x49\x23\xc9\x99\x59\xed\xf5\xfe\xed\x07\xf1\x87\x48\x06\x83\x92\xec\xcc\xea\x7b\x07\xf4\x2b\xbc\xe9\x34\x19\x0c\x06\x23\x82\x8c\x50\x90\x0c\x7e\xf9\xe9\x4f\xff\x87\xf7\x93\xf7\x7f\x15\x45\x53\x37\x15\x29\xbd\xe7\x59\x30\x0b\x22\xef\xd3\xb1\x69\xca\xcd\x97\x2f\x07\xda\xec\x64\x5d\x10\x17\xa7\x87\x16\xfa\x2f\x45\xf9\xad\x4a\x0f\xc7\xc6\x9b\x86\x51\xe4\x4f\xc3\x68\xee\xfd\xfd\x25\x6d\x1a\x5a\x4d\xbc\xbf\xe6\x71\xd0\x02\xfd\xf7\x34\xa6\x79\x4d\x13\xef\x9c\x27\xb4\xf2\xfe\xf6\xd7\xbf\x73\xa4\x75\x8b\x35\x6d\x8e\xe7\x5d\x8b\xef\x4b\xf3\xb2\xab\xbf\x74\x5d\x7c\xd9\x65\xc5\xee\xcb\x89\xd4\x0d\xad\xbe\xfc\xf7\xbf\xfe\xe5\xbf\xfe\xc7\xff\xf8\xaf\x6d\x97\x5f\xbe\xfc\xf4\x27\x2f\x2f\xaa\x13\xc9\xd2\xdf\x68\x10\xd7\x75\x4b\x68\x18\x4c\xbd\xff\xc5\x30\x8b\xce\xbc\xff\xe5\x1d\xd2\x26\x48\x8b\x2f\x1d\xac\xf7\xd3\x97\x63\x73\xca\x2e\xfb\x22\x6f\xfc\x3d\x39\xa5\xd9\xb7\x4d\x4d\xf2\xda\xaf\x69\x95\xee\xb7\xfe\x0b\xdd\xfd\x9a\x36\x7e\x43\x5f\x1b\xbf\x4e\x7f\xa3\x3e\x49\xfe\x79\xae\x9b\x4d\x14\x86\x1f\xb7\xfe\xa9\xc6\x6b\xae\xbb\x22\xf9\x76\x39\x91\xea\x90\xe6\x9b\xf0\x4a\xaa\x26\x8d\x33\x3a\x21\x75\x9a\xd0\x49\x42\x1b\x92\x66\xf5\x64\x9f\x1e\x62\x52\x36\x69\x91\xb7\x7f\x9e\x2b\x3a\xd9\x17\x45\xcb\xa3\x23\x25\x49\xfb\x9f\x43\x55\x9c\xcb\xc9\x89\xa4\xf9\xe4\x44\xf3\xf3\x24\x27\xcf\x93\x9a\xc6\xac\x45\x7d\x3e\x9d\x48\xf5\xed\x92\xa4\x75\x99\x91\x6f\x9b\x5d\x56\xc4\xbf\x5e\xc9\x39\x49\x8b\x49\x4c\xf2\x67\x52\x4f\xca\xaa\x38\x54\xb4\xae\x27\xcf\x69\x42\x8b\x0e\x32\xcd\xb3\x34\xa7\x3e\x6b\xb0\x7d\xa6\x2d\x69\x24\xf3\x49\x96\x1e\xf2\xcd\x8e\xd4\xb4\xad\xe5\x88\x36\x79\xd1\x7c\xfa\x25\x2e\xf2\xa6\x2a\xb2\xfa\xeb\x43\x87\x22\x2f\x72\xba\x3d\xd2\x56\xc4\x9b\xf0\xfa\xcb\x31\x4d\x12\x9a\x7f\x9d\x34\xf4\x54\x66\xa4\xa1\x06\xdc\x95\x5c\x76\x24\xfe\xb5\x1d\x4b\x9e\xf8\x71\x91\x15\xd5\xa6\xa9\x48\x5e\x97\xa4\xa2\x79\x73\x25\x1b\x12\x37\xe9\x33\x9d\x90\xcd\xb1\x78\xa6\xd5\xa5\x38\x37\x2d\x09\x2d\xdb\x76\xbb\xea\x97\x26\x6d\x32\xfa\xf5\xb2\x2b\xaa\x84\x56\xfe\xae\x68\x9a\xe2\xb4\x89\xca\x57\x2f\x29\x9a\x86\x26\xd7\xdd\xa4\x6e\xaa\x22\x3f\x70\x09\xbe\x70\xa2\x56\x61\x78\x4d\xf6\x39\x2f\xab\x9b\x6f\x19\xdd\xa4\x0d\xc9\xd2\xf8\x7a\x8c\xa4\x58\x82\xe5\x8a\x9e\xbc\x70\xcb\x61\xd2\xdf\xe8\x66\x4a\x4f\xd7\x13\xa9\x7e\xbd\x70\x2a\x7f\x08\xc3\x70\xab\x68\xdf\xfc\xb0\xdf\x87\xd7\xfa\x44\x32\xa1\x2d\xac\xcd\x63\xf8\xf1\x5a\x9f\x77\x93\xfa\x5c\x5e\xca\xa2\x4e\x5b\xe1\x6c\x2a\x9a\x91\x76\x4c\x1a\xee\xd5\xe2\xe3\x96\xf1\x5d\xb2\xcd\xc9\xfa\x16\x53\x53\x94\x1b\x3f\x58\xd0\x53\x8b\xfb\x22\x06\xed\x07\xd3\xb6\x24\x3d\x1d\x04\x37\x36\xe1\xb5\x7e\x3e\x30\x29\x6d\xaa\xa2\x68\x1e\x2e\x2d\x03\xf7\x59\xf1\xb2\xe1\x22\xb9\x72\xbd\x92\x23\x8e\xe8\xc9\x9b\x87\xe5\xeb\xf5\x58\x5d\x3a\x32\xa4\x86\xef\x8a\xd7\x96\xd2\x34\x3f\x6c\x5a\x89\xd3\x9c\x15\x6d\xfd\x53\xf1\x9b\xab\x0e\x2f\xbe\x96\x15\x55\x84\x90\x73\x53\x5c\xe3\x22\xa1\x93\x5f\x77\xc9\xa4\xac\xe8\xa4\x26\xa7\xd2\x98\x6e\xa7\x22\x2f\xea\x92\xc4\x74\xd2\xfd\xa5\x31\x2e\xa2\xa7\xeb\xee\xdc\x34\x45\x3e\x49\xf3\xf2\xdc\x4c\x8a\xb2\xe1\x13\xa3\xa6\x19\x8d\x9b\x49\x3b\x01\x49\x45\x49\x37\xdd\x58\xe3\x4d\x9a\x1f\x69\x95\x36\x5b\x2e\x4b\xf1\x4b\x60\x52\xe4\x3d\xa7\x75\xba\xcb\xa8\xec\x81\xa3\xbc\xb0\x39\xcd\x94\x74\x5f\x54\x27\xae\xc6\x02\xa2\x5d\x2c\x3c\x46\xc8\x2f\xcd\xb7\x92\xfe\xcc\x8b\xbf\x4e\xb4\xa2\x8a\xd6\xb4\x31\x4a\xea\xf3\xee\x94\x36\x5f\x2f\x92\xd7\xa4\x2c\x29\xa9\x48\x1e\xd3\x0d\x6f\xbf\x8d\xcf\x55\x5d\x54\x9b\xb2\x48\xf3\x86\x56\xa2\xb3\x5f\x92\xb4\x26\xbb\x8c\x26\x5f\xf5\x6e\xbb\xc2\x8b\x68\x94\xd0\x3d\x39\x67\x72\x6c\x9b\x0d\x13\xd9\xbe\x88\xcf\xb5\x9f\xe6\x39\xad\x38\x25\x76\xf9\xa5\x24\x49\xd2\x0a\x2f\xdc\x76\xfa\xc4\x40\x2f\xba\xa2\xf2\x95\xf2\xaa\x8d\x26\x3e\xd2\xf8\xd7\x5d\xf1\x6a\x0e\x9a\x24\x69\xa1\x46\xa8\xa9\x46\x37\x73\x6d\x65\xd2\xaa\xf0\xd2\x8e\x42\xbd\xff\xfc\x7c\xda\xd1\xea\xeb\x66\x23\x3b\x63\xa3\xf1\xeb\x32\xcd\x7d\x5d\x53\x1c\xd0\xc5\xb9\x31\xa1\xe5\x5c\x60\
},
"/static/vendor/bootstrap-3.3.1/fonts": &vfsgen۰DirInfo{
name: "fonts",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 295024773, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot": &vfsgen۰CompressedFileInfo{
name: "glyphicons-halflings-regular.eot",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 294024732, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 20335,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\x75\x4c\xdd\xe1\xb3\xe6\xbf\xb8\x3b\x07\x87\x1e\xe0\xe0\xee\xee\xee\x4e\x71\x77\xf7\xe2\xc5\x5d\x0e\xee\x2e\xc5\xdd\x8b\xbb\x17\x28\x0e\xc5\x1d\x4a\x81\x42\x5b\x7c\xb3\xbf\xbb\xd9\x4d\xee\xfd\x67\x3f\xc9\x9b\x37\x33\xf3\xcc\xcc\x93\x71\x55\x03\x00\x1c\x55\x00\x80\x05\x60\x01\x78\xe0\x7f\x83\x00\xfc\x17\x30\x00\x14\x06\x00\xe0\x01\x65\x75\xe0\xbf\x01\xf3\x7f\xfe\x84\xbb\xf7\x8a\xff\x5e\x03\x00\x7a\x40\x0e\x50\x06\xf4\x01\x75\x40\x1e\x50\x00\xa4\x00\x35\x40\x15\xd0\x02\xc0\x80\x3c\x60\x0e\x38\x01\x36\x80\x13\x60\x0f\xb8\x00\xb6\x80\x27\x00\x00\x98\x80\x26\x60\x0d\xd8\x02\xde\x80\x13\x60\x0e\x78\x00\x00\xe0\x0b\xe8\x02\xd6\x80\x07\xe0\x09\xd8\x03\xae\x80\x0b\x00\x06\x38\x00\x56\x80\x1d\x60\x07\x38\x00\x21\x40\xfd\x3f\x93\xfe\x2b\xfa\x7f\x59\x3b\xc0\x15\xf0\x02\x2c\xff\xa3\xf7\xf9\xbf\x1d\xac\x00\x1f\xc0\x0e\x08\x01\xce\x80\x39\xe0\x08\x58\xff\x47\x63\x03\xb0\xfe\x67\xbf\x05\xc0\x09\xb0\x02\x3c\xff\x79\xfc\x00\x17\xc0\x09\x08\x00\x00\xc0\xff\xff\xed\x1c\xfc\x3f\x7c\x03\x80\xa4\x96\xdc\xff\xb8\x14\x1c\xe0\xd3\x05\xf0\xf8\x00\x3c\x81\x00\x8b\x11\xee\xdc\x79\xdc\xa4\xd9\xfa\xc7\x29\x3b\x25\x77\xc5\xcf\xbe\x54\x3a\x82\x1e\xcc\x6c\x99\xdc\x46\x79\xdb\x20\x4c\x74\x27\xfb\xa5\xad\xef\xb7\x31\xd3\xb9\x58\x88\x05\x32\x13\xca\xb2\x2a\x6d\xe4\xe3\x21\xf8\xa7\xba\xf4\xb6\xcb\x1f\x89\xc8\x49\x8d\xbe\xdf\x31\x79\x28\xb1\xa3\x6a\x0c\x35\x4e\x72\xb1\xa8\x89\x86\x49\x4d\x7c\xb6\x8a\xb3\x2d\xb7\x0e\x32\xfa\xc7\x9d\x79\x68\x28\x6d\x45\x1a\x19\x8f\xe4\x36\xf1\x51\xa3\xf8\x41\x7c\xf3\x21\x59\xd1\x10\x17\xb3\x4a\x25\xb5\xf2\x43\x54\x4f\x85\x8e\x44\xf8\x42\xc1\x04\x36\x32\xb1\xc3\x63\x3d\xab\xdb\xf0\xb1\x99\x63\x2c\xa3\xd4\xad\x02\xf7\x7a\x2d\x3e\xb4\xc8\x15\xd9\xe8\x0f\x4a\xc6\xe0\xa7\xbc\x83\x41\x1b\x9f\xb1\x31\x3d\xe9\x3f\xed\x4e\x92\x24\xf1\x05\xb6\x1c\xb1\x86\x6c\xe6\x38\x5d\xe4\x69\x68\x9c\x83\x4e\x0f\x99\x32\x05\xef\xcd\x45\xd3\x88\x9c\x47\xbf\xff\x01\xb6\x9c\xed\x02\x75\x2a\x23\x71\x88\x08\x5f\x31\xa2\x29\x52\xfc\x31\xe5\xa4\x75\x24\x1b\x11\xdb\x4f\x24\x2a\x21\xca\xdd\x29\x41\x7a\xd3\x19\x36\x2f\xfe\x42\xaa\x9c\xc9\x3b\xa6\x03\x85\x7b\x69\x42\xf4\x49\x8e\xe5\xbd\xe2\x92\x86\x3d\x94\xd9\xbc\xea\x5f\xb8\xbe\xca\xa1\x62\x47\xcb\xe0\x23\x19\x23\x07\x4c\x3e\x0c\x2a\x7e\x64\xf3\x4c\xad\xe5\xae\xa1\xb9\x88\xdb\xda\xcd\x21\x2d\x3b\x8b\x18\x36\x25\xdf\x0a\x22\x0b\xb2\xbc\x51\x63\xe1\x76\x52\x5f\x34\x97\xd6\x23\x9e\x34\x1c\x9e\x86\x73\x2f\xf7\x01\xf2\x10\x88\x18\xb7\xf4\x98\x87\xbc\x31\x18\x51\xa3\x56\x07\x3b\xaf\xfd\x8b\xb9\x14\x95\x37\xc9\x83\xee\x50\xd9\x8f\x89\xc3\x57\x16\x75\x1d\x74\xfc\x1c\x5c\xfa\x19\x4a\x08\xa2\x8e\xbe\xab\xb1\x0b\x3d\xb2\x53\x1e\xb1\x50\x7a\x00\x78\x38\x88\x78\x54\xc4\xb4\x16\x98\x00\x8c\x85\x13\x33\x8b\xd9\xa1\x06\x34\x3d\x3f\x90\xcd\xe4\x07\x08\x46\xb9\xeb\xad\xea\x46\x17\x79\x57\xb3\xc6\xdb\xff\x65\xb9\xe6\x52\x01\xa9\x69\xf5\xef\x42\xcd\x71\x09\x25\xf1\xe1\x95\x63\x1c\x2d\x83\x62\x00\xab\x17\x54\x4b\x2c\xa7\xb6\xc0\x5e\xab\x2f\xa4\x7c\xd6\xca\x5e\x57\xfa\x0f\xc7\x27\xb0\x45\x46\xbe\x31\x62\x7a\xbd\xf4\x05\x63\x3c\x8d\xbb\xe7\x8c\xba\xf4\x40\x69\xed\x92\x2f\xec\x6c\x0c\x08\x58\x76\x43\x95\x91\x33\xcb\x7e\x39\x67\xfa\xf3\x49\xb0\x58\xb7\x6b\x9d\x51\x4f\xd8\x70\x07\xc1\xe9\x16\x1a\x86\x43\xaa\x52\x4d\xbc\x87\x8a\xfb\x87\x9c\x75\x77\x61\xbe\x04\x57\x0b\xce\xae\xb4\xe1\x9b\xbb\x63\x4e\x1f\x55\x1f\xea\xb0\x22\xb8\xb4\x44\x45\x9b\xf7\x3b\xd8\xb2\xed\xd5\x31\xd6\xfc\xc9\x7f\xb9\xa6\xcd\x85\x88\xd4\xbd\xfb\x97\x33\xfb\xe1\x9e\x9b\xb4\xe2\xd8\xac\xcf\xd3\xaf\xca\xc2\xf9\xa1\xf7\xa5\x75\xd9\x53\x9f\x50\xfa\x30\xad\x81\x24\x7a\x44\xd8\x83\x65\x15\x85\xa8\xef\x1d\xb2\x19\xd8\x39\xfb\x88\x4a\x5f\xe7\x9c\x85\xe5\xf1\xda\xd0\xc6\xfe\x2e\xb8\x07\x07\xaa\xb4\xe8\x81\xcc\x82\x15\x3c\x43\x3e\x7c\x40\xa3\x4a\x5d\x18\x12\x4a\xa0\x0e\xe3\x6f\xc5\x9f\x41\xf6\xc5\x1f\xcf\x8e\x62\x8a\xda\x9c\xde\xd9\xfa\x89\x78\xed\x6c\x46\x8e\x85\x3e\x36\xc9\xa2\x80\x60\xf6\x5b\xf4\x94\x6a\x86\xe8\x58\x04\x73\x13\x8e\x25\x32\x5e\x92\x5e\xf4\x37\x9c\x86\x75\x8b\xbe\xb5\x6d\xdc\x51\x7e\x1c\x1f\x5a\x25\x2b\xdc\xb3\x69\x8d\x43\x18\xad\x32\x48\x69\x17\x45\xc0\x5f\xb3\xd7\x3b\x54\xaa\x6c\
},
"/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.svg": &vfsgen۰CompressedFileInfo{
name: "glyphicons-halflings-regular.svg",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 294024732, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 62926,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x5b\x8f\x25\x39\x92\x26\xf6\x3e\xbf\xc2\x94\x0b\xcc\x83\x04\x46\xd1\xcc\x78\x55\x5f\x16\xd0\xf4\x62\x20\x40\x21\x2d\xb0\xa3\x15\xf4\x24\x14\xba\xb2\xfb\x14\xe0\x53\x35\xde\xe5\x73\xa6\x15\xbf\x5e\xb0\xcf\x48\x3f\x7e\x22\x23\x3c\xf2\x52\x55\x93\x8d\x11\xba\x2b\x8f\x87\x3b\x9d\x4e\x1a\x8d\x46\xbb\xdb\x6f\xff\xf3\x5f\xff\x79\xa1\xeb\xfb\xbf\xfc\xf4\xfd\x8f\x3f\xfc\xee\x1d\x3f\xc4\x77\xf4\xd3\xf6\xed\x0f\xdf\x7d\xbb\xfc\xf8\xc3\xfb\xdf\xbd\xfb\xe1\xc7\x77\xff\xf9\xf7\x7f\xf7\xdb\xff\xe1\x0f\xff\xc7\x3f\xfc\xd3\xff\xfd\x5f\xff\x0b\xfd\x74\xfd\x33\xfd\xd7\xff\xf3\x7f\xf9\xdf\xfe\xd7\x7f\xa0\x77\xe1\x9b\x6f\xfe\x2f\xfd\x87\x6f\xbe\xf9\xc3\x3f\xfd\x81\xfe\xdb\x7f\xff\x47\xe2\x07\xfe\xe6\x9b\xff\xf2\xbf\xbf\xa3\x77\x97\x6d\xfb\x97\xff\xf9\x9b\x6f\xfe\xed\xdf\xfe\xed\xe1\xdf\xf4\xe1\xc7\xbf\xfc\xf9\x9b\x7f\xfc\xcb\xb7\xff\x72\xf9\xfe\x8f\x3f\x7d\xf3\xdf\xfe\xfb\x3f\x7e\x63\x0d\xff\xf0\x4f\x7f\xf8\xe6\xa7\xeb\x9f\x99\x1f\xbe\xdb\xbe\x7b\x47\xbf\xff\xbb\xdf\x5a\xd7\x7f\xfd\xe7\xe5\x87\x9f\x7e\xf7\xc2\xfb\x12\x63\xb4\xf6\xef\x7e\xff\x77\xbf\xfd\xe7\xf7\xdb\xb7\xdf\x7d\xbb\x7d\xfb\xfb\xdf\x7e\xb3\x5f\xfe\xdd\x6f\xbf\x7b\xff\xa7\x9f\x7e\xff\x77\xbf\xfd\xd3\x8f\x3f\x6c\xf4\xfd\x77\xbf\x7b\xf7\xe7\xe5\xff\xb5\x2f\xfe\xf8\xc3\x4f\xff\xcf\xe5\xdb\xe5\x4f\xcb\xf7\x3f\xfc\xf9\xa7\xbf\xbc\xff\xf3\xbf\x2e\xdf\xfe\xe5\x1d\x5d\x7e\xfc\xcb\xf7\x4f\xe1\xdb\xef\xae\xe1\xaf\xbf\x7b\xc7\x12\x23\x46\x60\xef\x86\x3f\x7d\xfb\xc7\xf7\xf4\xaf\x3f\x7c\xbf\xfd\x14\xfe\xe5\xfd\x5f\xc2\xfb\x7f\x9e\x0d\xbe\xfd\xe9\x8f\xef\x7f\xd8\x7e\xf7\xae\x97\xf8\x8e\xbe\x7b\x3f\xfe\x0a\x92\xe2\x3b\xfa\xc6\x86\xf5\xfd\x4f\x3f\x7d\xff\xc3\x9f\x03\x3e\x7c\xff\x85\x1c\x47\x1b\x7f\xf6\xd2\xd5\xbf\xfe\xf0\xfd\x1f\x7f\xfc\xee\xfd\xef\xde\xfd\xfd\x7f\xfa\xeb\x77\xbf\x79\xf7\xd2\x13\x7a\xf1\xee\xff\xf8\x8e\xbe\xfb\xdd\xbb\x47\x8e\x91\x72\x8c\x57\x89\xf1\x22\xb9\x2f\x81\x9b\x12\x37\x5d\x38\x31\x71\xe2\xc5\xfe\xb6\x9b\x57\xc9\xfd\x22\x31\x5e\x83\x35\x3b\xb6\x0a\xd6\x2c\xcc\x76\xd6\xcb\x35\x58\x77\x7b\x43\xbb\xbd\x84\xfb\xa6\xd6\xa3\x35\xb8\x58\xd3\xeb\xfe\xe5\x5b\xd3\xf9\x6d\xeb\xd2\x1a\x3e\xbd\x38\x8b\xff\xc9\x67\x11\x29\xc5\x78\xd5\x18\x2f\xf6\x9b\x62\xbc\xa8\x8d\x34\x8d\x1b\xc1\x9e\x84\x34\x6f\xd9\x9f\x68\x64\x7f\xbd\xdc\xef\xdf\xff\xa7\xbf\x7e\x1b\x5f\x06\xe7\xdf\xff\xa7\xbf\x1a\x56\xfd\xe6\x19\x36\x94\x2c\x27\xcd\xf9\x79\x73\xd6\x98\x4e\xda\xcb\xa7\x75\xaf\x9f\xd8\x7d\x7a\xde\x3e\xe9\x59\xf3\xfc\xbc\xb9\x4a\x39\x69\x5e\x9e\x37\x17\xae\x27\xcd\xeb\xa7\x35\x6f\x1f\xcc\xb5\xe8\x49\xf3\xfe\x41\xef\x25\x9e\x34\xff\xf6\x79\xf3\x7a\x02\x77\xf9\xd3\x27\x75\x9e\x3f\x68\x7e\x0a\xc7\x6f\xff\xf8\x9b\xbb\x3d\xba\xd8\x2f\xc7\x78\x61\xd6\x35\x52\xaa\x94\xf1\x67\x10\x6e\xb7\x67\x9a\x57\xad\xc4\xa5\x12\xb3\x90\xe4\xba\x32\x57\xdb\x4d\x24\x1d\xbf\xab\x24\xa1\x48\x9a\x93\xed\xb6\xbe\x96\x48\x81\xa3\x52\x29\x14\x24\xf6\x4b\xe0\xc6\x6b\xa4\x9c\x29\x48\x7e\xc8\xd4\xfb\x16\x8a\x3e\x64\x2a\x6d\x0b\x35\x93\x96\x87\xbc\x05\xeb\x5f\x1e\xf2\x1a\x24\x51\xa4\x90\xe5\x21\x5b\x37\x5b\x28\xb8\x52\xd9\x42\xb1\xb7\x43\xa9\x5b\xc8\xd1\x9f\xd6\x8b\x56\xdb\xe8\x11\x9f\xf4\x8d\xb8\x86\x42\x21\x15\xb2\x1f\xc6\x7e\x2d\xb7\x16\xe4\x4d\x3a\x85\x9a\x48\x8d\x3c\xa8\x6c\xfe\xad\xce\x5b\x11\x0a\x39\x3d\xe4\x2d\x77\x0a\xd2\xb7\x54\xec\x41\x7d\xc8\xab\x74\x8a\x36\x21\xd6\xcd\x46\x5c\x37\x9f\x40\x7d\xc8\x9b\xcf\xa9\x3c\xe4\x0b\xd7\xb4\x06\x35\xa2\x54\x85\x02\x4b\xa3\x20\xb5\xad\x36\x4e\x0a\x06\xb4\x20\x35\xe1\x6a\x0d\x12\xb3\x4d\x53\x25\x11\xe7\xb6\x06\x2d\x84\x31\x77\x62\x65\x83\x47\xca\x24\x31\x3f\x64\x5b\x8d\xfa\x2a\x4d\x11\x61\x19\x8b\x2a\x11\x44\xeb\xd2\x07\xe1\x0a\x7d\x10\xaa\xd7\x5f\xce\x7f\xfa\xe3\x73\x04\xc2\x09\xe1\x14\xf0\xe4\xc5\x02\xfa\x63\xcd\x02\x27\x4a\x3d\xad\x91\x42\x8b\x94\x01\x30\xd6\xba\xb1\x62\xb1\x72\xbd\xd4\x1c\x57\x96\x48\xd1\xe6\x43\xcd\x16\xbb\xd9\xdc\x0c\x76\xc1\xaf\xb6\xe0\x8f\x56\x5b\xb7\x48\xa1\xdb\x62\xa5\x35\xa4\x44\xdd\x40\xa7\xe9\x21\x13\x67\xe0\x89\x44\x5b\xfb\xdc\x0d\x55\x38\x1b\xe2\x05\x71\x8c\x43\x87\x1c\x1b\x6e\x3c\x64\x1b\x92\x64\x12\x0a\x5a\xd7\x60\xc8\xc8\x06\xfc\xd8\x1c\x89\x00\x63\x47\x32\x91\x87\xfc\xfa\
},
"/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf": &vfsgen۰CompressedFileInfo{
name: "glyphicons-halflings-regular.ttf",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 295024773, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 41280,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\xfd\x79\x9c\x1b\xd5\x99\x2f\x0e\x9f\xa7\xaa\xa4\xd2\x2e\x55\x49\xa5\x52\xb7\x5a\x4b\x49\x2d\xa9\xbb\xa5\x96\xba\xab\x5a\x2d\xcb\xbd\xb8\x69\x6f\x78\xc1\x36\x36\xc6\x6d\x56\x1b\xcb\x6c\x66\x31\x4b\xcc\x12\x43\x30\x71\x02\x78\x62\xd3\x90\x60\x42\x20\x13\x67\x01\x3c\x01\xc2\x29\xd9\x0c\x49\x2e\xb9\x37\x21\x81\x51\x66\x52\x93\x65\x4c\x27\x30\x37\xc4\x4e\x26\x0c\x09\x21\x37\x01\xcf\xcd\xc4\x76\x97\xdf\xcf\x39\xa5\x5e\xbc\x10\x26\x77\xde\x3f\x7e\x6d\xb7\x6a\x55\xd5\xf3\x3c\xe7\x9c\xe7\xf9\x3e\xcb\x39\x8d\x00\x21\x24\x00\x42\x1c\x0a\x2c\x5a\x74\xc1\x79\xd7\xae\x7d\xf9\x0f\x08\x41\x1b\x42\xa8\x6d\xf1\x82\x85\x8b\xc0\x81\x38\x84\x60\x0e\x42\x28\xb9\x72\x4d\x49\xbd\xea\xe9\x65\x3b\x11\x82\x31\x84\xd0\x86\x4d\xd7\x6f\xdc\xba\xf4\x0f\xce\xcf\x21\x04\x5f\x47\x88\xb9\x79\xd3\xb6\x5b\x93\xa8\x83\xbd\x0f\x21\xae\x80\x10\x72\x5c\xb9\xf5\xaa\xeb\xd7\x1c\x2c\x3d\x8d\x10\xd7\x87\x10\xb3\xf9\xaa\x8d\xb7\x6c\x45\x08\x05\x10\xb2\x3f\x41\xae\x5f\x75\xdd\x1d\x57\xc6\xe3\x9a\x82\x90\xfd\x2b\x08\x3d\x30\x78\xf5\xe6\x8d\x35\xe6\x8a\x31\x13\xa1\x07\x0f\x23\x84\xfa\xaf\xbe\x7a\xf3\x46\x97\xca\xf9\x11\x1a\x8f\x20\x84\xda\xaf\xbe\xfe\xd6\xdb\xbf\xf3\x1d\x61\x0f\x42\xe3\x83\x08\x31\x47\xaf\xbb\x71\xd3\xc6\xbe\x07\x2f\x5c\x81\xd0\xa7\x7b\x08\x0d\xd7\x6f\xbc\x7d\x2b\xc3\xc1\x3e\x84\x3e\xf3\x36\xa1\xf7\x86\x8d\xd7\x6f\x3e\xf4\xfc\x63\xef\x22\xf4\x88\x03\x21\x76\xfb\xd6\x1b\x6f\xb9\xf5\x1b\x8b\x9e\xba\x06\xa1\xcf\xee\x44\xc8\xb1\x73\xeb\xcd\x9b\xb7\xe2\xf7\xf2\x21\x84\xbe\xe8\x40\x08\x15\x6f\xdb\x7c\xc5\x95\x63\xcf\xaf\x7e\x0b\xa1\x2f\x12\x7e\xed\x08\x51\xe9\xa0\x1f\x0c\x7d\xe9\x87\x64\xfb\x43\x4f\xf8\x3d\x6b\xeb\x2c\xd2\x2b\x3e\x84\x10\xa1\x0c\x21\x06\x01\x02\xf4\x06\x02\x22\x2d\xc4\x20\x84\x58\x6e\x07\x8c\x23\x1b\xe2\x58\x0f\xf3\x23\x84\xd0\x45\xd6\x16\xbe\x82\x54\xe6\xeb\xe4\x2b\x36\x74\xf6\x9f\xb5\xcb\xd6\xad\x40\x23\xc8\xfb\x4b\xc4\x7e\xfb\x64\x00\x21\x5b\x04\x6d\x9f\xa2\xa4\xf9\x93\xa4\x47\x6c\xf3\xb7\xcd\xba\x06\xd7\x21\x96\xee\xb5\x21\x0e\x56\x21\x84\x56\xa1\x11\x64\x23\xd2\x46\x5e\x94\x44\x79\xb4\x2f\xe9\x4a\x96\x92\x97\x27\x9f\x4d\x89\x99\x13\x59\xc8\x39\x73\xfe\xc3\xec\x61\xe7\xe1\x96\xc3\x9d\x87\xab\x87\x97\x1c\x5e\x7f\x78\xc3\xe1\x6b\x0e\xdf\x71\xf8\x81\xc3\x8f\x1e\x71\x1e\x69\x39\xd2\x79\xa4\x7a\x64\xd1\x91\x25\x47\xd6\x1f\xb9\xe6\xc8\x1d\x47\x1e\x38\xf2\xc8\x91\xc7\x7e\x89\x4e\x9e\xa4\x14\x90\x27\x76\xa1\x7d\x49\x74\xc6\x13\xe1\xb0\xed\x70\xe0\x70\xf2\x70\xcf\xe1\x91\xc3\xab\x0e\x6f\x38\x7c\xc5\xe1\xad\x87\xef\x39\x3c\x7e\x04\x8e\x04\x8e\x24\x8f\xf4\x1c\x19\x39\x72\xee\x91\x55\x47\x36\x1c\xd9\x7a\xe4\x9e\x23\xe3\x47\x1e\xa5\x4f\x84\x93\xff\x71\xf2\x57\x27\xdf\x38\x79\xe5\x61\xfe\x17\xbf\xfa\xc5\xc1\x5f\x5c\xfd\x26\xfb\x46\xeb\x1b\xe1\xd7\xfd\xaf\xbb\x92\x2d\xc9\x48\x52\x4c\x7a\x92\xf6\x24\x4a\x1c\x4b\x1c\x4d\xbc\x9f\x78\x37\xf1\xef\x89\x23\x89\xdb\x13\x37\x27\xae\x4b\x5c\x99\xd8\x90\xb8\x3c\xb1\x3e\xb1\x26\x71\x5e\x62\x71\xe2\x9c\xc4\x48\xfc\x8d\x53\x24\xf5\xff\xa7\x1f\xb0\xcf\x34\x00\x30\xcd\x16\x3e\xe5\x06\xab\x29\xac\x1f\xee\x83\x9a\xf6\xff\x23\x3f\xf6\xd3\x4f\x84\xfe\xcb\x5f\x7d\x10\x75\x30\xff\x89\x51\x01\xa3\xe0\x32\xbc\x7c\xd5\x18\x5e\xba\x6d\x3d\x46\xe9\x79\x11\x6c\xcf\x8f\x0d\xad\xa7\xe7\xee\x5a\x9f\x3c\x84\x21\x58\x8c\x74\x63\x28\x24\xdf\xc0\x9e\x7c\x37\x66\x0a\xcb\x56\x8f\x2d\x4c\xaf\x57\xba\x31\x5b\xb8\x26\x92\xc4\x23\xab\xc6\x14\x3c\xb2\xbe\x1b\x73\x05\xf2\x55\x25\xad\xdc\x39\xf6\xf3\xa8\xb1\x3e\xba\x6c\xf5\xd8\xd8\x64\xf4\xdd\xf5\xd1\xb4\x82\x6d\xf9\x31\xbc\x68\xdb\x7a\x7a\x61\xfd\xfa\x48\x37\xb6\x15\xbc\x97\x5c\xd4\x8d\xed\x05\x3d\x05\xf7\xaf\x1a\xc3\xc9\xfb\x2f\xb9\x24\x8a\xd1\xfa\x6e\xcc\x17\xf4\x76\x7a\x6a\x64\xfa\x94\xa3\x20\x0a\xc9\x6a\xa9\x1b\x3b\x0b\xc9\xbb\xc8\x4b\xbe\x17\x35\xd6\x27\x31\x9b\x59\x92\x4e\x62\x2e\xbb\x14\xa3\x55\x63\xbb\x36\xef\xda\x98\x24\x3b\x73\xa2\x8a\xb2\x3e\xba\x8b\x1e\xad\xb6\x8e\xc8\x0b\x5d\x16\x75\x81\x68\x40\x59\xdf\x8d\xdd\x85\xe4\x4f\x28\x3b\x9e\x42\xb2\x84\xf9\xfc\x25\x63\xc9\xe4\xe2\xf4\xa2\x8d\xd7\x26\xc7\x92\xb5\x2b\xac\x47\x90\xfb\xbc\xe4\xcd\xc9\x6a\x29\xb9\x2b\xb9\x78\xd7\xa2\x8d\xe9\x5d\xc9\x5d\x69\xfa\xba\x34\
},
"/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff": &vfsgen۰CompressedFileInfo{
name: "glyphicons-halflings-regular.woff",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 295024773, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 23320,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x93\x63\x6c\x26\x6e\xd0\xee\x9f\xda\xb6\xb1\xb5\xb7\xb6\x6d\xdb\xee\xb6\xdd\xda\x76\xb7\xb6\x6d\xdb\xb6\x6d\xdb\xd6\x53\xe3\xe4\xff\xbe\x27\xe7\xcb\xb9\x93\x5f\xae\xdc\x99\xc9\x64\xe6\x9a\x8c\x9b\x82\xb8\x38\x00\x04\x00\x00\x00\x74\xb0\x01\x28\xff\x69\xbe\xe0\xff\xfe\xff\xff\x27\x2e\xae\x2a\x07\x00\x80\xf8\x03\x00\x00\xfc\xff\xf8\xa3\x36\x70\x27\x21\x2a\x26\x0e\x00\x80\x64\x01\x00\x00\x42\x00\x00\x40\x0c\x02\x0d\x00\x57\x50\x61\x64\x06\x00\x40\xba\x00\x00\x80\x08\x00\x00\x30\xb4\x28\x95\x09\x36\xb1\x35\xb2\x07\x00\x40\x01\x00\x00\x08\x1e\x00\x00\xea\x28\x7d\x07\x93\x61\xe2\xea\x4c\x0c\x00\x80\xfd\x57\x0b\xfa\x7f\xa0\x02\x0b\x33\xb7\xb7\xb0\x05\x00\xc0\xc8\x00\x00\x90\x7a\x00\x00\xd4\x4c\xa5\x89\xb1\xd4\xc2\xc8\xc9\x1e\x00\x00\x5f\xfb\x7f\x79\x00\x00\xb2\x85\x8d\x87\x39\x00\x00\xbe\x07\x00\xc8\xc3\x03\x00\xff\x78\x09\x09\x59\x48\x2c\xcd\x8c\x4c\x01\x00\xe5\x2b\x00\x00\xc0\x0a\x00\x00\xd8\x41\x8d\x35\xbf\x2d\x2d\xcd\x8c\x00\x00\x15\xe2\xff\xdb\x33\x19\x2c\x33\x38\x92\xa5\xad\xb3\x3b\x00\xa0\xc2\x0b\x00\x80\xa0\x03\x00\xa0\x4f\xfd\xfd\x28\x31\x36\x76\x26\x46\x00\x80\xaa\x22\x00\x00\x52\x09\x00\x80\xb4\xb1\xc6\xaa\xcb\xdb\x1a\xb9\xdb\x03\x00\x6a\x9f\xff\xcd\xf5\x1f\xa0\xe0\x20\x79\x7f\x8d\x6c\xcd\x00\x00\x75\x7c\x00\x00\x24\x10\x00\x00\xf3\x5e\xaa\x4d\xbf\xb6\xb7\x73\x72\x06\x00\x34\xf2\x00\x00\x30\x41\x00\x00\x3a\xb8\x5d\xbc\xc4\xca\xde\xd1\xcc\x1e\x00\xd0\xde\x03\x00\x00\x0c\xff\x51\xf7\x40\x8b\xee\x66\x66\x6c\x0e\x00\xe8\x20\x03\x00\x00\xc8\xff\xd0\xac\x55\x3e\xf9\xcf\x90\xff\xbc\x9d\xe2\x2b\x98\xfd\x4f\x67\xe1\x31\x1f\xfe\x57\x61\x18\xdc\x37\x4c\x0c\x4d\x0d\x0d\xf7\xc0\x8c\x61\x20\x91\x0d\x8d\x0d\xc1\x07\x74\x04\xa7\x40\x4f\x7e\x03\x00\x08\x65\x20\x08\x00\xc0\x7f\x71\x73\x2b\xd3\xac\xbe\xbe\x89\xbe\x81\xa9\x41\xe7\x80\x80\x00\x12\x58\x61\x16\x06\x23\x26\xe3\x0d\x90\x23\xb0\xe2\xba\x20\xc5\x5b\x7b\x01\x48\x28\xc8\x1d\x09\xf8\x29\xa8\x6f\x38\xc0\xb2\x14\xd3\x12\x20\x04\x27\x3e\x89\x8a\x89\x09\x14\x00\x67\x04\xb3\x02\x70\xdf\x98\x8e\x17\x90\x19\x34\x44\x1e\xb9\xb5\xdd\x90\x8c\x58\x50\x14\xad\x0a\x77\x83\xd6\xae\x08\xd2\xeb\x1c\x16\xbb\x26\x06\xcf\xe2\x6e\xe6\x44\x87\x23\x88\x48\xdc\xee\x70\xbd\x24\x1d\x9e\x46\xda\x3b\x4b\xb5\x82\x74\x8a\x25\xc8\xca\x5a\x12\x0b\x7e\xcd\xf0\x17\xd1\xc3\xc7\xf7\xde\xfb\xee\xde\xfa\x42\xbc\x21\x27\x0d\x63\xde\x24\x33\xe1\x4b\xef\xa9\x96\xd5\x3e\x95\xb3\x34\x91\x04\xc1\x18\x6b\x5d\x87\x85\xb9\x5e\xac\x46\x3f\x16\xdc\x70\x6c\xd5\xdb\x79\x5b\x63\x53\xab\xd5\x56\x96\xe0\xab\xb6\x94\xc3\xdb\x58\x4a\x71\x6d\x2a\x15\x21\xb8\x44\x27\xa4\x29\xcb\x0f\xf8\xc5\x3a\x2f\x8c\x24\x12\xe5\x10\x9d\x29\x21\x9d\x50\xab\x47\xed\x30\x8b\x7a\x0e\x35\x6f\x29\xe4\x83\x51\x6d\x9d\x97\x4f\x9e\x73\x29\x28\xc1\x1d\x10\x80\x24\x44\x00\x22\x8f\x5c\x10\x04\x22\x9e\x66\x98\x81\x2a\xf7\x90\x32\x95\x48\x75\x7e\xa1\xcc\x1b\x7b\x7b\x18\x09\x45\xb9\x11\xbe\x62\x5e\xac\xa5\x44\xd3\xc0\x60\xa6\x85\xa9\x11\xbe\xfb\x96\x6c\xf0\x9a\x9e\x8b\xed\x3d\x9c\xba\x75\xca\xe0\xd6\x36\x4d\xcf\x7f\xa8\xc2\x7f\x22\x82\xd8\x52\x70\x85\xeb\x47\x7b\xb8\xc0\xb1\x72\x54\x35\x49\xcf\x6e\x6a\x10\x4f\x6d\x90\xe7\x47\xef\x76\x6f\x04\xe4\x50\xc9\x8d\x0d\xb2\x4c\xf9\x6f\x0d\xb1\x00\x2a\xd0\x57\xf7\x0d\x3d\xa5\x4e\x79\x1d\x21\xe4\x6d\x04\x24\xb0\x80\xa1\x35\x62\xae\x0d\xf4\xc6\xf4\xb8\x11\xaf\x7c\x08\x98\xa1\xe5\x68\x63\x53\x9e\x90\x63\x68\x2b\x0e\xc7\xf8\x48\x07\x10\x22\xc1\x00\x51\x84\x8d\x5a\x9c\xbc\xfc\x22\xc9\x4c\x48\x12\x2c\x49\x6f\x61\x7e\x12\x54\x16\xeb\xf0\x02\x56\x1e\x9e\x46\xa7\x99\x74\x16\x99\x89\xf8\x0a\xb7\x73\xeb\x59\x95\x53\xb2\xb8\x81\x6d\xc8\x69\xf6\x2f\x79\xc9\xe6\x46\xc0\x4b\xd1\xe5\x65\x74\x54\x53\x10\x94\xb6\x8d\xf9\xd3\x84\xcb\xc7\x37\x1c\x64\xe6\x7c\x12\xcf\x1f\xc0\x31\x9f\x1d\x35\x12\x8e\x1c\x4f\x80\x76\x53\xe9\xf7\xfc\x27\x6c\xe8\xc7\x27\xd1\x23\x0f\x76\x13\xeb\xe2\xd3\x12\x37\xcc\x39\x09\xf8\x49\xa6\x83\x4c\xd0\x2d\xce\x74\xc7\x24\xd2\x7b\xe0\xf2\xbe\x31\x13\x53\x51\x5a\xc9\x01\x83\x40\x89\xf2\x77\x2b\xeb\xe9\x9f\xc9\xba\xe6\xf8\xf9\xae\x20\x16\x94\xb7\x71\x56\x41\x15\x6b\x5b\xf0\x8c\xef\x25\x92\xe5\x47\x07\x74\x99\xb8\xc9\x92\x7a\xf6\xb4\xb4\x86\x6f\x32\xb4\
},
"/static/vendor/bootstrap-3.3.1/js": &vfsgen۰DirInfo{
name: "js",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 295024773, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/bootstrap-3.3.1/js/bootstrap.min.js": &vfsgen۰CompressedFileInfo{
name: "bootstrap.min.js",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 295024773, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 35601,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x7d\xfd\x77\xdb\xb8\xb5\xe0\xef\xfd\x2b\x24\xcc\x3c\x1a\x18\x41\xb4\x9c\xb4\xaf\xaf\x54\x68\x9d\x4c\x92\x9e\xcd\xee\x74\x66\x76\x92\x79\x3d\xbb\xaa\xda\x03\x92\xe0\x87\x43\x91\x1a\x92\xb6\x93\x5a\xea\xdf\xbe\x07\x9f\x04\x48\xd0\x72\xd2\x76\xce\xfe\x62\x8b\x24\x00\x5e\x5c\xdc\xef\x7b\x01\x5e\x7e\x33\xff\xcd\xec\x9b\xd9\xb7\x75\xdd\xb5\x5d\x43\x0e\xb3\xbb\xe7\xfe\x73\xff\x6a\x06\xf3\xae\x3b\x04\x97\x97\x19\xed\x22\xf5\xcc\x8f\xeb\x3d\x62\xad\x5f\xd5\x87\x4f\x4d\x91\xe5\xdd\xec\xd9\xea\xea\x6a\xf9\x6c\x75\xf5\xdb\xd9\xfb\xfb\xa2\xeb\x68\x83\x67\x6f\xab\xd8\x67\x8d\xbe\x2b\x62\x5a\xb5\x34\x99\xdd\x56\x09\x6d\x66\x7f\x7a\xfb\x5e\x0c\xda\xb2\x51\x8b\x2e\xbf\x8d\xd8\x78\x97\xdd\x7d\xd4\x5e\xea\x57\x5c\x46\x65\x1d\x5d\xee\x49\xdb\xd1\xe6\xf2\xbb\xb7\xaf\xde\x7c\xff\xee\x0d\x7b\xe5\xe5\x6f\x8a\x14\x02\x36\x52\x5a\x54\x34\x01\x61\xd8\x7d\x3a\xd0\x3a\x9d\xdd\xfc\xef\x5b\xda\x7c\x42\x5d\xde\xd4\xf7\xb3\x8a\xde\xcf\xde\x34\x4d\xdd\x40\xa0\x27\x74\xd1\xce\xfe\x27\xb9\x23\xef\xe2\xa6\x38\x74\xb3\x86\xfe\x72\x5b\x34\xb4\x95\xfd\x00\x5a\x2f\xd2\xdb\x2a\xee\x8a\xba\x82\x04\x3d\xdc\x91\x66\x16\x85\xc4\x4f\x2b\xff\xe6\x17\xd6\xc0\x6f\x0f\x65\xd1\x41\x30\x03\x68\xbb\xda\xa9\x2b\x1f\xa0\x75\x91\xc2\x68\xbb\xda\xbd\x78\xe6\x79\xd1\xf6\x6a\xf7\xe2\x0f\xc7\xe3\x55\x18\xb2\x5b\x9e\xf7\x07\xf6\xe3\x6a\xc7\x9e\x3c\xdb\xbd\xb8\xfa\x52\xe8\x66\x77\xb4\x69\x8b\xba\x9a\x5d\xf9\x7f\xf0\xaf\x66\x75\x33\xcb\x8b\x2c\xa7\x0d\x40\x27\x28\xe7\x8d\x2d\xf0\xc1\x6d\x4b\x67\x6d\xd7\x14\x71\x07\xd6\xea\xc1\x2c\x82\x62\x62\x24\x4c\xea\xf8\x76\x4f\xab\xce\x8f\x1b\x4a\x3a\xfa\xa6\xa4\xec\x0a\x02\x8d\x7e\x80\x70\x14\x3e\xfc\x99\x46\x1f\x8a\xee\x7d\x43\xaa\xb6\x60\x23\x04\xe0\x7e\x70\xe7\x4d\x95\x00\xfc\xa7\xfa\xef\x66\x9b\x4e\xff\xa6\xec\xe9\x0f\xe6\xb3\xda\xea\x3a\xab\x07\x6d\xbb\xc9\x61\x4e\xeb\xb4\x6e\x20\x83\x3e\x9e\x15\xd5\x2c\x42\x45\x0a\xef\xea\x22\x99\xad\xe6\x61\x48\xfc\xb6\xfb\x54\xd2\x6d\xbc\x43\x0d\xed\x6e\x9b\xea\x81\x56\x49\x10\x6d\xe3\xdd\x69\x2d\x6e\xcc\xaf\x4e\x7c\x31\xe9\xfe\xb6\x24\x1d\xb5\xa0\x08\x35\xe6\x22\x81\x9f\x38\x9c\x5f\xe1\x24\xec\xf2\xa2\x5d\x13\xc8\xfe\x21\xbf\xae\x28\x04\x51\x3b\x98\xb9\xee\x89\x1e\xe2\x70\xbe\x3a\xa1\x35\xeb\x4f\x43\xf3\xfe\xf1\x48\x60\x82\xfc\xae\x29\xb2\x8c\x36\x90\xf8\xed\xed\xe1\x50\x37\x9d\xdf\x4f\xd0\xa7\x55\x82\x14\xa8\xb3\x96\x76\xef\x8b\x3d\xad\x6f\x3b\x48\x71\x84\x30\x03\xe0\x84\x09\x34\x06\x75\x0d\x12\x46\x10\x61\xd7\x03\xcf\x83\xc4\xa7\x77\x6c\xb9\xdb\x03\x8d\x0b\x52\xfa\x83\x89\x84\x0f\x51\x51\x25\xef\x3f\x1d\x68\x30\x05\x1e\x4e\x68\x49\x33\x86\xba\x47\x5b\xe5\xa4\x4a\x4a\x1a\x98\x18\x95\xb3\x22\x30\xf2\x3b\xd2\x64\xb4\x43\x7e\xd1\x0a\xac\x6e\x22\x5f\x74\xf8\x21\xba\x91\xbf\x1a\x9f\x1c\x0e\xe5\x27\xfe\x1c\x93\x26\xe3\x64\xda\xa2\x40\xac\xf5\xe9\x84\x4e\x9f\x4b\xf3\x3d\x08\x6c\x4c\x9f\x92\x38\x37\x51\x29\x16\x5c\x2e\x33\xa6\x61\xec\x27\xa4\x23\x6c\xad\x7d\x52\xd2\xa6\x03\x68\x4d\x8f\xc7\xd1\x5d\x4c\x43\xc6\xc6\x89\xe8\x87\x30\x60\x6f\xae\xb2\x5e\x1e\x45\x9e\x47\xb7\xd1\xce\x8f\x49\x59\xc2\x98\x81\x2d\xde\x74\xb1\x65\x23\x2d\x93\xa2\xdd\x17\x6d\x1b\x02\x31\xdc\xee\x02\xdb\x74\x48\x60\xc4\x88\x0e\x82\xb8\x2c\xe2\x0f\x00\xc7\x9c\x0c\xfc\xb8\xac\x5b\x8a\x4e\xeb\xc4\xff\xef\x37\x3f\xbd\x7b\xfb\xc3\xf7\x21\xe0\x62\x1a\xe0\xc4\x7f\xff\xd3\xcb\xef\xdf\xbd\x7d\xff\xf6\x87\xef\xff\xf6\xfa\xe7\x9f\x5e\xb2\x1f\xe1\xd5\xef\x56\x38\xf1\x0f\x4d\xdd\xd5\x0c\x2e\xd1\xdf\x7a\x91\xc6\x54\x0c\xd1\x43\xe6\x27\xb4\x63\x08\xea\xe9\x15\xf0\x2e\x89\xdf\xe3\xc3\x6f\xe8\xbe\xbe\xa3\x50\xcc\x88\x6a\xdc\xa5\x21\xf5\x49\xd7\x35\x10\xf0\x19\x8a\xc5\x06\x68\x9d\x1e\x8f\xb0\x7f\x96\x37\x34\x05\xac\x71\xea\x79\xa9\xdf\xd0\x43\x49\x62\x0a\x2f\xfd\x6f\xe0\x26\xfc\x6a\xfb\xd7\xbf\xb4\xbb\x6f\xbe\x46\x97\x18\x00\x24\x98\x29\x0b\x09\x4c\xd1\x3a\xf2\xbc\xc8\x3f\x34\x9c\x8c\x5f\xd3\x94\xdc\x96\x1d\x44\x38\xf3\x4b\x5a\x65\x5d\x7e\x3c\xc2\x2c\x94\xb3\x6b\x99\x5c\x96\xa0\xb2\x16\x6a\x22\x4c\x9c\xbf\xb9\xe3\x62\x8e\xb7\x33\x66\x84\x70\xe4\x17\xad\x1c\xf6\x47\xf1\x12\x9a\x40\xc4\x86\x95\xb3\x7d\x55\x92\xb6\x85\xa0\xa8\xc0\x14\x93\x65\x7e\x4e\x5a\xd9\x2c\x25\x09\x05\x68\x93\x4d\
},
"/static/vendor/bootstrap-3.3.1/js/npm.js": &vfsgen۰CompressedFileInfo{
name: "npm.js",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 295024773, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 484,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xd0\x31\x4e\xc4\x40\x0c\x85\xe1\x9e\x53\xb8\x5b\xb6\x99\x39\x04\x05\x12\x2d\x34\x74\xeb\x4d\x1c\xd6\x61\x62\x0f\xb6\x27\xc0\xed\x91\x22\x21\x1a\x5c\x7f\x7e\x7f\xe1\x5a\xe1\xe5\xc6\x0e\x0b\x37\x02\x76\xc0\x11\xfa\x46\x42\x86\x41\x33\xec\x8c\x10\x37\x82\xcb\xa4\xdb\xa6\xb2\xfa\x05\x1e\x6d\x48\x40\xa0\xbf\x17\x78\xd5\x01\x13\x0a\x18\x7d\x0c\x36\xba\x3f\x43\xfc\xb5\x04\x10\x1e\x8e\xd9\xd3\x33\x90\xec\x6c\x2a\x1b\x49\x94\xbb\xdf\xf3\x53\x29\xb5\x94\xba\x7a\x0d\x43\x71\x0e\x56\x29\xab\x9f\xce\xff\x5c\x60\x23\x8b\x0c\xaf\x23\x22\x9f\x4e\x68\x3a\x9c\x5a\xea\xda\x1a\x76\xa7\xcc\x67\xd3\x3e\xeb\x67\xda\xdf\x74\xc6\x34\x1e\xaa\x2d\xb8\x67\xdc\xb5\xeb\x4e\x96\xb1\x4f\xa6\xad\x79\xff\x4e\xf3\x78\x4d\x3f\xb6\x2c\xfc\x75\xe0\x4f\x00\x00\x00\xff\xff\x4d\xe3\x50\xcc\xe4\x01\x00\x00"),
},
"/static/vendor/bootstrap3-typeahead": &vfsgen۰DirInfo{
name: "bootstrap3-typeahead",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 295024773, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js": &vfsgen۰CompressedFileInfo{
name: "bootstrap3-typeahead.min.js",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 295024773, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 7856,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x58\x5f\x73\xdb\x36\x12\x7f\xcf\xa7\x80\x79\x1d\x19\x48\x61\x4a\x8e\x33\x97\x94\x32\xad\xba\x6e\x3b\xf5\x35\x63\xf7\x62\xf7\x3a\x1d\x8f\x1f\x40\x70\x29\xc1\xa1\x00\x16\x04\x25\x6b\x2c\xf5\xb3\xdf\x80\x00\x25\x52\x7f\xd2\xcb\xf4\xfc\x60\x0a\x8b\xdf\x2e\x16\xfb\x0f\x0b\xf4\x5f\xa3\xf8\xef\xfc\xbd\x42\xaf\x51\xa2\x94\x29\x8d\x66\xc5\xd9\x89\x59\x14\xc0\x26\xc0\xd2\xf0\xa9\x44\xb3\xb3\xf0\x34\x1c\x58\xc4\xc4\x98\xa2\x8c\xfa\xfd\xb1\x30\x93\x2a\x09\xb9\x9a\xf6\x13\x56\x96\x4f\x2a\x29\x41\xf6\xbf\x6b\xf8\x4f\xce\x4e\xee\x1b\x01\x96\xed\x6f\x6b\x76\xab\xc5\x58\x48\x96\xa3\xb9\x16\xc6\x80\x44\xc9\x02\x7d\x3b\x4d\x15\x62\x32\x45\xdf\x66\xcc\xfc\x5f\x56\xb9\x52\xc5\x42\x8b\xf1\xc4\xa0\x37\x83\xd3\xb7\xe8\x3b\x56\x96\xe8\x5f\xf5\xd6\xd0\xb7\x9b\x6d\xbe\x42\xaf\x2d\xf8\x83\xe0\x20\x4b\x48\x51\x25\x53\xd0\xc8\x4c\x00\x5d\x16\x8c\x4f\xa0\x99\xa1\xe8\x3f\xa0\x4b\xa1\x24\x7a\x13\x0e\x10\xb6\x80\x63\x3f\x75\x4c\x86\x56\xc4\x42\x55\x68\xca\x16\x48\x2a\x83\xaa\x12\x90\x99\x88\x12\x65\x22\x07\x04\xcf\x1c\x0a\x83\x84\x44\x5c\x4d\x8b\x5c\x30\xc9\x01\xcd\x85\x99\xd4\xeb\x78\x29\xa1\x95\xf1\xbb\x97\xa1\x12\xc3\x84\x44\x0c\x71\x55\x2c\x90\xca\xda\x40\x54\xdb\xa7\xf1\x5f\xd4\xef\xcf\xe7\xf3\x90\xd5\xca\x86\x4a\x8f\xfb\xb9\x83\x95\xfd\x0f\xd7\x57\x3f\xdc\xdc\xfd\x70\xf2\xa6\xf6\xb6\x65\xf8\x55\xe6\x50\x96\x48\xc3\x1f\x95\xd0\x90\x5a\xbb\xb3\xa2\xc8\x05\x67\x49\x0e\x28\x67\x73\xa4\x34\x62\x63\x0d\x90\x22\xa3\xac\xc2\xd6\x43\x42\x8e\x29\x2a\x55\x66\xe6\x4c\x83\x15\x93\x8a\xd2\x68\x91\x54\xa6\x63\xaf\x46\x3d\x51\x76\x00\x4a\x22\x26\xd1\xf1\xe5\x1d\xba\xbe\x3b\x46\xdf\x5d\xde\x5d\xdf\x51\x2b\xe4\xb7\xeb\xfb\x9f\x6e\x7f\xbd\x47\xbf\x5d\x7e\xfc\x78\x79\x73\x7f\xfd\xc3\x1d\xba\xfd\x88\xae\x6e\x6f\xbe\xbf\xbe\xbf\xbe\xbd\xb9\x43\xb7\x3f\xa2\xcb\x9b\xdf\xd1\xcf\xd7\x37\xdf\x53\x04\xc2\x4c\x40\x23\x78\x2e\xb4\xdd\x81\xd2\x48\x58\x4b\x42\x5a\x9b\xed\x0e\xa0\xa3\x42\xa6\x9c\x4a\x65\x01\x5c\x64\x82\xa3\x9c\xc9\x71\xc5\xc6\x80\xc6\x6a\x06\x5a\x0a\x39\x46\x05\xe8\xa9\x28\xad\x47\x4b\x1b\x77\x56\x4c\x2e\xa6\xc2\x30\x53\x93\x76\xf6\x15\xfe\xdd\xa0\x44\xaf\xfb\xaf\x8e\xb2\x4a\x72\xbb\x00\x66\x34\x21\x2f\x81\x8d\x13\x6b\x2a\x6e\x82\x61\x60\x97\xcc\x84\x84\x34\x38\x8a\x6d\xc6\xaa\x0c\x4d\x55\x5a\xe5\xd0\xeb\xb9\x6f\x08\xcf\x85\xd2\xa6\x1c\x75\x87\x71\x82\xbd\x47\x71\xf0\xf4\x47\x05\x7a\x11\x10\x12\x05\xcd\x52\x41\xdc\x48\x73\xe2\x7b\x3d\xf7\x0d\xd9\x34\x1d\xb9\x9f\xf8\xa1\x61\x7c\xa4\x1b\x0d\xc9\x8b\x06\x53\x69\x89\x12\xcc\xc8\x8a\x44\x09\x66\xe1\xd3\xbf\x2d\x8c\xac\xb0\x8d\xee\x0e\xb6\xb3\x97\x19\xd3\x28\x89\xd7\xd3\x09\xe5\xe4\xc5\x72\x84\x5f\x41\x0e\x53\x90\x26\x66\x38\x21\xb4\x26\xa9\xa2\xb6\x78\xcc\x42\x78\x36\x20\x53\xfc\xb2\xa2\x2c\xcc\x64\xb8\xa9\x5a\x29\x64\xac\xca\x4d\x49\xb9\xe7\x99\x32\xc3\x27\xa0\xe3\xb6\x80\x86\xb8\x5c\xb6\x21\x0e\x5f\x2a\x6d\xb6\xe1\x8e\xe6\xd1\x6e\xe0\xc1\x90\x03\x37\x5b\xe0\x9a\xd6\x80\xeb\x81\x03\xb3\xca\xa8\x3b\xc7\x10\x24\x4a\xe5\xc0\x5a\x06\xef\x88\xd8\x20\x47\x07\xe8\xd1\xd1\xc0\x09\x9d\x88\xf1\x24\xb7\xa5\x6b\x5b\xe7\xd6\x84\xd7\xa5\x45\x71\xbc\x1a\x6c\xe4\x76\xd9\x1c\xcd\x73\xb8\x81\x03\x57\x45\xca\x76\x16\xf1\x44\x0f\xf7\x23\x87\x4f\x45\x59\xe4\x6c\x71\x0f\xcf\x5b\xf6\x69\x4d\x78\xbe\x16\xa5\xf1\x41\xa5\x39\x6c\xfb\xc0\xd2\xbc\x6c\xc8\xd9\x62\x4b\xaa\x25\xb9\xd9\xaf\xa6\x20\xab\x98\xe1\xae\xc7\x41\x56\x3e\x22\xbe\x62\x45\x01\x32\xbd\x57\x5d\x09\x0d\x75\xb4\xc5\xd9\xd0\x49\x24\xab\x3c\xf7\x0a\x4e\xd4\x5c\xc6\x47\xa7\x6e\x94\x8b\xd2\x80\xc4\x64\x33\xf7\x93\x90\xe6\x56\xfe\xa8\x78\x55\xfe\x95\xaf\xb7\xe0\xa3\xcf\x4d\x46\xcd\x8a\x2c\x33\xa0\xef\xf6\x04\x5f\x6b\xc2\x23\xd3\xf4\xda\xc0\x34\x3e\x3a\x5d\x0d\x93\xb0\xd0\xca\x28\xab\x45\xfc\xc2\x95\x2c\x8d\xae\xb8\x51\x3a\x4a\xa8\x8b\xd3\x68\x9d\x86\xe4\xc5\xe6\x25\x8b\x37\x06\x0d\x33\x21\x53\x1c\x84\x8c\x1b\x31\x83\x80\x84\x29\x33\x0c\x07\x33\x96\x57\x10\x90\xa1\xc8\x70\x27\x6b\xfd\xb4\x47\x53\x46\xb6\x73\x60\xb9\x64\x6e\x91\x24\x6e\x07\x0f\x66\x64\xd8\x15\x34\x63\x39\xde\x0e\x13\x9c\x90\xe5\x32\x21\x21\x9f\x30\x39\x86\xc6\xf2\xad\xcd\xe3\x84\xac\x7c\x49\xf2\xb1\x9f\x02\x26\x2b\xea\x57\x89\xf6\x94\x2e\xb6\xa2\
},
"/static/vendor/eonasdan-bootstrap-datetimepicker": &vfsgen۰DirInfo{
name: "eonasdan-bootstrap-datetimepicker",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 295024773, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker.min.css": &vfsgen۰CompressedFileInfo{
name: "bootstrap-datetimepicker.min.css",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 295024773, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 7771,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x59\xdb\x6e\xdb\x38\x13\xbe\xef\x53\xb0\x0d\x7e\xb4\x29\x2a\x59\x76\xe2\x38\x95\xf0\x03\x7b\xe8\x02\xbb\x17\x59\x14\x68\xef\x16\xbd\xa0\xc4\x91\x45\x54\xe2\x08\xe4\x28\xb2\x57\xc8\xbb\x2f\xa8\x83\x0f\x89\x13\x4b\x76\x9b\x18\x6d\x51\x86\xe2\x0c\xbf\x39\x73\x26\xa3\xf7\xaf\x5f\xb1\xf7\xec\x13\x27\x20\x99\x41\x2e\xa3\xef\xa0\x59\x8c\x9a\xfd\x86\x48\x86\x34\xcf\xd9\x85\x3d\x71\x0b\xda\x48\x54\xcc\x67\x97\xee\x78\xe6\x5e\xd6\x9b\x09\x51\x6e\xfc\xd1\x68\x2e\x29\x29\x42\x37\xc2\x6c\xf4\x07\x2a\x6e\x04\x57\xa3\xb0\xa3\x77\xc4\x16\xf3\xd1\x2b\xf6\x7e\xe4\x3e\xf6\xd5\x29\xa5\x98\x03\x55\xa9\x34\xe4\x18\x5a\xa6\xe0\x2b\x54\x70\xb7\x8f\xc0\x15\x1a\x73\x81\xa5\x72\x32\x50\x45\x95\x71\x3d\x97\xca\x9f\xe4\x0b\xe6\x05\x39\x17\x42\xaa\xb9\x7f\x99\x2f\x82\x52\x0a\x4a\xfc\xf1\x47\xc8\xee\x7e\xc9\x40\x48\xce\xde\x65\x52\x39\xcd\xf6\xec\xea\x3a\x5f\x9c\x57\xc3\xee\x72\x37\xbe\x9b\xd0\x54\x0d\xab\x8b\x6b\xc8\xee\x76\x5c\xf1\xf1\xe3\xe4\x67\x5f\x31\x9e\x78\xde\x8f\xbd\x63\x18\x27\x3f\x84\x18\x35\x7c\x18\x48\xc5\x63\x02\x5d\x45\xa8\x08\x14\xf9\x6f\xdf\x06\x42\x9a\x3c\xe5\x4b\x5f\xaa\x54\x2a\x70\xc2\x14\xa3\xef\x41\x8e\x46\x92\x44\xe5\xf3\xd0\x60\x5a\xd0\x50\xcf\x70\x43\x24\xc2\xac\xc5\x58\x85\xa8\x05\x68\x27\x85\x98\xfc\x59\xbe\x60\x06\x53\x29\x18\x69\xae\x4c\xce\x35\x28\x0a\xda\x13\x5a\xce\x93\x3d\x47\x5a\xce\xeb\x33\x67\x51\x14\x6d\x7f\x74\x22\x4c\x51\xfb\x7a\x1e\xf2\x77\xde\x87\xfa\x8f\x3b\x39\x0f\x08\x73\xdf\x99\xe5\x8b\xa0\xc3\x71\xa0\x50\x8d\x0a\x37\x65\xba\xda\x2f\xd3\x93\x47\x5a\xc6\xeb\x33\x65\x22\x09\x1a\xc0\x57\x1d\xe0\xeb\xe1\x80\x2d\x83\x9f\x60\x02\xcb\x76\xb7\xfe\x09\xf3\x47\x94\xdf\x8a\xb8\xd6\xff\xd5\x61\xe2\xfc\x78\xe5\x5b\xae\xf7\x35\xdf\xa1\xbd\x3a\xc2\x5b\xf2\x22\x4d\xdb\xfb\x5b\x1b\xd4\x9c\x78\x41\x18\xac\x60\x1d\xc1\xb4\xd1\xc4\x7d\x9e\x7d\x80\x32\xb7\xce\xfb\x85\xaa\x33\xbf\xe8\xd2\xb8\xb7\x9f\x90\xff\x23\x38\x71\x87\x47\x36\x39\x7c\xab\xba\x94\x6f\xd5\x37\x98\xda\xb7\xff\xdf\x5a\xcf\x5c\x38\x26\xe1\x02\xcb\x7e\x35\x88\x6d\xe6\xd0\x04\x0b\xbd\x37\x05\x6e\x51\x64\x52\x15\xb4\x3f\x6d\x6e\xd1\x18\x88\x50\x89\x36\x59\x4f\x6d\x81\x8b\x51\x91\x53\x42\x63\x5d\x4c\x45\xb3\x61\xe4\xbf\xe0\x8f\xdd\x09\x64\x41\x7f\x9d\x86\x05\x11\xaa\x47\x15\xdb\x43\x1f\x21\x6d\x91\xff\xff\x8d\x54\x91\x86\x0c\x14\xfd\x89\x85\x36\x6f\xbe\xf9\xad\xb3\x3c\x48\xeb\x5d\xa1\xce\x17\x41\xd2\x08\x63\x97\x2d\x76\xc7\xae\x3b\x24\x5e\x80\xb7\xa0\xe3\x14\x4b\x3f\x91\x42\x80\x0a\xa2\x54\xe6\xbe\x86\x88\xde\x79\x1f\x58\xfb\xf7\xbc\x0d\x2a\xdf\x0b\xba\x12\xf3\xe6\xaf\x0e\x0c\x6b\xd0\x1c\x25\xd0\x4d\x6d\xbd\xd3\x11\xa9\xc3\x73\x88\x50\x02\x4e\xc8\x4a\x9f\xe0\x78\x2b\xad\x04\x3a\x0d\x2b\xad\x45\x3a\xc6\x4a\x26\xc1\xf2\x14\x0c\xf4\x25\xc1\xf2\x08\xdb\x58\x31\x4e\xc3\x2c\xb5\x20\xc7\x58\x84\x70\x3e\x4f\xe1\x33\x68\x89\xe2\x85\x65\xf9\x5a\x43\x61\xbf\xde\x8c\x3e\xdf\x1c\x24\x4b\x94\x02\xd7\x2f\x2c\xc4\xef\x16\x03\xa3\x04\x58\x83\xf6\x40\xa3\x08\xbe\x7c\x69\xcf\x02\xaa\xc5\xb0\x98\x19\x21\x6b\x30\xf5\x90\xa6\x2b\xf3\xa5\xa4\x28\xa9\x08\x16\xe4\xf0\x54\xce\x95\x1f\x81\x22\xd0\x43\x39\x9c\x82\x4b\x7e\xb2\x3a\xe0\x4a\xb0\xaf\x32\x03\xf6\x25\xd2\x00\xaa\x57\xb8\x6d\x49\xc2\x48\x54\x6b\x48\xdd\x9b\xa6\x03\x5f\x3f\x3b\x1b\x91\xea\x65\xdd\x40\xb6\xdf\xa4\x4a\x40\x4b\x3a\xe0\x42\x66\x72\xae\xaa\x4d\x5e\x13\x77\x1a\xac\x97\x90\x75\x6a\xf4\xbc\xff\xed\xe7\x4f\x3c\x4c\xa1\x5a\x53\x0c\x78\x99\xd5\xa4\x8c\xc4\xfe\xc7\x62\x7b\x72\x87\xef\xac\x1a\x11\x2e\x64\x61\xfc\xcb\x3e\x0f\xba\x15\xb7\x4e\x68\xcf\xb6\x21\x9b\x0a\xf1\x56\x33\x16\xbb\xec\xcf\xf1\x9e\xa7\xb7\x5a\xb9\x9c\x0e\xe2\x21\xa4\xb1\xcb\x01\x6a\x59\x91\xf8\x89\x75\xeb\x2a\xe4\xd1\xf7\xb9\xc6\x42\x89\xfa\xc9\x1f\x34\x2d\xe3\xd9\x6c\x36\x0b\xa2\x42\x1b\xd4\xbe\x42\xab\xc6\x14\x4b\x10\x43\xa4\xd3\x70\xfb\xa2\xc1\xf7\x59\xc3\xad\xc4\xc2\xb0\x1b\x54\x94\xf4\x08\xb7\x15\x74\x05\x0b\x7a\x51\xe8\x7f\xc3\x82\x06\xc3\x06\x6e\x5b\x6a\x3f\x96\xda\x90\x13\x25\x32\x15\xd6\x6d\x5b\x1b\xe6\x28\xfb\x65\xcf\x27\xb9\x3d\x74\x99\x33\x80\x1e\x5d\x62\x17\xbc\x5d\x10\xd5\x6d\xdb\x66\x10\x4d\xd7\x83\xca\xe9\x90\xb0\x14\x6e\x54\x56\xeb\x76\xcf\xbd\x86\x2c\x78\x32\x50\xd7\xde\
},
"/static/vendor/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker.min.js": &vfsgen۰CompressedFileInfo{
name: "bootstrap-datetimepicker.min.js",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 296024813, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 48881,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\xbd\x6f\x77\xdb\x36\xb2\x38\xfc\xde\x9f\x02\xc2\xde\x55\x88\x1a\x96\x2c\x27\xdb\xee\xd2\x61\x7c\xdd\xd8\x6d\xbc\xeb\x3f\x59\xdb\x69\x6f\xd6\xf5\xd3\x03\x92\x90\x48\x9b\x22\x54\x92\xb2\xa3\x5a\xfa\xee\xcf\xc1\x00\x20\x41\x89\x92\xa5\x34\xed\xdd\xbd\xbf\xf4\x9c\x5a\x04\x30\x83\xc1\x60\x30\x18\x00\x83\x41\xf7\xab\x16\x7a\xe0\x59\x1e\x8b\x14\xb9\xe8\x55\xa7\xf7\x4d\xe7\xd5\xcb\x2d\xe4\x7d\xee\xbf\x2d\xe4\x0b\x51\xe4\x45\xc6\x46\x3b\x21\x2b\x78\x11\x0f\xf9\x5d\xbe\x85\xa2\xa2\x18\xe5\x6e\xb7\x3b\x88\x8b\x68\xec\x77\x02\x31\xec\x1e\x8b\x94\xe5\x21\x4b\xbb\x8b\x10\xa3\x38\xb8\xe7\xd9\x16\x7a\x2b\x46\x93\x2c\x1e\x44\x05\x72\x02\x82\xf6\x76\x7b\x7f\x41\x7f\x17\x29\x2b\x22\x96\xa2\xf7\xbc\xe0\x59\x2e\xd2\xdf\x44\xec\x57\xdd\xad\xee\x57\x5b\xe8\x3a\xe2\xe8\xec\xe4\x1a\x9d\xc6\x01\x4f\x73\x8e\x9c\xb3\x93\x6b\xb2\xb5\x66\xfd\x5b\xe8\x3d\xcf\x86\x71\x0e\x3c\x8c\x73\x14\xf1\x8c\xfb\x13\x34\xc8\x58\x5a\xf0\x90\xa2\x7e\xc6\x39\x12\x7d\x14\x44\x2c\x1b\x70\x8a\x0a\x81\x58\x3a\x41\x23\x80\x46\xc2\x2f\x58\x9c\xc6\xe9\x00\x31\x14\x88\xd1\x64\x4b\x16\x2d\xa2\x38\x47\xb9\xe8\x17\x8f\x2c\xe3\x88\xa5\x21\x62\x79\x2e\x82\x98\x15\x3c\x44\xa1\x08\xc6\x43\x9e\x16\xac\x90\x15\xf6\xe3\x84\xe7\xc8\x29\x22\x8e\xf0\x95\x86\xc0\x04\x6a\x09\x39\x4b\xb6\x50\x9c\x22\x99\x69\xf2\xd0\x63\x5c\x44\x62\x5c\xa0\x8c\xe7\x45\x16\x07\x12\x09\x45\x71\x1a\x24\xe3\x50\x52\x61\xb2\x93\x78\x18\xeb\x2a\x24\x38\x70\x21\xdf\x92\x68\xc7\x39\xa7\x40\x2a\x45\x43\x11\xc6\x7d\xf9\x97\x43\xcb\x46\x63\x3f\x89\xf3\x88\xa2\x30\x96\xb8\xfd\x71\xc1\x29\xca\x65\x22\xb0\x95\xca\x96\x74\x45\x86\x72\x9e\x24\x5b\x12\x45\xcc\x73\xd5\xdc\x8a\x3e\x28\x24\xab\x19\x49\xa6\x16\x9a\x4d\xb9\x4c\x79\x8c\xc4\xb0\xde\x96\x38\xdf\x42\xfd\x71\x96\xc6\x79\xc4\x01\x28\x14\x28\x17\x50\xe7\x1d\x0f\x0a\x99\x22\xcb\xf7\x45\x92\x88\x47\xd9\xba\x40\xa4\x61\x2c\x1b\x95\xbb\x5b\xaa\xdb\x99\x2f\x1e\x38\x34\x47\x75\x74\x2a\x8a\x38\x50\x3c\x87\x5e\x18\x55\x7d\xab\xb3\xf2\x88\x25\x09\xf2\xb9\x66\x1a\x0f\x51\x9c\x6e\x21\x99\x66\x5a\x94\x49\x02\xf2\x82\xa5\x45\xcc\x12\x34\x12\x19\xd4\x38\xdf\xd2\x8e\xa4\xe0\xdd\x31\xba\xba\xf8\xee\xfa\xc7\xc3\xcb\x63\x74\x72\x85\xde\x5f\x5e\xfc\x70\x72\x74\x7c\x84\xf0\xe1\x15\x3a\xb9\xc2\x14\xfd\x78\x72\xfd\xee\xe2\xc3\x35\xfa\xf1\xf0\xf2\xf2\xf0\xfc\xfa\x23\xba\xf8\x0e\x1d\x9e\x7f\x44\xff\x38\x39\x3f\xa2\xe8\xf8\x7f\xde\x5f\x1e\x5f\x5d\xa1\x8b\xcb\x2d\x74\x72\xf6\xfe\xf4\xe4\xf8\x88\xa2\x93\xf3\xb7\xa7\x1f\x8e\x4e\xce\xbf\x47\xdf\x7e\xb8\x46\xe7\x17\xd7\xe8\xf4\xe4\xec\xe4\xfa\xf8\x08\x5d\x5f\x40\x8d\x1a\xd7\xc9\xf1\x95\xc4\x76\x76\x7c\xf9\xf6\xdd\xe1\xf9\xf5\xe1\xb7\x27\xa7\x27\xd7\x1f\xe9\x16\xfa\xee\xe4\xfa\x5c\x62\xfd\xee\xe2\x12\x1d\xa2\xf7\x87\x97\xd7\x27\x6f\x3f\x9c\x1e\x5e\xa2\xf7\x1f\x2e\xdf\x5f\x5c\x1d\xa3\xc3\xf3\x23\x74\x7e\x71\x7e\x72\xfe\xdd\xe5\xc9\xf9\xf7\xc7\x67\xc7\xe7\xd7\x1d\x74\x72\x8e\xce\x2f\xd0\xf1\x0f\xc7\xe7\xd7\xe8\xea\xdd\xe1\xe9\xa9\xac\x6b\x0b\x1d\x7e\xb8\x7e\x77\x71\x29\x49\x44\x6f\x2f\xde\x7f\xbc\x3c\xf9\xfe\xdd\x35\x7a\x77\x71\x7a\x74\x7c\x79\x85\xbe\x3d\x46\xa7\x27\x87\xdf\x9e\x1e\xab\xba\xce\x3f\xa2\xb7\xa7\x87\x27\x67\x14\x1d\x1d\x9e\x1d\x7e\x7f\x0c\x50\x17\xd7\xef\x8e\x2f\xb7\xa0\x9c\x22\x10\xfd\xf8\xee\x58\xa6\xc9\x1a\x0f\xcf\xd1\xe1\xdb\xeb\x93\x8b\x73\xd9\x92\xb7\x17\xe7\xd7\x97\x87\x6f\xaf\x29\xba\xbe\xb8\xbc\x2e\x61\x7f\x3c\xb9\x3a\xa6\xe8\xf0\xf2\xe4\x4a\xf2\xe4\xbb\xcb\x8b\x33\xba\x85\x24\x4f\x2f\xbe\x93\x65\x4e\xce\x25\xe0\xf9\xb1\x42\x23\xf9\x5d\xef\x96\x8b\x4b\xf8\xfe\x70\x75\x5c\x62\x44\x47\xc7\x87\xa7\x27\xe7\xdf\x5f\xa1\x93\xf3\x7a\x27\x76\xb4\x4e\x19\x24\xc2\x67\x09\x0a\x79\x3f\x4e\xb9\xdb\x67\x49\xce\x6b\x19\xfc\x93\x14\x8b\xbc\x21\x27\xe3\xbf\x8c\xe3\xac\x09\xe6\xee\x9f\x63\x9e\x4d\x1a\x32\x86\x42\xea\x83\x2a\xa3\xd5\x1f\xa7\x30\xb0\x1d\x46\x9e\xf0\x38\xe7\x48\x0d\x75\xbc\x1f\xf7\x1d\x6c\x32\xb1\xe7\x15\x93\x11\x17\x7d\x4d\x65\xbb\xad\xfe\x76\xd8\x30\x24\x5b\xdd\x2e\x3a\x3c\x3b\x92\xfa\x6c\x9c\xf3\x10\xed\xa0\x4b\x3e\x88\xf3\x82\x67\x88\xe5\x88\xa5\x88\xa5\x22\x9d\x0c\xc5\x38\x97\x4a\x60\x9c\xf0\xce\x96\x82\x76\x6e\xf0\xdd\x2f\x92\x4e\x4c\xb1\xa2\x0b\xdf\x52\
},
"/static/vendor/fuzzy": &vfsgen۰DirInfo{
name: "fuzzy",
modTime: time.Date(2017, 7, 5, 9, 45, 6, 925339819, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/fuzzy/fuzzy.js": &vfsgen۰CompressedFileInfo{
name: "fuzzy.js",
modTime: time.Date(2017, 7, 5, 9, 45, 6, 925339819, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 5669,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x58\x5b\x53\xdb\x48\x16\x7e\xf7\xaf\x38\x93\x87\xd8\x1e\x14\x99\x64\x26\x33\x53\x30\xce\x94\x03\x26\xa8\xd6\xc8\x94\x2d\x26\x9b\xa2\xa8\x75\x4b\x6a\x59\x3d\x91\xbb\x55\xdd\x2d\xc0\x13\xd8\xdf\xbe\x75\xfa\x22\xcb\x5e\xb2\xcb\x03\x48\xad\x73\xbe\x73\xbf\x34\xa3\x1f\x7b\xf0\x23\x5c\x34\x7f\xff\xbd\xc5\x87\x52\xeb\x5a\x9d\x8c\x46\x6b\xa6\xcb\x26\x0d\x33\xb1\x19\x6d\xb6\x42\x7e\x1d\x15\x8e\x02\x89\xce\x44\xbd\x95\x6c\x5d\x6a\x18\x64\x43\x78\x77\xfc\xf6\x1d\x5c\x11\xad\xe1\x8b\x90\x5f\x1d\xc9\x35\x95\x1b\xa6\x14\x13\x1c\x98\x82\x92\x4a\x9a\x6e\x61\x2d\x09\xd7\x34\x0f\xa0\x90\x94\x82\x28\x20\x2b\x89\x5c\xd3\x00\xb4\x00\xc2\xb7\x50\x53\xa9\x04\x47\x76\x91\x6a\xc2\x38\xe3\x6b\x20\x90\x89\x7a\x8b\xc4\xba\x64\x0a\x94\x28\xf4\x03\x91\x14\x08\xcf\x81\x28\x25\x32\x46\x34\xcd\x21\x17\x59\xb3\xa1\x5c\x13\xcd\x2c\x42\xc1\x2a\xaa\x60\xa0\x4b\x0a\xaf\x96\x8e\xe9\xd5\xd0\x88\xca\x29\xa9\x80\x71\xc0\x6f\xfe\x13\x3c\x30\x5d\x8a\x46\x23\xab\xa4\x4a\x4b\x96\x21\x52\x00\x8c\x67\x55\x93\xa3\x26\x8e\x02\x2a\xb6\x61\x56\x8e\x41\x30\x8e\x50\x88\xdb\x28\x1a\x20\x3f\x2a\x1c\xc0\x46\xe4\xac\xc0\xbf\xd4\x98\x58\x37\x69\xc5\x54\x19\x40\xce\x10\x3d\x6d\x34\x0d\x40\xe1\x61\x46\xb9\xa2\x01\x1a\x34\x12\x12\x14\xad\x2a\x07\xc2\xa8\xb2\x76\xef\xd4\x34\x64\x28\xab\x46\xff\x6a\xe7\x31\x23\xfd\xa1\x14\x1b\xa4\x45\xe6\xd6\x2a\xa6\xa0\x68\x24\x67\xaa\xa4\x86\x2d\x17\xa0\x84\x91\xfb\x17\xcd\x34\x9e\x20\x7a\x21\xaa\x4a\x3c\x30\xbe\xb6\x82\x79\xce\xd0\x3a\x75\xe2\x62\x99\x94\x14\x48\x2a\xee\xa9\xb1\xcc\x06\x9e\x0b\xcd\x32\x1b\x05\x13\x97\x7a\x17\x6f\xf7\x49\x95\xa4\xaa\x20\x35\xfa\x58\x27\xd2\x1c\xbd\x8e\xa7\xde\x38\x89\x9a\x28\x4d\xb8\x66\xa4\x82\x5a\x48\x23\xf7\xd0\xe8\xd0\xeb\x71\x39\x85\xe5\xfc\x22\xf9\x3c\x59\x4c\x21\x5a\xc2\xf5\x62\xfe\x67\x74\x3e\x3d\x87\x57\x93\x25\x44\xcb\x57\x01\x7c\x8e\x92\xcb\xf9\x4d\x02\x9f\x27\x8b\xc5\x24\x4e\xbe\xc0\xfc\x02\x26\xf1\x17\xf8\x47\x14\x9f\x9b\xd0\x4c\xff\x79\xbd\x98\x2e\x97\x30\x5f\x40\x74\x75\x3d\x8b\xa6\xe7\x01\x44\xf1\xd9\xec\xe6\x3c\x8a\x3f\xc1\xc7\x9b\x04\xe2\x79\x02\xb3\xe8\x2a\x4a\xa6\xe7\x90\xcc\x8d\x4c\x87\x16\x4d\x97\x08\x31\xbf\x80\xab\xe9\xe2\xec\x72\x12\x27\x93\x8f\xd1\x2c\x4a\xbe\x04\x70\x11\x25\x31\xc2\x5e\xcc\x17\x30\x81\xeb\xc9\x22\x89\xce\x6e\x66\x93\x05\x5c\xdf\x2c\xae\xe7\xcb\x29\x4c\xe2\x73\xe4\x8d\xe7\x71\x14\x5f\x2c\xa2\xf8\xd3\xf4\x6a\x1a\x27\x21\x44\x31\xc4\x73\x98\xfe\x39\x8d\x13\x58\x5e\x4e\x66\x33\x23\x70\x72\x93\x5c\xce\x17\x46\xcb\xb3\xf9\xf5\x97\x45\xf4\xe9\x32\x41\xf6\xcb\xf9\xec\x7c\xba\x58\xc2\xc7\x29\xcc\xa2\xc9\xc7\xd9\xd4\x0a\x8c\xbf\xc0\xd9\x6c\x12\x5d\x05\x70\x3e\xb9\x9a\x7c\x9a\x1a\xc6\x79\x72\x39\x5d\x18\x32\xab\x23\xf2\x7f\xbe\x9c\x9a\xd3\x28\x86\x49\x0c\x93\xb3\x24\x9a\xc7\x68\xcf\xd9\x3c\x4e\x16\x93\xb3\x24\x80\x64\xbe\x48\x5a\xee\xcf\xd1\x72\x1a\xc0\x64\x11\x2d\xa3\xf8\x93\xe9\x12\x8b\xf9\x55\x00\xe8\xe0\xf9\x85\x71\x61\x8c\xac\xf1\xd4\x02\xa1\xf3\xf7\x63\x34\x5f\x98\xf7\x9b\x25\x3e\x1a\xdf\x19\xf1\xe7\xd3\xc9\x2c\x8a\x3f\x2d\x91\xbf\x4b\xef\xe3\x3c\x01\x55\x61\x92\x55\x5b\x5b\x44\x8c\xe6\x70\x4f\xa5\x49\x2e\x51\xbc\xd8\xa2\x88\xd6\xbb\x2e\x35\x4a\x2b\x91\x8e\x7e\xfa\xe5\xed\x4f\xc7\xbf\xfd\x42\xc8\xcf\xc7\xd9\xdb\xdf\x8e\x33\xf2\xeb\xbb\x77\x84\x92\xe2\xe7\xdf\x32\x5a\xbc\xff\xf5\x7d\x9e\xbd\xff\x95\xa6\xef\xf3\x51\xc5\x52\xcb\x17\xfe\xa5\x7a\xf0\xe3\xa8\xd7\x1b\x14\x0d\x37\xe5\x3f\x18\xc2\xb7\x5e\xef\x9e\x48\x90\x42\x68\x18\x9b\x5c\x3f\xb5\x27\x86\x05\xc6\xf0\xed\xf9\xb4\xd7\x1b\x8d\xe0\x46\x51\x4c\x6f\x2e\x72\x8a\x89\xcd\x38\xa4\x52\x3c\x28\x2a\x7b\xac\x80\x81\xde\xd6\x54\x14\x40\x1f\x31\xc9\x15\xfc\x30\x1e\x43\xbf\xe1\x39\x2d\x18\xa7\x79\x1f\xc5\x00\x1a\xdb\x54\x34\xf4\x34\x63\x2b\xe2\xb4\xf7\x0c\xb4\x52\xd4\x90\xa0\x1a\xa1\x97\xec\x3f\x1b\xf1\x0b\xaa\x1b\x69\xab\x8b\x56\x14\x5b\xa1\xa9\xa3\x15\x91\x92\x6c\x57\xa0\x4b\xa2\xa1\x24\xf7\x14\x88\xe5\x43\x9e\x0d\xd1\x59\x09\x64\x4d\x18\x57\x1a\x56\x35\xd1\x9a\x4a\xbe\x0a\x7b\xd6\x1d\x8a\x6d\xea\x8a\x5e\xb0\x4a\x53\x69\xc4\x39\xa7\x38\xba\x00\x0c\xb6\xd5\x5d\x3a\xf1\x78\x12\x16\x86\x65\xe7\x45\xa5\xa5\xa5\x6a\xe9\xac\x00\x4d\x95\xde\xa1\x21\xd5\x69\x0f\xe0\
},
"/static/vendor/js": &vfsgen۰DirInfo{
name: "js",
modTime: time.Date(2017, 11, 29, 21, 56, 24, 142444808, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/js/jquery.hotkeys.js": &vfsgen۰CompressedFileInfo{
name: "jquery.hotkeys.js",
modTime: time.Date(2017, 11, 29, 21, 56, 24, 142444808, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 4490,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x57\x6d\x73\xdb\xb8\x11\xfe\xae\x5f\xb1\x41\xdd\x58\x8c\x19\x52\x2f\x4e\x62\x4b\xa7\xb6\x97\x64\xa6\xd7\xe6\x9a\x5c\x7b\x99\x9b\xe9\x38\x6e\x0a\x91\x4b\x11\x16\x04\xb0\x00\x68\x1d\x6b\xbb\xbf\xbd\xb3\x20\xa9\x17\xca\x89\x9d\xd3\x17\x3d\x24\x77\x9f\x7d\xc5\x72\x19\x3f\xeb\xc1\x33\xb8\xfa\x7b\x89\xa6\x82\x1f\xb4\x5b\x62\x65\xe1\x27\x59\x2e\x84\xa2\x07\x6f\x74\x51\x19\xb1\xc8\x1d\x8c\x06\xc3\x41\x08\x7f\xd5\xb9\x82\x7f\xa0\x15\x0b\x7a\xfa\xb6\xe4\x12\xa4\x48\x50\x59\x4c\xa1\x54\x29\x1a\x70\x39\xc2\xdf\xfe\xf2\x11\xb4\x81\x3f\xff\xf4\x23\xfc\x82\xc6\x0a\xad\x60\xd4\xca\xd9\xa8\x07\xde\xe6\x6b\xee\x95\x0a\xad\xbc\x4e\xe1\x6d\xc2\xbc\x82\x8f\xff\x2d\x4d\x05\xaf\xb9\x81\x7f\xea\x24\xe7\xd5\x84\xa4\x73\xe7\x8a\x49\x1c\x2f\x84\xcb\xcb\x79\x94\xe8\x55\xec\x48\x6c\x5e\xc5\x79\xed\x74\xc3\xfa\xc1\x88\x85\x50\x5c\x82\x48\x91\xc3\xbc\x56\x7e\x2d\x94\xaa\xe0\x17\xf8\x3e\x6c\x79\xd6\xeb\x75\xa4\x0b\x54\x57\xd6\x73\xd9\xc4\x88\xc2\xd9\x18\xaf\x51\x39\x1b\x2f\xb1\x9a\x6b\x6e\xd2\xcf\x36\xd7\xc6\x25\xa5\xb3\x71\xef\x59\xdc\xeb\xf5\xb3\x52\x25\x4e\x68\xd5\xaf\x13\x16\xdc\xf4\x7a\x00\xd0\xa4\x2f\x6a\x3c\x81\x19\xdc\xf8\xdb\xf4\xbb\xae\xe3\x9f\x00\x1b\x44\x67\x27\x2c\xec\x6d\x9e\xd8\x02\x13\xc1\xe5\x3b\xac\xec\x64\x47\x81\x7e\x67\x13\x60\x73\x9e\x2c\x6d\xc1\x13\x64\x21\x9c\x4f\x80\x39\x3e\x67\x21\x0c\xc7\x13\x60\x06\x5d\x69\x14\x5d\xbd\x9c\x00\xb3\xb9\xc8\x1c\x5d\xbc\x9a\x00\x4b\x9c\x91\x84\x89\x81\x4b\x7f\x9b\x94\x0b\x5e\x5a\x64\xe1\x9e\x91\xd1\x80\xe4\x79\x61\xa5\x4e\x96\x2c\x84\x11\xe9\xa3\x4d\x58\x08\xe3\x11\xf1\x36\xc6\xc7\x63\x4f\xb0\xc0\xb2\xa0\xab\xd3\xe6\x2a\xd5\x6b\x72\x61\xfc\x82\xb4\x54\x4a\x90\xbc\xc9\xf5\xaa\x6b\x68\x4c\xc4\x12\xbd\x93\x63\x72\xac\x26\x22\xbf\x7c\x6b\xb1\x10\x4e\xc9\x97\x86\xf1\x94\x18\x85\xb2\x68\xfc\x13\x22\x4d\x51\x76\x38\xcf\xe9\xf6\x80\x52\x43\xe4\x43\x02\xc4\x3c\x22\x40\xc4\x63\x8a\x7c\x40\xac\xa7\x1e\x0d\x27\xc0\x5e\x78\x44\xa1\xbd\xf4\x88\xe2\x7a\xd5\xe1\x1d\x0e\x28\xbe\x33\xff\x9c\xfc\x38\xf7\x88\x8c\x3d\xf3\x88\xac\x9d\x78\x44\x56\x9e\x13\x1a\x92\x95\xc8\xa3\x21\x4c\x80\xc5\x5d\xca\x21\x99\xcc\x86\x5e\x82\x6c\x66\x23\x0f\xc9\x50\xe6\xfd\x1c\x92\xa5\xcc\x3b\xea\x2b\x9a\x79\x4f\x7d\x3d\x33\xef\xaa\x2f\x67\xf6\xca\x43\xb2\x9b\x9d\x75\x6d\xf8\x62\x66\xde\xdb\xd1\xd0\x9b\x1b\x78\x5c\x9b\xf6\xb6\x47\xde\xf6\xd0\x1b\x3f\x25\xe3\xaa\x5c\x35\xa5\x1f\xfa\x9c\xdb\xc4\x68\x59\x77\x0f\xd9\x0b\x7d\xf3\x34\xc1\xed\x5b\x3b\x1f\xd6\x71\xc2\x68\x44\x44\x2b\x74\x9c\x6d\x24\xee\x76\x7b\x9c\x7a\xf3\x7d\xb9\x3a\xe8\x70\xf6\x6f\x36\x01\xf6\x3f\x16\x52\xf1\x26\xc0\x9e\x10\x1a\x11\xfa\x13\xa1\x31\xa1\xdf\x11\x3a\x25\x74\x44\xe8\x05\xa1\xdf\x13\x7a\x49\xe8\x5f\x84\x5e\x11\x7a\xda\x71\x8f\x9d\xb1\xa6\x5e\xec\x9c\x50\x9f\xd0\x80\x50\x40\xe8\x39\xa1\xcf\x84\x66\xac\xa9\x26\x9b\x12\xa2\x98\x81\x1d\xd3\xff\x27\x46\x30\x24\xf8\x5d\x97\x3d\xa2\xbb\x7f\x60\x21\x50\x0a\x26\xc0\xfe\xe8\xe1\xa7\x4f\x84\x6f\x77\xd2\xe0\xd1\xdd\xb4\x4e\x46\x3b\x38\x60\x89\xd5\x0f\x5c\xa5\x12\x4d\x1f\x72\x0f\x3e\xcc\xaf\x20\x80\x9b\x6d\xd2\xae\xb9\x01\x6d\xc4\xa2\x91\x83\xd9\x56\x30\xaa\x91\xd9\x77\x29\x8e\x4b\x8b\xa0\xf8\x0a\xfd\x99\x05\x6e\xc1\xcf\x21\xab\x41\x38\x58\x6b\xb3\xb4\xb0\x16\x2e\x07\x3f\xde\x20\x45\x89\x0b\xee\xbd\xe1\x16\xd6\x28\x65\x87\x6d\x2d\xa4\x04\x2e\xad\x06\x2e\xa5\x5e\x83\xc1\x95\xbe\x16\x6a\x01\x52\x58\x87\x0a\x8d\x05\x9d\x01\xaf\x27\x58\x26\x12\xb2\x06\x89\x5e\xcd\x85\xf2\xb4\x1d\x3a\xae\x52\xb0\x65\x51\x68\xe3\x20\xe5\x8e\x83\x9e\x5f\x61\xe2\xec\x9e\x58\x33\x38\xfb\xdb\x50\xb7\xf1\xdc\xde\x02\x63\x41\xe4\xf4\x8f\x7a\x8d\xe6\x0d\xb7\xd8\x0f\x22\x5b\x48\xe1\xfa\x0c\x58\x30\xed\x75\x48\x9a\x71\xbc\xe2\x45\x9f\xee\x84\x9b\xec\xd3\x65\x00\x37\x50\x0f\x50\x12\x6f\x69\x22\x16\x4c\xe1\x2e\x98\x6e\xab\x10\xc7\x4a\x83\x42\x4c\xc1\x69\x58\xe9\x54\x64\x55\x53\x07\x03\x22\x03\xa5\x9b\x1c\xd7\x39\xc0\x74\x47\xf1\xfb\x34\xc5\xd4\x3f\xbe\x18\x5c\x46\xb6\x9c\x5b\x67\x84\x5a\xf4\x07\x74\x0a\x03\xe2\xa3\x9a\xd4\x25\x69\xde\xbc\xa5\x80\x61\x74\x1e\x0d\x0e\x58\x78\x92\x68\x93\x0a\xad\x42\x70\x7c\x6e\x81\x92\xb9\x42\x55\x86\xf4\xd2\x54\x70\xf5\x9f\x56\x3d\xe1\x0a\xa8\x0d\xc8\x6c\
},
"/static/vendor/js/jquery.min.js": &vfsgen۰CompressedFileInfo{
name: "jquery.min.js",
modTime: time.Date(2017, 11, 29, 21, 56, 24, 142444808, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 86671,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\xbd\x7d\x93\xa3\x36\xd6\x28\xfe\xff\xad\xba\xdf\xa1\xcd\xce\x43\x50\x5b\xa6\xed\x49\xb2\xf7\x09\x6e\x0d\x35\xc9\x64\x76\xb3\x9b\xb7\xcd\x4c\x5e\xf6\xc1\x4c\x4a\x80\xc0\xb8\x31\xb8\x01\x77\xf7\xc4\xb0\x9f\xfd\x57\x3a\x92\x40\x60\x3c\xc9\x3e\xcf\xef\x56\xdd\x9a\x9a\x36\xa0\x77\xe9\xe8\xe8\x9c\xa3\xf3\x72\x73\x3d\xbb\xda\xfd\xe3\xc8\xca\xf7\x57\x0f\x1f\xdb\xcf\xed\xd5\x55\x73\x65\x85\xe8\xea\x6f\x6f\xae\x5e\x17\xc7\x3c\xa2\x75\x5a\xe4\x57\x34\x8f\xae\x8a\x7a\xcb\xca\xab\xb0\xc8\xeb\x32\x0d\x8e\x75\x51\x56\x57\xcd\xd5\xee\x9e\x17\xb5\x8b\x32\xb9\xc9\xd2\x90\xe5\x15\xbb\xba\xbe\xf9\xdf\xff\x6b\x16\x1f\xf3\x90\x97\xb4\x28\x0e\xd0\xc9\x38\x56\xec\xaa\xaa\xcb\x34\xac\x8d\xb5\x51\x04\x3b\x16\xd6\x06\x21\xf5\xfb\x03\x2b\xe2\xab\x7d\x11\x1d\x33\x66\x9a\x17\x12\x6c\xf6\x74\x28\xca\xba\x72\x87\xaf\x84\xda\x51\x11\x1e\xf7\x2c\xaf\xdd\xc0\xa2\x78\xb6\x44\x4e\xdf\x2a\x3a\xa5\xb1\x35\xeb\xb3\xa0\x7a\x5b\x16\x8f\x57\x39\x7b\xbc\xfa\xb2\x2c\x8b\xd2\x32\xe4\xa0\x4b\x76\x7f\x4c\x4b\x56\x5d\xd1\xab\xc7\x34\x8f\x8a\xc7\xab\xc7\xb4\xde\x5e\xd1\x2b\x55\xd2\x40\xeb\x92\xd5\xc7\x32\xbf\x0a\x2c\x8a\x5a\x07\xfe\x5a\xc6\x31\x8f\x58\x9c\xe6\x2c\x32\x66\xaa\xbb\xa2\xbc\x2b\x7e\x9c\x7a\x9b\x56\xf8\x03\xd3\xf0\x40\xcb\xab\x90\x78\x3e\x8e\xb4\x91\x60\x46\xbe\x83\x49\xb0\x13\x56\x7f\x5f\x16\x75\xc1\xeb\xfe\x2e\xc6\x31\x09\xed\x8a\xcf\x30\x4e\x48\x68\x87\x45\x1e\xd2\x1a\x6f\x49\x68\x1f\x8e\xd5\x16\xa7\x24\xb4\xd3\x3c\x62\x4f\xdf\xc5\x78\x47\x4e\x2d\xbe\x23\x3b\xbb\x2e\xde\xd4\x65\x9a\x27\x38\x23\x3b\x7b\x4b\xab\xef\x1e\xf3\xef\xcb\xe2\xc0\xca\xfa\x3d\xde\x93\xac\x4f\xcf\xc9\xde\x0e\x69\x96\x59\xa2\x69\x84\x0b\x72\x6a\xd7\xaa\xeb\x57\x07\xd1\xf9\x80\x04\x4d\x13\xc9\x6e\x07\x76\x58\x32\x5a\xb3\x2f\x33\xc6\xbb\x6d\x19\x55\x58\xa6\x07\x3e\x57\xa1\x5d\xb3\xa7\x9a\x50\x1c\xd8\x5b\x46\x23\x9b\x1e\x0e\x2c\x8f\xbe\xd8\xa6\x59\x64\x85\xc8\x3e\xd0\x92\xe5\xf5\xb7\x45\xc4\xec\x92\xed\x8b\x07\xa6\x52\x5a\x5e\xf1\x3d\x31\x00\x06\x0d\x5c\x92\xe1\xd4\xc9\x25\xe0\xeb\x57\xda\x71\x6e\xa7\x79\x5a\x43\x4a\x8b\x2b\x72\xf3\xce\xdb\x54\x9b\xe3\xeb\x2f\x5f\xbf\xde\x3c\xbd\x5c\xfa\xf3\x66\xf4\xfe\xec\x26\xc1\x35\xb9\x79\xb7\xd8\x57\x8b\x1b\x7c\x24\x37\x0b\xcb\xa3\x8b\xdf\x7c\x74\x93\xe0\x87\xe9\x96\x02\xbb\x2e\x7e\x3c\x1c\x58\xf9\x05\xad\x98\x85\xda\x35\x6f\x96\x94\xf6\x41\x2d\x0a\x39\x09\xd8\x77\xee\x71\x58\xe4\x55\x5d\x1e\xc3\xba\x28\x9d\x12\x67\x2c\x4f\xea\xad\xb3\xc4\x75\xf1\xb2\x2c\xe9\xfb\x1e\x2a\xbb\xca\x63\x31\xdf\x1c\x44\x50\x8b\x13\x56\x0f\x20\x57\x8d\xf5\x98\x65\x84\x50\x57\xcf\xec\xd0\xdb\xa5\xcb\x9f\x3c\x3a\xe7\x3f\xb6\x68\xcc\x77\xc4\x37\xbf\xc5\x1c\x1e\xde\xd4\x34\xbc\x1b\x54\xc9\x27\x37\x20\xa5\xbd\x67\x65\xc2\xa0\x2a\x5b\xeb\xb4\x85\x30\xed\xa1\xdc\x3e\x94\xec\x41\x80\x02\x01\x20\x0e\x5a\xcc\x68\xb8\x9d\xea\x63\x69\xf3\x14\xa8\x10\x53\xd4\xe2\x3d\x3d\x4c\x65\x83\x06\xbb\x9e\x59\xa5\xbd\xa7\x07\x6b\xb8\x41\x02\x1c\x76\xd9\xa9\x18\x71\x80\x43\xbe\xc0\x88\xaf\x31\x07\xfd\x89\x89\x1c\x55\x1c\x73\x70\xcb\xde\xcb\xfe\x94\x09\xec\xa9\x8a\x57\x10\xa7\x65\x55\x5f\xaa\x80\xdd\x5b\x4b\xd4\xe2\x8c\x7e\x30\xcb\x62\x85\x5a\xcc\xee\x27\xe6\x55\x5b\x09\x1c\x92\x39\x9d\x5b\x7c\x99\x02\x67\xd9\x4d\xea\xa8\x9f\xe1\x0b\xb2\x34\xcd\xf0\x36\x70\x3d\x58\xb8\xd0\xf7\x1d\xcf\xe7\xd5\xe7\xd1\xc5\x51\x76\xab\xd2\x34\xe7\x0b\x28\x16\xde\xd9\xe2\xaa\x28\x6b\x27\xb4\xf9\x0f\xae\x0e\x30\x6d\xa1\x2d\x1e\x5a\x5c\xda\xec\xa9\x66\x79\x44\x60\x0f\xc9\x67\xad\x3d\x3e\x1c\x8a\xf9\xbc\x47\x98\xe1\x18\x27\xa4\x9b\x44\x6f\xe9\x37\xcd\xa9\xc5\x5b\xb2\xc2\x69\xff\x59\x0d\x7b\x47\x66\xab\x75\xcc\xf1\x6a\x50\x14\x19\xa3\x79\x8f\xc5\x13\xd3\xb4\x76\x24\x19\x54\xb6\x95\x95\xcd\xe7\x08\x9f\xa1\xfd\xa4\x69\x4a\x3b\xad\x5e\xab\x7e\x25\xa8\x69\xac\x84\x9c\x5a\x84\xb7\x84\x90\xd4\x34\xad\x44\x40\xe6\x76\xb1\x40\xeb\xed\x6d\xba\xe6\x15\xa5\xb1\xc5\xb7\xcc\x8c\x58\x74\xd0\x12\x42\xbc\x5f\xc1\x55\x9a\x5f\x51\x14\x92\xc4\x0b\x00\xe7\xf2\x9f\x64\x46\x48\xc4\xbb\x67\x9a\xfc\x87\xb7\xfa\x7d\x46\xd3\x5c\xcc\xb3\x15\xf1\x86\x19\x81\x5d\x6c\xa7\x15\xfc\x5a\x11\x42\xc8\xb5\x98\x6b\x31\x32\x5b\x71\xbc\x6c\x9a\xc3\x0c\x21\x72\x43\xbe\x9a\x0e\xa4\x8d\xeb\
},
"/static/vendor/js/jquery.selection.js": &vfsgen۰CompressedFileInfo{
name: "jquery.selection.js",
modTime: time.Date(2017, 11, 29, 21, 56, 24, 142444808, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 12881,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3b\x6d\x6f\xdb\x46\xd2\xdf\xfd\x2b\xa6\x46\x00\x51\x2e\x23\xb9\xc5\xf3\xc9\xa9\x8a\x30\x36\x1d\x13\x91\x49\x3f\x12\xdd\x5c\x70\x77\x28\x68\x72\x24\x31\xa5\xb8\xc4\xee\xca\x2f\x48\xfc\xdf\x0f\xbb\x5c\xbe\x6a\x49\xc9\xa9\xdd\x1c\x8a\xd3\x87\x50\xe2\xce\xfb\xcc\xce\xcc\xce\x3a\xe3\xa3\x1f\x0e\xe0\x08\x3e\xff\xff\x06\xe9\xc3\x88\x61\x82\x21\x8f\x49\x0a\xaf\xd5\x2b\xb8\x4a\x36\xcb\x38\x3d\x80\x23\x01\x76\x4a\xb2\x07\x1a\x2f\x57\x1c\x8c\x70\x08\x3f\x1f\xff\x74\xfc\xfa\xe7\xe3\x9f\xfe\x0f\x9c\x8f\xd6\xdc\xfa\xe0\xc0\x07\xf2\x39\x06\xe3\xed\x3a\x88\x82\x2c\xf8\x1c\x0c\x47\x02\x69\xc5\x79\x76\x32\x1e\xdf\x24\x64\x39\x2a\x56\x46\x29\xf2\xb1\x58\xbc\x4e\x23\xa4\xe0\xaf\x10\x2e\x1d\x1f\xa6\x71\x88\x29\x43\xc5\xed\x0a\xe9\x3a\x66\x4c\x88\x13\x33\x58\x21\xc5\x9b\x07\x58\xd2\x20\xe5\x18\x99\xb0\xa0\x88\x40\x16\x10\xae\x02\xba\x44\x13\x38\x81\x20\x7d\x80\x0c\x29\x23\x29\x90\x1b\x1e\xc4\x69\x9c\x2e\x05\xa1\x00\x42\x92\x3d\x08\x60\xbe\x8a\x19\x30\xb2\xe0\x77\x01\x45\x08\xd2\x08\x02\xc6\x48\x18\x07\x1c\x23\x88\x48\xb8\x59\x63\xca\x03\x69\x81\x45\x9c\x20\x03\x83\xaf\x84\x38\x70\x38\x57\x48\x87\x43\xc9\x2a\xc2\x20\x81\x38\x05\xbe\x42\x28\x96\xe0\x2e\xe6\x2b\xb2\xe1\x40\x91\x71\x1a\x4b\x43\x9a\x10\xa7\x61\xb2\x89\x94\x24\x05\x44\x12\xaf\x63\xc5\x47\x50\x90\x36\x65\x82\xee\x86\xa1\x29\xa5\x35\x61\x4d\xa2\x78\x21\x9e\x28\xf5\xcb\x36\x37\x49\xcc\x56\xa6\x20\x13\xc5\x82\xc1\xcd\x86\xa3\x09\x4c\xbc\x97\x66\x33\x85\x42\x63\x42\x81\x61\x92\x08\x22\x31\xb2\x5c\xe9\x4a\x46\x09\x03\x9c\x08\x2a\x99\xb0\x2f\x57\x16\x93\xdc\xef\x56\x64\xdd\x54\x29\x66\xb0\xd8\xd0\x34\x66\x2b\x8c\xa4\xde\x04\x18\x91\x4c\x3f\x63\xc8\x15\x21\x81\xb1\x20\x49\x42\xee\xe2\x74\x09\x21\x49\xa3\x58\xa8\xc6\x4e\x94\x23\x85\x7b\x83\x1b\x72\x8b\x52\xb3\x3c\x80\x52\xc2\xe3\x30\x77\x81\x74\x4a\x56\x39\x5b\x2d\xb1\x55\x90\x24\x70\x23\xcd\x9f\x1b\x11\x23\x61\xf2\xa0\xa6\x1c\x15\x92\x30\x1e\xa4\x3c\x0e\x12\xc8\x08\x95\x7c\xdb\x4a\x8f\x0a\x39\x2e\x6c\x98\x7b\xe7\xfe\x47\x6b\x66\x83\x33\x87\xab\x99\xf7\x9b\x73\x66\x9f\xc1\xa1\x35\x07\x67\x7e\x68\xc2\x47\xc7\xbf\xf0\xae\x7d\xf8\x68\xcd\x66\x96\xeb\x7f\x02\xef\x1c\x2c\xf7\x13\x7c\x70\xdc\x33\x69\x79\xfb\x1f\x57\x33\x7b\x3e\x07\x6f\x06\xce\xe5\xd5\xd4\xb1\xcf\x4c\x70\xdc\xd3\xe9\xf5\x99\xe3\xbe\x87\x77\xd7\x3e\xb8\x9e\x0f\x53\xe7\xd2\xf1\xed\x33\xf0\x3d\xc9\x53\x51\x73\xec\x39\x78\xe7\x82\xca\xa5\x3d\x3b\xbd\xb0\x5c\xdf\x7a\xe7\x4c\x1d\xff\x93\x09\xe7\x8e\xef\x0a\xb2\xe7\xde\x0c\x2c\xb8\xb2\x66\xbe\x73\x7a\x3d\xb5\x66\x70\x75\x3d\xbb\xf2\xe6\x36\x58\xee\x99\x40\x74\x3d\xd7\x71\xcf\x67\x8e\xfb\xde\xbe\xb4\x5d\x7f\x04\x8e\x0b\xae\x07\xf6\x6f\xb6\xeb\xc3\xfc\xc2\x9a\x4e\x25\x43\xeb\xda\xbf\xf0\x66\x52\xca\x53\xef\xea\xd3\xcc\x79\x7f\xe1\xc3\x85\x37\x3d\xb3\x67\x73\x78\x67\x0b\x4a\x53\xc7\x7a\x37\xb5\x73\x86\xee\x27\x38\x9d\x5a\xce\xa5\x09\x67\xd6\xa5\xf5\xde\x96\x88\x9e\x7f\x61\xcf\x24\x98\x92\xf1\xe3\x85\x2d\x5f\x39\x2e\x58\x2e\x58\xa7\xbe\xe3\xb9\x82\x92\x77\x0e\xa7\x9e\xeb\xcf\xac\x53\xdf\x04\xdf\x9b\xf9\x25\xf6\x47\x67\x6e\x9b\x60\xcd\x9c\xb9\x30\xce\xf9\xcc\xbb\x34\x41\x58\xd7\x3b\x97\xf6\x73\x05\x9e\x6b\x97\x84\x84\xf1\x9b\x3e\xf2\x66\xf2\xf7\xf5\xdc\xae\x24\x3a\xb3\xad\xa9\xe3\xbe\x9f\x0b\xfc\x3a\xb0\x70\xf2\xf8\xc0\x58\x6c\x52\xb9\xf1\x8c\x57\x26\xdc\xc5\xa9\x29\x76\xf5\x10\xbe\x1c\x00\x00\x8c\x8f\x8e\xe4\x13\x8e\x60\x89\x1c\xc2\x80\x22\x07\xc6\x03\xbe\x29\x43\xa6\xca\x80\xea\x05\x26\x28\x72\x82\xc2\x2b\xd0\xdf\x66\x01\x0d\xd6\x00\xf0\xc5\xce\xd7\x1f\x01\x0a\x50\x28\x3e\x5c\x24\x26\x0e\x67\xde\x65\x8b\x0a\xbc\xa5\xc8\x37\x34\x05\xf8\xe2\xc9\x7d\x24\xb0\x21\x7f\xb7\x0d\x32\xe7\x34\x4e\x97\x35\x90\x11\xc7\xfb\x9c\x4b\x2e\xad\xd8\x99\x78\xaf\x21\xee\x6e\xd6\x37\x48\xeb\x98\x8c\x07\x54\xa2\xe6\x5f\x32\xc2\xe2\xba\xb2\xa5\xf6\xfb\xd0\xc2\x34\xca\xf5\x14\x5f\x76\x51\x1a\xcb\xe7\x6d\x40\xe1\xf7\x25\xf2\x53\x61\x79\x27\x5d\x10\x98\x40\xe9\x30\x65\xa3\x61\xee\xab\x02\x9c\x22\x83\x09\x54\xef\xa4\x61\xf1\x9e\x9f\xc0\x60\x60\x36\xde\x4a\x95\x4e\xe0\xb8\xf9\x16\xd3\xe8\x04\x8e\xcb\x57\x8f\x6f\x0e\xca\xef\xf1\x02\x8c\x1f\x14\xd7\xd1\x6d\x90\x6c\x70\xd8\x62\x34\x3e\x82\x94\x80\
},
"/static/vendor/moment": &vfsgen۰DirInfo{
name: "moment",
modTime: time.Date(2017, 11, 29, 21, 56, 24, 142444808, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/moment/moment-timezone-with-data.min.js": &vfsgen۰CompressedFileInfo{
name: "moment-timezone-with-data.min.js",
modTime: time.Date(2017, 11, 29, 21, 56, 24, 143444818, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 184190,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x79\x77\xda\xba\xb7\x30\xfc\xff\xf3\x29\x74\xf2\xae\xd5\x27\xdc\x62\x57\x1e\x98\x7a\x0e\xf7\x2c\xa6\x8c\x40\x06\x48\xe0\xdc\xde\xbe\x59\xc2\x36\xe0\x00\x36\x31\x76\x12\xf8\xe9\x7c\xf7\x67\x6d\x79\x26\x40\x48\x1a\x12\xda\xb2\xdc\x22\xc5\xd6\x60\x4b\x7b\xd6\xd6\xd6\x97\x2f\x7f\xa0\x91\x39\xd2\x0c\x9b\xb3\xf5\x91\x36\x33\x0d\x8d\xbf\x9d\xfc\x1f\xb8\x7d\xaf\x59\x13\xdd\x34\xd0\x57\x84\xf9\x14\x2f\x48\xec\x66\xc9\x1c\x4f\x2d\xbd\xd7\xb7\xd1\xbe\x92\x40\x27\x0d\x74\x60\x3a\x86\x4a\x6c\x28\x48\x0c\x15\x99\x76\x5f\xb3\x90\x62\x1a\xb6\xa5\x77\x1c\xdb\xb4\xdc\xb6\x86\xba\xa2\x19\x13\x0d\x7d\x45\xb5\xe3\x26\xbb\xd3\xd3\xed\xbe\xd3\xe1\x15\x73\xf4\xc5\xed\xff\xcb\xdc\x6b\xfc\x9f\x3f\xba\x8e\xa1\x40\xc3\xfb\x24\xd9\x49\xfc\x67\xcf\x99\x68\x68\x62\x5b\xba\x62\xef\xfd\xb9\xe7\x3f\xdb\xcb\xe7\xed\xe9\x58\x33\xbb\x48\xd5\xba\xba\xa1\x7d\xfa\xe4\xa6\x3c\x19\xa9\x7f\xbb\xd9\xfd\x6f\x7b\x6e\xd3\x7b\xdf\x93\x9d\xc4\xd7\x3d\xb3\x73\xab\x29\x76\x58\x71\x64\xaa\xce\x50\xfb\xf4\xc9\x4d\x79\xed\x71\x6c\x5a\xf6\xe4\xef\xf8\x9f\xf9\xce\xbe\xa5\xdd\x39\xba\xa5\xed\xfb\xad\x25\x12\x5f\x3b\xfb\x84\x77\xff\x4a\xfc\xbb\x6f\xf7\xf5\x49\x32\x7c\xe7\xb9\x37\xf6\x1f\xa0\x0e\x3c\xb2\x34\xdb\xb1\x0c\x44\xfe\x3b\x97\xfe\x9b\x70\xd9\xcc\x57\xf2\xdf\x69\xf9\x6f\xc2\x89\xb9\xaf\x84\x93\xb3\xff\x06\xa5\x15\x28\x7d\x4f\x2c\xa4\x24\xd5\x3c\x4e\x6a\x79\xc2\x4f\xc6\x43\xdd\xde\xdf\xe3\xf7\x12\xc9\x6e\x5e\xfb\x86\xbf\x27\x7b\x79\xed\x9b\xf0\x9d\xd2\xbd\xbd\x64\x3f\x2f\x24\xf5\x3c\x4e\xde\xe6\x85\x3f\xbb\xa6\xb5\x2f\xa7\xf2\xf9\x3c\xe1\x95\x3e\xb1\x4a\xa6\xaa\x15\xec\x7d\x9c\xf8\xf4\x69\x5f\xcd\x0b\xc9\xdb\x3c\x27\x24\x92\xea\x9f\xea\x5f\x5d\x7e\xa8\x19\x3d\xbb\xff\xa7\xfa\xf9\x73\x42\xc9\x77\xf6\xbb\xd1\x0a\x6a\x22\x91\xd4\xf3\x69\xfc\x5f\xfa\x67\x85\xb5\xa9\xe6\xf1\x9f\xea\x5f\xbd\x68\xa5\xfe\x97\x7c\x1a\x27\xa1\x6a\xef\x49\xd5\xcf\x79\xe5\xbf\xfa\x7f\x7a\x5f\xac\xff\xd7\x6d\xf8\x71\x2a\x7c\x1c\xb4\x08\x1f\xd8\xc9\xe3\x3f\x3b\x7f\x11\xbf\xd5\xce\xe7\xcf\x09\xf2\xad\xf3\x3d\xaf\xec\x43\x92\x08\x6b\x69\x2e\x3c\xf8\xf5\x94\x3c\xfe\x53\xf9\xab\xf3\xa7\xc2\x2a\x28\xdf\xf3\x35\x62\xf7\x79\x0b\xc0\x72\x7f\x9f\x7c\x53\x38\x18\x19\x9c\xf8\x9c\xd6\xe4\xff\x82\xe7\x89\x3f\xc9\xb7\x0e\x27\x7c\xcf\x0b\x5f\x70\xd8\x68\xd7\x6d\xd4\x1f\xe9\x6f\xdf\xd9\x97\x7a\x6d\xfb\xef\x04\x5d\xa8\xd0\x05\xf9\xd6\xf9\xa6\x7c\xff\xee\x7f\x94\x1a\xb6\xd3\xf3\xe7\xab\x13\xce\x14\xdd\x4b\xc0\xd0\x7c\x13\xbf\xfb\x77\xd0\x5e\x22\xd9\xcb\x77\xbe\x49\xc1\x9d\xbd\x44\xb2\x9f\xef\x7c\x93\xa3\x45\x82\xe6\xf7\x95\x44\x52\xdd\xef\xc1\x4f\x3f\x91\xd4\xf6\xfb\x49\x7f\xf0\x13\xc9\xff\x18\x64\xa4\x7d\xed\x00\x18\x90\x4e\xc7\x9a\x7c\xed\xee\x77\xbe\x09\xf1\x9e\x12\x49\xb3\xdb\x9d\x68\x36\x3c\x54\xe0\x4f\xc7\xb0\xf5\xe1\xe4\x6b\x3f\x39\x36\xc7\xce\x90\x61\xef\x57\x4c\x3b\xdf\x52\xdf\xff\x0d\x3f\xa5\x0f\x9f\x42\x3e\x7d\x02\xb8\xe6\x6f\x26\x9a\xbd\x0f\x1f\x17\x99\x08\x3d\xfa\xad\xb6\xd9\xd4\x47\x5a\xc3\xb6\x74\xa3\xb7\xcf\xbe\x97\x1f\x11\x5b\xe9\xef\x7f\xf9\xdf\xfd\x6f\x84\x9b\xa1\xef\x9f\xff\x37\xf1\x45\x4f\xfc\xa9\x7c\xfa\xa4\x7c\xc3\xdf\xff\xde\x57\xf2\x90\xfa\xa5\xbe\x15\xb8\xff\xf9\xfe\xa5\x07\x35\x95\xbf\x15\xfe\xd6\xd4\x0d\x18\x95\xaf\xf7\xa6\xae\x22\x9c\xf8\xba\x1f\x69\x91\x95\xfd\x8f\x94\x4c\xfd\x1b\x54\xf8\x86\xbf\xfb\x45\x93\x7b\x87\xb5\xe6\x5e\x3e\x9f\x57\x3e\x7d\xda\x57\xf2\xfe\x5d\xf6\x19\xc4\xce\x7f\x26\x5e\xb6\xd3\xb1\xf2\x8a\x9b\x77\x87\x27\x4f\xf8\x9e\x66\x37\x3d\xfa\x73\xc6\xee\xed\x47\xbe\xf7\x16\xbe\x97\x95\x87\xe7\x79\x12\xad\xdb\x50\x4c\x4b\xcb\xe3\xb0\x69\xef\x46\x58\x7b\x30\x07\xb6\x80\x79\x79\x00\xca\xfd\xfd\x0e\x4f\x6c\x8e\xf0\xc4\x4e\x7c\x11\x44\x4d\xa6\x38\xf1\x67\x42\xc9\x1b\xda\x03\xd2\xf7\xe1\xb7\x4c\x6c\x6d\x1f\x9e\x7f\x06\x84\x52\xfc\xd7\x05\xc4\x76\xb3\x7f\x93\xbc\xf2\xb5\x93\x57\x7c\x88\x21\x61\xb7\xc3\x7d\x77\x8e\x48\xb2\x93\x04\xc8\x0e\x1a\x4c\xc0\xc7\x1e\x38\xc3\xe1\x3f\x1a\xb1\xf6\x13\x9c\x98\xd4\xe6\xbb\x54\x93\x38\x29\x24\x80\xcc\x7c\xd3\x7c\x84\x10\xfe\x54\xfe\x92\xb3\x0c\x15\x3a\x4f\xcb\x2b\xac\x7c\xc7\x7b\xad\x3f\xf2\x79\xcd\xcb\x7e\xfa\xb4\x4f\xf2\x83\x7d\x2d\xd9\x49\x24\xbb\xfc\xd8\x99\x00\x74\
},
"/static/vendor/moment/moment.min.js": &vfsgen۰CompressedFileInfo{
name: "moment.min.js",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 297024853, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 61281,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\xfd\x6b\x77\xdb\xb6\xb2\x38\x0e\xbf\xf7\xa7\xa0\xb9\x1b\x99\xb0\xa0\x9b\x93\x38\x0d\x1d\x44\x4f\x1a\xe7\xd6\xc6\x71\x5a\x3b\x4d\x13\x59\xdb\x07\x24\x40\x89\xb6\x44\xaa\x24\x15\xc5\xb1\xbc\x3f\xfb\xb3\x66\x00\x90\xa0\x24\xbb\x69\xf7\x39\xeb\xf7\x6f\xba\x2c\x5c\x07\x03\x10\x18\xcc\x0c\x06\x83\x4e\x67\xdb\x99\xa6\x53\x99\x14\xed\x8b\x7c\x0b\x62\x5f\x64\x96\xc7\x69\xe2\xf8\xce\x5e\xbb\xb7\xdf\xee\x62\x22\x9f\x17\xe3\x34\xcb\x1d\xdf\x39\x8d\xa7\xce\xc7\x34\x15\xd4\x79\x93\x5f\x66\x32\x71\x9e\x8f\x65\x96\xc8\x2f\xd4\x39\x32\x60\x9c\x30\x4d\x8a\x2c\x0e\xe6\x45\x9a\x29\x98\x93\x38\x94\x49\x2e\x1d\xdf\x39\x7a\x73\xba\x55\xb5\x79\x91\xb7\xc3\x74\xba\xb5\x1d\xcd\x93\xb0\x88\xd3\xc4\xe3\x34\x20\xd7\x6e\x1a\x5c\xc8\xb0\x70\x19\x2b\xae\x66\x32\x8d\x1c\xf9\x75\x96\x66\x45\xde\x68\xb8\xf3\x44\xc8\x28\x4e\xa4\x70\xb7\x4d\xe6\x34\x15\xf3\x89\xec\xab\x9f\xb6\x2e\xca\x02\x8f\xf8\xae\x01\x5b\x41\x52\xb5\x1b\x0d\xf5\xdb\xe6\x53\xd1\x57\x41\x2f\x20\x3e\x6f\x2b\xac\xa0\xf2\x8d\x57\x8c\xe3\x9c\x96\x88\x91\x6b\x77\x9e\x4b\x27\x2f\xb2\x38\x2c\xdc\x03\x93\xee\x70\x8f\x5c\x67\xb2\x98\x67\x89\x93\x8a\x36\x9f\xcd\x26\x57\x5e\x32\x9f\x4c\x28\xcf\x46\x73\x00\x96\x93\x9b\xad\x4e\xc7\x39\x1d\xc7\xb9\x13\xe7\x8e\x48\x13\xe9\x14\xa9\x93\xc9\x51\x9c\x17\x32\x73\x8a\xb1\x74\xa6\xb2\x18\xa7\xc2\x09\xf9\x64\x22\x85\xb3\x88\x8b\xb1\x1e\x1f\x8f\x40\x5d\x48\x48\xe7\x85\x13\x66\x92\x17\x71\x32\x72\xc2\x38\x0b\xe7\x13\x9e\x39\x42\xce\x64\x22\x64\x12\xc6\x32\x6f\x6f\x95\x48\x05\x1e\x27\xd7\xa9\x60\xfc\xa6\x4c\x0a\x21\x49\x23\xca\x9d\x38\xc9\x0b\x9e\x84\x30\x22\xcf\xb2\x8c\x5f\x2d\x97\xee\x40\x0d\xba\x8a\x0f\x5d\xc6\xd8\x31\x26\xb4\x67\x59\x5a\xa4\x30\x7c\xed\x22\x3d\x29\xb2\x38\x19\xb5\x01\x51\x8f\x93\x0a\xba\x00\xe8\x80\xea\x9b\x17\x3f\x3a\x8b\x78\x32\x71\x0a\xc0\xd5\x29\x3f\x97\xc3\x13\xe1\xc0\xb8\x38\x3c\x77\x74\x4b\x71\xe4\xc4\x85\xb3\xe0\x79\xb2\x53\x38\x51\x9a\x41\xfd\x38\x99\xcd\x0b\x67\x9b\x61\xd9\x2d\x8d\x2f\x84\xb7\x19\x6f\x34\x4a\x24\x15\x6a\x7f\x17\x4b\x09\x58\x7e\xe1\x99\x13\x1c\x44\x69\xe6\x05\x4e\x9c\x38\x1c\x47\x58\x7e\x91\x89\xc2\x27\x77\x92\xb4\x70\xd2\x45\xe2\xcc\xb2\x74\x26\xb3\xe2\xca\x79\xb3\x23\x9c\xbc\x80\x4e\x01\x44\xc0\x39\x49\x93\x96\x9c\xce\x8a\x2b\x8d\xe1\x76\xef\x40\x07\xba\x55\x6b\x51\x35\xe2\x6e\x32\x9f\x06\x32\xab\xa6\xe1\x17\x3e\x99\x4b\x6b\xd0\xdf\x61\xfe\xdf\xed\xcf\xe8\xb6\x6f\x7a\xc8\x0b\x1b\x3a\x44\xff\x2e\xec\xb1\x5a\x8a\x30\x5a\x21\x15\x6c\x30\xc4\x21\x0b\x59\xf7\x20\x7c\xc2\xdb\x13\x99\x8c\x8a\xf1\x41\xb3\x19\x12\xd1\x9e\xcd\xf3\xb1\x17\x78\x7c\x10\x0e\x69\x48\x88\x1e\x0a\x47\x54\xc0\x62\x05\x4c\x67\xac\x61\x31\xe6\xf9\xf1\x22\x79\xaf\xc7\x5b\xe3\x42\x03\x0b\x9b\x0b\x05\x00\x50\x40\x8c\xe0\xcb\x05\x24\xf6\x02\x1a\x92\x46\x03\x9b\x66\xc1\x20\x1c\x96\x8d\x43\x96\x6b\x7a\xe7\x62\x99\xb2\xb3\x2c\x28\x83\x84\x62\x41\xfc\x1c\xc7\x91\x2e\xa7\x63\x2c\x30\x21\x42\xad\x85\x74\x09\xa8\xd0\x90\x8a\xb2\x3f\x59\x60\x92\xe8\x76\x97\xb4\xe7\x45\xe8\x59\xa8\x4f\x3c\xb5\x32\x3e\x4a\x27\x91\x52\xc0\xda\x17\x52\xce\x9c\x70\x82\x94\x00\xc8\x82\xfa\x4c\x6d\x3d\x99\xae\x71\x66\xf9\xdb\x3d\x3a\x4f\xe6\xb9\x14\xa7\xe9\xa5\x4c\x72\x7f\x30\xd4\xf1\x37\xb0\x44\x20\x9a\x7e\x91\x59\x34\x49\x17\x7e\x6b\x8f\x86\x63\x9e\xe5\x6f\x65\x54\x1c\x7f\x91\x99\xdf\xa5\xb0\x64\x54\xc1\xed\x1e\x8d\x93\x2f\x7c\x12\x8b\xa3\x34\x29\xc6\x3e\x12\x27\x9d\xf2\x32\xcd\xa6\x1c\x8b\xcc\x73\x99\xbd\x51\x89\xbc\x90\x02\x6b\xe5\x29\xfc\xcc\x78\x96\x4b\x01\x53\xe8\x3d\xcf\x0a\xc4\x63\x2a\xb3\x58\xc4\x72\x8a\xb0\x6e\xaa\xae\x4e\xad\xf9\x08\x59\x8c\xf1\xf6\xf9\x2c\xc2\x41\x3d\x9f\x45\x6c\xe2\x11\x42\x31\x58\xd5\x49\xa0\x4e\x1c\x79\x65\xf9\x38\xff\x1d\xb0\xd0\x0b\x95\x01\x4c\x1a\xb2\x3f\x85\x9a\x16\x41\x7b\x05\x9f\x8a\x42\xd7\xdb\xde\x66\xfc\x86\x50\xc1\xb6\xe3\xfc\x1d\x7f\x07\x08\x88\xf6\x48\x16\xa7\xf1\x54\x7a\x84\x34\x1a\x41\xdb\x0c\xdf\x93\x6e\xa3\xb1\x1d\xb4\x71\xd4\x31\x64\x0f\x97\x9d\xf0\x51\xca\x4b\xc1\x55\x99\x72\x7c\xed\x02\x6a\x38\x31\x65\x65\x3c\x1b\x0d\x6f\x3b\x68\x9b\x71\x5b\x2e\xab\x70\xa3\x11\x92\x83\x38\x02\x04\xd5\xde\xd2\x68\x78\x82\x89\x46\xa3\xcb\x18\x0b\xda\xb5\xef\x6a\x12\xed\x79\xa1\x97\
},
"/static/vendor/mustache": &vfsgen۰DirInfo{
name: "mustache",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 297024853, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/mustache/mustache.min.js": &vfsgen۰CompressedFileInfo{
name: "mustache.min.js",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 297024853, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 9528,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x3a\x5d\x73\xdb\xb6\xb2\xef\xf7\x57\xd0\x48\x47\x22\x2b\x46\x96\x93\xf6\xce\x5c\x33\x48\xa6\x93\xdb\x4e\x3b\x73\x7b\xdb\xa9\xdd\xd3\x07\x8a\x39\xa5\x29\x48\xa2\x4b\x91\x2a\x01\xda\xf1\x50\xfc\xef\x67\xb0\x8b\x4f\x4a\x76\x9c\xf6\x9c\x17\x0b\xd8\xc5\x2e\xf6\x1b\x0b\xd0\xe1\xba\xab\x0b\x51\x36\x75\xb0\x62\xeb\xb2\x66\x3f\x76\x5c\xe4\xc5\x96\x85\x9b\xaa\xb9\xc9\xab\x78\x9d\x17\xa2\x69\x1f\xa2\xbe\x5c\x87\xe2\x61\xcf\x9a\x75\xc0\x3e\xee\x9b\x56\x70\x4a\x29\x69\x6e\x6e\x59\x21\xc8\x64\xa2\x60\x93\x89\xbf\x66\x5e\x37\x2b\xf6\xff\xf9\x8e\x9d\x51\x4a\xb8\x68\xcb\x7a\x43\xa2\x5e\xf1\x0c\xd5\xa2\x68\x60\x15\x67\x81\xdd\x00\x25\x91\xfc\xb5\x70\x64\x32\x41\xe0\x3c\xdf\xad\xa2\x1e\xc7\x61\x4a\x14\x07\x92\x19\x39\x81\x57\x8f\xc2\xcf\xb5\x32\xb4\x1f\x12\xbd\xe9\x08\x15\x0d\x43\x14\x8a\x6d\xc9\x63\x63\x88\x9d\x42\x7d\xa7\x28\xf4\x3c\xea\xef\xf2\x36\x40\x95\xaf\x9b\x2b\xd0\x86\xfe\x04\xd3\xf9\xbe\x6d\x44\x23\xc5\x9f\x0b\x85\x49\xe4\xe2\x92\x7f\xd3\xb6\xf9\x03\x85\xbf\x73\x35\x3b\x1c\xcc\x56\x0a\xf2\x73\x53\x3d\xac\xcb\xaa\x0a\x91\x79\xd4\xb7\x4c\x74\x6d\x3d\xda\x6b\x5e\xe4\x76\x89\xb4\x4e\x8a\xe3\x00\x78\x64\x64\x48\x1c\xbe\xdf\xa9\xe1\x98\xa5\x32\x31\x42\x3d\x13\x0f\x86\x5a\xae\xb9\x12\xad\x24\x35\x74\x4a\x52\x80\xbd\x23\xb9\x1c\x93\x4b\xcb\xcc\x12\x33\x5e\xe4\x7b\xf6\x0b\xdb\x7c\xfb\x71\x1f\xa2\xcb\x0d\x13\x9c\xce\x5b\xb6\xaf\xf2\x82\x85\xe7\xe9\xf2\xe5\x32\x5d\x66\xfd\x10\x46\x5f\xce\xde\xcd\xe3\xe5\x72\xf9\xe1\x8b\xc3\x8b\x25\xcf\xce\x37\x31\x59\x2e\xbf\x98\x90\xc8\x72\xde\xe6\xfc\xe7\xb6\xd9\xb3\x56\x80\x18\xf1\xbe\x6d\xf6\x32\xb6\x5c\x73\x9d\xd1\xba\xab\x2a\x13\x86\xcd\xcd\xad\x17\xa6\x9a\x24\x28\x61\xf5\x20\x7d\xd4\x82\xa8\xd7\x8c\x0b\x8a\x52\xbb\xce\x64\x5c\x58\xab\xca\x99\x52\xac\x65\xf1\x48\x37\xcb\x06\xfd\x64\x57\xc0\x2e\x75\x53\x5f\xed\xf3\x82\xfd\xc2\xe8\xf9\xf2\xea\xdc\x75\xd5\x6f\xdb\x52\x30\x2e\x91\x23\x7b\x9d\x39\x1b\x5a\x7a\x8f\x2d\xab\x45\x29\x1e\x7e\xcc\xf7\xb4\x27\x13\x72\x49\x26\xf9\x6e\x9f\x90\x98\xbc\x91\xe3\x4a\xc8\xe1\x5b\x39\xdc\xc8\xe1\x94\x4c\x2f\xc9\xe4\xcf\xae\x01\xf8\x54\xc2\x5f\xbc\xfe\x1f\x39\x3e\x87\xf1\xc7\x57\xdf\xc9\xc9\xef\x38\xf9\xef\x85\x9c\x50\x9c\xbc\xfe\xdf\xc4\x8d\x2f\x74\xf2\xf7\x62\x57\x8d\x5d\x8c\xa1\xaa\xa1\x8e\xab\x27\x6f\xde\x92\xe9\xef\x74\x79\x2e\x7d\x6b\x18\xad\xdb\x66\xf7\xad\xd6\x21\xe4\x86\x8d\xd1\x2b\xe5\xd9\x80\xaa\xde\x4b\x33\x81\xf9\xf8\x97\xe7\x90\x5d\xdc\x18\x94\xcf\x10\xc2\xfe\xec\xf2\x8a\xab\x45\x14\x61\x45\xd7\x56\x0f\x0a\xb4\x1c\x10\x26\xf2\x8d\x84\xbc\x38\x2c\x3f\x1c\x96\xe7\x87\xb7\x87\x65\x7f\x98\x1c\xe8\xe1\xcc\x71\xcc\x3e\x6f\x39\xbb\x66\xbb\x7d\x95\x0b\x16\x0a\x35\x88\x45\xbe\xe1\x50\x0d\xcf\x34\x28\x42\x99\xd3\x0c\x85\x62\x40\xce\xa9\x9a\x8b\xe6\x0f\x66\x67\x20\xb2\x99\x6d\x73\x7e\x9d\x6f\xe8\x3a\xaf\x38\x4b\xdc\x28\x51\x20\x23\x8b\x34\xe7\x1e\x30\x21\xec\x8d\x84\x93\xc9\x99\x26\x88\xfa\xfb\x6d\x59\xb1\x10\xf9\xcf\x2b\x56\x6f\xc4\x36\x5a\xb1\x8a\x09\xa6\x44\x48\x15\x6e\xdf\xec\xc3\x28\xc3\x3a\x69\xc4\x19\x3c\x51\x7c\x31\xc0\xfa\xcd\x9e\xd5\x65\xbd\xb9\x96\x86\x8b\x8b\xaa\xe1\xe3\xc9\x7b\x34\xb3\x95\xb9\x68\x76\xfb\xb2\x62\xd7\xf9\x86\x87\xd2\x68\xd7\xcd\x7b\x84\xb8\x67\x89\x87\xa0\xce\x21\xe1\x23\xbc\xd9\x9c\xef\xab\x52\x84\xca\xfb\xf1\xab\x28\x91\xde\xd0\x05\xca\xdf\xea\x70\xf0\x49\xd1\x30\x67\x94\xbe\x8a\xc4\xb6\x6d\xee\x83\x9a\xdd\x07\xdf\xb6\x6d\xd3\x86\xe4\x87\xfa\x2e\xaf\xca\x15\xc8\x74\x19\x90\x99\xcf\x29\x71\x2d\x40\x25\x99\xca\x4c\xaf\xe0\x79\x34\xe9\x22\x8b\x66\x64\xb9\xe4\x5f\x92\x28\x71\x6d\xe6\x92\x23\x7e\xf6\x04\x97\x8b\x2c\x32\xe4\xca\xca\x9f\x62\x40\x86\x91\xf8\xc0\x64\x18\xbb\xe4\x70\xd0\x67\xdb\x1c\xc2\x1a\x43\xb4\xc8\xeb\x9a\xb5\xb0\xc5\x15\x8e\x4d\xf4\xab\x15\x22\x6f\x45\x2c\x3d\x18\xdf\xe5\x55\xc7\xe2\x62\xdb\xc6\x10\x64\xb1\x34\xd2\x15\x66\x40\x82\x11\x79\xa6\xf8\xcd\x59\xc3\xc3\x28\xea\x81\x98\x6a\xe0\xbe\xe1\x09\xf0\x30\x10\xf9\xfb\x6b\x2d\xca\x2a\x74\x0d\x0e\x3e\x86\x85\x51\xbf\x6e\xda\x10\x0e\x57\xba\xc0\xfd\xff\x0f\x9c\x4a\x61\xac\x3c\x9c\x94\x6f\x1c\x54\x32\x9b\x95\x51\x5f\x6c\x5b\xb5\xa6\xd8\xe6\xed\x37\x22\x2c\x81\xab\x57\x80\x8b\x6d\x2b\x65\x54\x99\xd2\xf1\x6d\
},
"/static/vendor/rickshaw": &vfsgen۰DirInfo{
name: "rickshaw",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 297024853, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/rickshaw/rickshaw.min.css": &vfsgen۰CompressedFileInfo{
name: "rickshaw.min.css",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 297024853, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 6102,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\xfb\x6e\xfb\x26\x14\x7e\x15\xab\x3f\x4d\x5a\xa4\x62\x61\x27\xa9\x3a\x5b\xfb\x63\xcf\xb1\x4d\x11\xb1\x49\x8c\x42\xc0\x02\xda\x24\xb5\xf6\xee\x13\x17\xdb\xd8\xc6\x76\x5a\x45\x8d\x1a\x38\x1c\x3e\xbe\x73\x85\x58\x90\xe2\x22\x2b\x74\x3b\x9c\x05\xaa\xab\x28\x2e\xb1\x42\x84\x36\x35\x27\x4c\x61\x01\xf0\x27\x66\x4a\x66\x8c\x33\x9c\xd7\x5c\x12\x45\x38\xcb\xd0\x51\x72\xfa\xa1\x70\xae\x78\x9d\xc1\xfc\x0b\x10\x56\xe2\x7b\x96\xe6\x47\x54\x5c\xce\x82\x7f\xb0\x32\x13\xe7\x23\xfa\x1d\xbe\xea\x4f\x9c\x6c\xf2\x23\x57\x8a\x5f\x33\x98\xdf\x48\xa9\xaa\x2c\xa9\xef\xb9\x12\x88\x39\x85\xbc\x46\x05\x51\x8f\x28\x4e\xf7\x32\xa2\x84\x61\x24\x72\x70\xe5\x5f\x60\x4d\x86\xaf\x4a\xdc\xf0\xf1\x42\xd4\x8a\xd8\x7f\x33\x34\xc4\x84\xa1\x42\x91\x4f\xdc\xb8\x45\x19\x9c\x13\x8d\x62\xa2\xf0\x35\x1e\x89\x27\xf3\xe2\xf7\x03\x45\x47\x4c\x9b\x13\x67\x0a\x9c\xd0\x95\xd0\x47\xf6\x97\x20\x88\xbe\x4a\xc4\x24\x90\x58\x90\x53\x7e\xe4\xa2\xc4\x02\x08\x54\x92\x0f\x99\x6d\xeb\x7b\x5e\xa3\xb2\x24\xec\x9c\xbd\xd5\xf7\xbc\xdd\x25\xde\x3b\x41\xcd\x6b\x24\x39\x25\x65\xf4\x0b\x43\xfd\xc9\x8d\x7a\x49\xbe\x70\x96\xa4\x7a\xf9\xc4\x86\x9e\xcd\x7e\x9d\x4e\xa7\xfc\x56\x11\x85\x81\xac\x51\x81\x33\xc6\x6f\x02\xd5\xab\x67\x88\x29\x3e\xa9\x46\x7f\x2d\xf1\xd3\x0a\x0b\x72\xae\x54\x63\xbe\xd7\xe8\x6c\xa6\x70\x3d\x67\x9b\xe5\x26\x4e\xf7\xf8\x3a\x3e\xf9\x22\xcf\x9d\x79\xe7\x5c\x78\xb7\xc9\x0b\x4e\xb9\xb0\x1c\x4d\xd8\x1e\x89\x5e\x91\x38\x13\x06\x0c\x23\x09\xbe\xb6\xbf\xed\x99\xbd\x01\x1d\x3f\x40\xff\xfe\x0e\xe9\xc6\xcf\x9e\x62\xdc\x48\x7e\x83\xee\x89\xf7\xce\xb1\xf1\xbe\x59\x56\x94\xa1\x93\xc2\x22\x60\xbd\x92\xc8\x9a\xa2\x47\x76\xa4\xbc\xb8\xb8\x5c\x00\xf3\x0a\x5b\x74\x79\xc1\x99\xc2\x4c\x65\x2f\x2f\x2d\xc5\xfb\x8e\x62\x13\xc1\x35\x12\x98\xa9\x27\xb8\x71\x08\x34\xc1\x9a\x5f\x33\x04\xf6\xf5\x7d\xc0\xbc\xfe\xdd\x7a\x91\x46\x00\xac\x89\x87\x27\x6d\x25\xb4\x0a\xe0\x10\x3f\x43\xf9\x08\x81\x1d\x5b\x82\x60\x36\x58\x42\x60\x31\xae\x42\x28\xb9\x6a\xac\xd0\xae\xbe\xb7\xdc\xee\xfa\x7d\x2d\x17\xdb\x11\x90\x6d\xec\xb3\x61\x63\x6a\x1f\x4e\x18\xfc\x0e\x64\x85\x4a\x7e\xcb\x60\x04\xa3\xb4\xbe\x0f\xdc\xff\x6d\x63\x25\xc8\x97\x0e\x45\x67\x51\x70\xe4\x77\x9b\xd1\x67\xe6\xc6\x59\xc8\x01\xb1\xe7\x48\x7b\x64\x52\x3d\x28\xce\x8c\x47\x74\xce\x64\x8a\x53\xaf\x00\x14\x94\xd4\x99\xcb\x05\x5a\xf9\x22\x55\xad\xcf\x0f\x3c\x73\xbc\xa2\xf7\x64\x81\x29\xd2\xf2\x13\x9d\xf2\xf3\x3c\xd4\x91\xf3\x4f\x2c\x4e\x94\xdf\xb2\x8a\x94\x25\x66\x53\x14\xf7\x83\x22\xc5\x25\x10\x25\xb6\xac\x8e\x4a\x26\xf4\xfd\xc4\xa4\x9e\x92\x2b\x85\x87\xb9\x27\xdd\xe4\x81\xca\x3d\xb7\x75\x14\x2b\xa2\x28\x0e\x20\xf8\x49\xee\x8c\xf7\x81\x34\x36\x70\xba\xad\xb1\xa3\x39\x55\x52\xfb\x66\x41\x8c\x71\x85\x34\x84\x83\x22\x57\xac\x8b\x72\xe3\x1c\x37\xe9\x6d\x6f\x42\x69\x52\xe0\x3c\x27\x4e\xa0\xef\xb0\x01\x53\x05\xf6\x89\xe2\x7e\x30\x40\x84\x43\xa1\xab\xad\x35\xc3\xdb\x38\x90\x34\x3f\x36\x82\x82\xf1\xe3\xfb\xe5\x24\xb6\xd3\x7d\x20\x91\x7a\x20\x0d\x11\x2b\xfe\x01\x7a\x6c\x43\x17\x49\x83\xd5\x69\xbb\x19\xc4\xcd\xea\xf6\x4f\xc5\xc7\x60\x95\x40\xec\x8c\x9b\xf9\x56\x70\x10\xb6\x4f\x1c\x6e\x7d\xb3\x1f\x62\x74\xcb\x62\x7e\x3a\xc9\x42\x60\xcc\x9a\x19\x66\x56\xdc\x26\x8a\x5d\x26\x6b\xc6\x59\xcc\xb5\x0c\x10\xc2\x3e\x4a\xfe\xe8\xda\x14\x9b\x70\x17\x93\xa9\x97\xfc\xbd\x36\x67\xec\xe1\x7d\x53\x34\xed\xf7\xfa\x76\x31\x7a\xb7\x7f\x86\xe1\x44\xff\x63\x1d\x38\x49\x3a\x07\x4a\xde\x74\x04\x0d\x0c\x54\x7c\x08\xc9\x45\xe6\xb2\xca\x0f\x48\xc9\x8e\xf8\xc4\x05\x6e\xba\xda\xfe\x4f\xba\x3f\xa6\x2f\x33\x96\xb7\x68\xbc\x56\x4b\xe1\xbb\xea\x19\x02\x3a\xfe\x93\x09\x49\xcf\xc3\x72\x36\x7f\x7d\x7a\x41\x56\xe9\x3c\xde\x2c\x86\xf1\xfb\xa6\xa5\xe9\x87\x8e\xe3\x36\x69\xcd\xb8\x87\xdf\x3e\x50\xef\x83\x73\x41\xf0\xd4\x39\x67\xd4\xe4\x41\x64\x2e\xac\x1e\x07\x74\x27\xf2\x35\x50\x63\xf4\xf8\xa1\xdc\x36\x27\x42\xe9\x4c\xb6\x79\x98\x42\x24\x75\x25\x2a\x2e\xe6\x36\x16\x52\x64\x64\x0e\xe5\xd6\x8a\x35\x52\x09\x7e\xc1\xc3\xbc\xf2\xb6\xc9\xed\xb0\xd7\x33\xc8\x0a\xd5\x18\x08\xcc\x4a\x2c\x4c\xc3\x21\x88\xac\x01\x2e\xcf\x58\x3e\x57\x26\x1f\x87\xb3\x20\xa5\xdd\x35\x84\x4b\xcf\xf6\xb0\x5a\x92\x40\x92\x07\x10\xa6\x23\x80\xda\xcf\xdd\x40\x89\x64\
},
"/static/vendor/rickshaw/rickshaw.min.js": &vfsgen۰CompressedFileInfo{
name: "rickshaw.min.js",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 297024853, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 76322,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\xdb\xb8\x92\x28\xfe\xff\xfd\x14\x0a\xcf\x5c\x2f\x11\xd1\x0c\x25\x3f\x23\x85\x49\x65\x92\x79\xe4\x9c\xbc\x7e\x89\x67\x77\x52\x1a\x1d\x17\x45\x42\x36\x63\x8a\xd4\x92\x94\x2d\x1d\x89\xdf\xfd\x57\xe8\x06\x40\x80\x0f\x49\x76\x32\x77\xe7\xee\xdd\x99\xaa\x58\x04\x1a\x8d\x06\xd0\x68\x34\x1a\x8d\x86\x39\x5d\xc4\x7e\x1e\x26\xb1\x99\x26\x49\x6e\x4d\x3d\x3f\x4f\xd2\x15\x59\x87\x53\x33\x5f\xcd\x69\x32\xed\x04\x74\x1a\xc6\xd4\x75\x5d\x43\x80\x1a\x07\x07\x98\x68\x7b\xb3\x80\xac\xf1\xb7\x39\x32\x82\x23\x63\x6c\x49\x7c\xc1\x11\x59\xa7\x34\x5f\xa4\x71\x87\xa1\xb6\x3f\x85\xfe\x4d\x76\xed\xdd\xb9\xbc\x0e\x06\x50\x90\x82\x46\x19\xed\x94\xb5\xd1\xe5\x3c\x49\xf3\x8c\x55\x97\x4c\xbe\x52\x3f\x37\xc8\x7a\x96\x04\x8b\x88\xda\x22\x4b\x94\x4f\xe9\x7f\x2e\xc2\x94\x9a\xac\x5e\x82\x88\xd6\xed\x35\x15\xc4\xcc\xaf\xc3\x4c\xa7\xef\xd6\x4b\x3b\x12\x7a\x1d\x7b\x33\x9a\xcd\x3d\x9f\x0e\x24\x90\x4c\xb2\x92\xc9\x57\x84\x9f\x7b\x8c\x08\x99\x61\x67\xf3\x28\xcc\x4d\xc3\x36\xc8\x90\x67\xd3\x38\x77\x05\xd6\xe1\x34\x49\x4d\x96\x1e\xba\x3d\x2b\xa2\xf1\x55\x7e\xed\x02\x06\x1b\x3f\x86\xe1\x33\xf1\xa3\xdb\xc5\x0a\xfc\x45\xca\x50\x7c\xf4\xd2\x1c\x41\x47\xe1\x78\x88\x68\x47\x4a\xde\xd8\x6d\x48\xdb\x6c\xd6\x05\x87\x6d\xca\x2e\xf8\x80\x60\x56\x61\xdd\xd0\x55\x56\x36\x56\x36\x91\x25\xbb\xa3\xb1\xa4\xfd\x86\xae\x3a\x61\xdc\x61\xf9\x2c\xcb\x9e\x2f\xb2\x6b\xf3\x86\xae\xc8\x90\xe3\x63\xa9\x85\x45\x97\x39\x8d\x83\x12\x5f\x40\xb3\x3c\x8c\x3d\xf6\xdb\xca\x92\x45\xea\x53\xb2\x16\x28\xe7\x69\x32\xa7\x69\x0e\x78\x45\x9e\x02\x3f\x12\xf9\x63\x17\x73\xcb\x04\xd1\x06\x05\xba\xb0\xfc\x28\x89\x69\xa5\x25\x1c\xee\xef\x9f\x3f\xbc\xb7\xe7\x5e\x9a\x51\x13\x7e\x66\x79\x1a\xc6\x57\xe1\x74\x05\x50\xa4\x28\x86\xe5\x1c\xb8\x8a\x92\x89\x17\xbd\x4a\xe2\x9c\x2e\x73\xec\x8b\xcb\x3c\xf9\x0c\x25\xdc\x0f\xc0\x8f\xf6\x3c\x4d\xf2\x84\x71\xab\x2d\x72\xac\xf7\xbf\xbd\x7d\x7b\x79\xf1\xe5\xe3\x4f\xae\xf1\x7e\x11\x45\x86\xf5\xdb\xfb\xd7\x3f\xfd\xfc\xe6\xfd\x4f\xaf\x79\xea\x6f\x31\x4e\x92\xc0\xb0\x7e\xfc\xf0\xe1\xed\x4f\x2f\xdf\xf3\x8c\x1f\x93\x24\xa2\x5e\x6c\x58\xef\x7f\x7b\xf7\xe3\x4f\x9f\x24\x92\xd9\x84\xa6\x86\xf5\xf9\xe2\xd3\x9b\xf7\xbf\xf0\x44\xac\xcb\xb0\x3e\xfc\xf8\xf7\x9f\x5e\x5d\xf0\x44\xa4\xc9\xb0\x7e\xfe\xed\xfd\xab\x8b\x37\x1f\xde\x5f\xbe\x7a\xfb\xf2\xf3\x67\xd7\x18\xe1\xe4\xe9\xfc\xcc\x5b\x36\x36\x86\xa2\x91\x9d\x30\xfb\x59\xe9\x27\xea\xe7\xb2\xab\x64\x5b\x6d\xdf\x8b\x22\x91\xeb\xba\xae\x8e\xbe\x90\xa8\x70\xc4\xef\x3b\xd0\xe1\xd4\xc4\x5f\xf6\xb5\x97\x7d\xb8\x8b\x3f\x72\x10\x53\xc0\x12\xb2\x1f\x2b\x0c\x1b\x58\x41\xd2\xc6\x78\x52\x36\x30\x9c\x9a\x17\xab\x39\x15\xdf\x8f\x5c\x57\xe9\x46\xb2\xce\xaf\xd3\xe4\xae\x13\xd3\xbb\x0e\x83\xfa\x29\x4d\x93\xb4\x60\xc4\xa7\x34\x5b\x44\xb9\x36\x17\xd4\xf6\x28\xd8\xf1\x67\x7b\x83\xd6\x1c\x15\xce\x1d\x99\x5e\x08\x6e\xe6\xd9\x25\xf9\x48\x2e\x59\x67\x77\x61\xee\x5f\xb3\x5f\xbe\x97\xd1\x4e\xbc\x88\xa2\x01\x2f\x23\xd9\x6e\x08\x59\xb7\x49\x18\x74\x1c\x91\xa9\xb3\x20\xb4\x86\x31\xad\xcb\xe5\x6c\x32\xe4\x88\xd9\x37\xe2\x36\x26\x9c\x19\x05\x0a\x95\x55\xa1\x0a\x23\x46\xc6\x2c\x09\x90\x4c\x8b\xf9\x38\xb7\x64\xbe\xc2\xbf\xa2\x9d\x4a\xb7\x17\x0a\x47\xca\x09\x52\x65\x49\x41\x2e\xa4\xb2\x55\x61\x21\xa7\x12\xb4\x29\x8b\x42\x9f\xba\x2f\xd3\xd4\x5b\x29\x33\x13\x52\x4b\x8e\xf7\xd2\xab\xc5\x8c\xc6\xf9\x7b\x26\xb4\xcd\x69\x8c\x33\x1b\x44\xb8\x3b\x8d\xe5\x3c\x36\x89\x3d\xf3\x58\x9f\x3c\xf9\xe7\xe8\x8f\xec\x0f\x73\xfc\x58\x60\x18\xfd\xd3\x1c\x3f\xfe\xc3\x34\x47\xff\x24\xe3\xc7\xe4\x0f\xf2\x84\x8c\x7a\x63\x3b\xa5\xf3\xc8\xf3\xa9\xf9\xe4\x8f\x27\x7f\x3c\xb1\x1f\xbf\x18\xfd\x91\xfe\x11\x8f\x37\x7f\x3c\xf9\xe3\xb1\xf9\x62\x60\x6f\xf0\x9b\x3c\x7e\xf1\xc7\xe3\x3f\x9e\x3c\xb9\xb2\x0c\x83\x28\x65\xb2\x2e\x4f\xe2\x0b\x88\x65\x48\x71\x0a\x94\xf1\x05\xc2\x75\x7b\x07\x07\x8f\x20\x65\xe4\x8c\x5f\x8c\xc6\x03\xf8\x5d\x76\xde\x5d\xea\xcd\xcd\x69\x6c\xb1\xbf\x73\x9a\x72\xa9\x75\x39\xa3\xf9\x75\x12\xb8\xd3\x58\x20\x95\x42\x0e\x21\x3c\x77\x31\x0f\xbc\x9c\x9a\xa3\x49\x18\x07\xa6\x28\x60\xb1\x45\x92\x8c\x2d\xd1\x65\x99\x24\x8a\xe3\xb7\xbd\xf9\x3c\x5a\xe1\x5a\xea\x91\xa2\xa4\x83\xa3\xf3\xd8\x50\xb0\xe2\x19\xaf\x87\x7d\xbf\xc5\
},
"/static/vendor/rickshaw/vendor": &vfsgen۰DirInfo{
name: "vendor",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 297024853, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/static/vendor/rickshaw/vendor/d3.layout.min.js": &vfsgen۰CompressedFileInfo{
name: "d3.layout.min.js",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 297024853, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 17514,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x7c\xfb\x8f\xe3\xb8\x91\xf0\xbf\xb2\xdd\x38\x18\xa4\x55\x92\xed\x5e\x04\xf8\x62\xbb\xa6\x91\x6c\x36\x8f\xbb\x64\x93\xcb\x5e\x92\xbb\x13\x84\x05\x5f\x7a\x59\x96\xdc\xb2\xba\xc7\x9e\x6e\xfd\xef\x1f\x8a\xd4\xcb\x1e\xcf\x6c\xef\xf7\xe3\x87\x01\xc6\x14\x59\x55\x2c\x92\xc5\x7a\x91\x6c\x16\x3f\x97\xaa\xc9\xaa\x92\xf1\xd7\xbe\xf8\x8d\x60\x82\xbf\xbe\x88\xfa\x1b\x89\x22\x38\x56\xcf\xb5\x32\xa0\x51\x04\x8d\xa8\x13\xd3\x80\x41\xc5\x24\x68\x0e\x31\x86\x32\xda\x7c\x4c\xb3\xc2\x30\x79\x87\x68\xb8\x44\x19\x1c\x44\x6d\xca\x06\xe2\xe0\xf0\x7c\x4c\x99\xe4\x1b\xa2\x94\x60\x1c\x14\xa6\x4c\x9a\xb4\x83\xd7\x16\x3e\x0e\x8e\x87\x22\x53\x86\x25\xb0\x24\x8a\x1a\x75\x87\xbf\xa9\x4d\xf3\x5c\x97\xdf\xc4\xed\xc0\x96\x1c\xd9\x0a\x23\x50\x28\x7a\x50\x47\x51\xdd\x61\xf9\x5c\x14\x5c\xba\x8e\x05\x07\x81\x0a\x14\xaa\x2b\x8a\x63\xbb\x1c\x69\x2b\x26\x40\xf1\xd7\x2c\x66\x02\x11\x15\xef\x60\x85\x65\x5e\x23\x75\x0d\x06\x25\x53\x34\x6a\x1d\x1c\xaa\x03\xe3\x90\xa0\xe9\x4a\xa9\xed\xba\x63\x24\x46\xc4\x84\xa7\x18\xdf\x02\xed\xb9\x48\xc7\xbe\x13\x1a\x97\x08\xe2\xec\x64\xf4\x1b\x3e\x8c\x0d\xa9\x6d\xb8\x43\x8c\x67\x33\xd6\x01\xcc\x70\xc5\x47\x88\x8c\xf1\xd7\x9c\x71\x88\x87\x46\x30\x18\x5b\x66\x46\xa0\x9c\xd6\x36\x38\x9c\x3c\xd4\xdf\x06\xe6\xc5\x94\x4d\xa0\x4f\xb4\x3e\xe7\x69\xcd\x19\x4c\x50\x9b\xe3\xf3\xde\xb0\x49\x07\x3b\x26\x40\xd2\xcc\xb8\x79\x58\x82\xc1\xe5\x46\x04\x2a\x25\x51\xc0\xe5\x26\x8b\xd9\x9d\x08\x0a\x23\x62\x07\x12\xa3\x08\xca\x4a\x9b\x23\x8c\x2b\x0e\x29\xfa\x2b\xc8\xba\xd9\xf1\xbc\x74\x9b\xf0\xd7\x0c\xe3\x30\x8d\x08\x3f\x43\xb7\x6e\xaa\x2a\x9b\xac\x7c\x36\x9b\x1d\xcb\x6c\x9f\xd0\xf7\xe3\x61\xd6\x95\x40\x8f\xe5\x79\x16\xa8\x13\x98\xcb\x8a\x73\xdb\xd2\x1a\x06\x87\x2a\x2b\x1b\x9a\x55\x62\xed\xed\xad\xaf\x09\x4e\x1e\xfe\x45\x34\x69\x50\x8b\x52\x57\x7b\xc6\xfd\xe0\x57\xd0\xb7\x9d\x3f\x6f\x73\xc2\x9b\xa3\x9c\xab\xb0\x07\xcb\x4a\x6d\x4e\xd1\x66\x64\xae\x6b\xf8\xce\xcd\x49\x4e\x3c\xe6\xf3\xa1\x43\xe2\x70\xfc\x3c\xb7\x22\x50\x27\xd4\x8b\x1e\x9d\x06\x79\x46\x33\x7c\x8f\x53\x5f\xd0\xea\x77\xd2\xf2\xb0\x1c\xeb\xf7\x93\xfa\xd5\x58\x5d\x4d\xaa\x45\x70\x1a\x1b\x0e\x17\x0d\xe7\xb1\xe1\xa9\x5f\x5b\x11\x9c\x97\x28\x41\x04\x67\x54\x63\x73\x33\x6e\xb7\x15\x28\x5c\x92\x0a\x08\x97\x51\xb8\x8a\xc0\x00\xad\x73\xb7\x9f\xe3\xaa\x66\x1b\xb9\x8d\x37\x9e\x27\x39\x33\x28\x42\x49\x40\xfc\x83\x9e\xcd\x98\x42\x09\x1a\xcd\x20\xf6\x13\xfa\xcf\x17\x7c\xd5\x46\x3f\x2b\xc3\x5e\x60\x39\x91\xbe\x17\xe2\x70\x04\xf2\x64\xb8\x8a\xc6\xd6\x8f\x17\xad\x27\x26\xc0\x2e\x9f\x32\x59\xc1\x6c\xa9\xa8\x12\x26\x3b\x36\xf9\xc2\x56\xfd\xf9\x87\x07\x6f\xc5\x27\x5d\x9c\x1c\x11\x1a\xa7\x22\x31\xd5\xe8\xd1\x28\xc1\x20\x13\xe1\x2a\xf2\x35\x5f\x48\x52\x74\xd1\x20\xbe\x6a\x8b\x92\xc7\xa1\x8a\xd0\xcc\x95\xa7\x6f\x28\xaa\xf3\x38\xb2\x50\x7f\x1b\xec\xb3\x92\xd4\x07\x95\xc4\x89\x09\x3e\x19\xc2\xa7\xcb\x01\x06\xc7\xaa\x6e\x68\x4f\xd6\x46\x66\xa5\xa6\x46\x5b\xe5\xb6\x42\x56\xe8\xda\x94\x57\xcd\x7d\x35\x81\x14\x59\xb9\x3b\xe2\xef\x40\x04\x2f\xa2\x78\x36\x57\x90\xb6\x8e\xc0\xec\xfe\xc4\x41\xf1\x8f\xfd\x7f\x8f\x77\x4b\x60\x3d\x80\xe0\x4c\xf2\x16\xc4\xc8\xed\x6f\x2e\x56\xac\xef\x79\x6c\xff\xed\x45\xbb\xed\x6f\x6c\xfc\xee\x62\xa8\x1d\x3b\xfe\x67\x60\xbf\x9b\xd0\xa0\x19\x33\x75\x62\x98\x08\xf6\xe2\x30\x9a\xaa\x01\x82\x8d\x5c\xbc\xbd\x85\x11\xbf\x04\x1b\x7a\x7b\x75\x36\x6c\x2d\xc0\x59\xb0\xb5\x6c\x5b\xde\x4e\xa5\xe0\xf7\x57\xeb\xe0\x98\x93\xd7\xcc\xfd\x61\x2a\x2c\x22\xf8\xe9\x20\xd4\xee\xa7\xd2\x9c\x9a\xcd\xf4\x03\x25\xc8\xee\xf3\x50\x9b\x17\x14\xc3\xa7\x6d\x55\xa0\xa6\xad\x13\x23\xf4\x47\x47\xfe\xab\xb4\x46\xe8\x3f\x4d\x99\x91\xc1\xc9\x17\xc1\x09\x34\xca\xe0\xec\x8b\xe0\x0c\x06\x45\x50\x7b\x32\xa8\x7b\x01\x35\x73\xe3\xab\xb9\xf2\xf5\x5c\x7f\x08\x96\xcb\x89\xea\xf8\x77\x9a\xd1\x4b\xbd\x23\x9d\x2a\xb4\xa2\x6b\x49\xd7\x20\x39\xa8\xae\x96\xc4\x38\x38\x79\x54\xab\xc8\x68\x4f\x60\xcf\x16\x56\x93\xb5\x9c\xc0\x9e\x2d\xac\xe1\xad\xd3\x27\x7f\x2a\xe3\xac\xcc\x9a\x33\x28\xf4\x87\xb2\x1e\xab\xcd\xa4\x7a\xd4\x34\x90\x40\x0a\x19\xe4\xb0\xdb\x88\x20\xae\xea\xef\x85\x4a\xd9\x7f\x90\x6d\xb5\x3b\x36\x09\x4e\xe8\x27\x41\x0d\x49\x70\xc6\x25\x14\x2c\xe1\x64\x5e\xe2\x0f\x2b\
},
"/static/vendor/rickshaw/vendor/d3.v3.js": &vfsgen۰CompressedFileInfo{
name: "d3.v3.js",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 298024894, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 144718,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\xfd\x7b\x93\xdb\x36\xd2\x28\x0e\xff\xff\x7e\x0a\x8f\x4e\x56\x05\x90\x4d\x8a\xd4\x78\xec\x84\x1a\x48\x15\x27\x4e\xb2\x79\x32\xce\xc5\xce\x65\x57\xab\x4c\x71\x28\x48\xc2\x9a\x02\x14\x10\x9c\x91\x76\xa4\xef\xfe\x16\x00\x5e\x40\x49\xe3\x38\xfb\x9c\xf3\x2b\x97\x47\xc4\xbd\x71\x6b\x74\x37\xba\x1b\xf3\x4b\xb2\x28\x79\xa6\x98\xe0\x08\x3f\xd6\x9f\xcf\x38\xe2\xf8\x51\x52\x55\x4a\xfe\x8c\x97\x79\x7e\x41\x78\xbf\x7f\xc1\x8a\x37\xe9\x1b\xc4\xf1\xa1\xc9\xa7\xdc\x7c\x61\x4e\xf9\x52\xad\xda\x54\xaa\x53\x17\x42\xa2\xfb\x54\x3e\x53\x24\x1e\x71\x4f\xfd\x2d\x1e\x61\xe5\x91\x38\x1a\x55\xc5\x54\x9b\x5f\x22\x0e\x0a\x3f\x2a\xb9\x6b\x4a\xd1\x67\x8c\x3f\x53\xf8\xfb\xbb\x7f\xd3\x4c\x85\x73\xba\x60\x9c\xfe\x20\xc5\x86\x4a\xb5\x43\x3c\xdc\x48\xa1\x84\xda\x6d\x28\x50\x78\xbc\x4f\xf3\x92\x26\x6a\x4a\x67\x40\x79\xb9\xa6\x32\xbd\xcb\x69\x72\x11\x1f\xf0\x21\x4b\x55\xb6\x42\x12\x3f\x3a\x45\x88\x3a\xb4\x4d\x97\x08\x3f\xb6\x21\xd6\x09\x09\x0d\x16\xd0\xa6\xa3\xce\x80\x69\x10\x25\xa1\x61\xba\xd9\xe4\x3b\xa4\x20\x95\xcb\x72\x4d\xb9\x2a\x70\xdd\x3d\x49\x08\x51\x13\x9e\x48\xa7\xb1\xd4\xf6\x93\x2d\x90\xd2\xdd\xe3\xb8\x1e\x8a\x91\x22\x2a\xcc\x56\xa9\xfc\x5c\xa1\x08\x87\x4a\xfc\xbc\xd9\x50\xf9\x45\x5a\x50\x84\x7d\x15\x16\xe5\x5d\xa1\x24\xe3\x4b\x14\xe3\x51\x33\x42\x24\x02\x49\xbe\x14\xd5\xe8\x8f\xe4\x98\x8e\x7c\x9f\x5a\xd8\x4a\xf2\xa5\x98\xd2\x99\xaf\x46\x6c\x81\xca\x4e\x63\xa5\x03\x50\xd6\xe9\x6f\xde\x09\x15\x66\x12\xdb\x09\x77\x66\x14\x24\xa1\x50\x92\x20\x06\x46\x64\xdd\xbe\xef\x97\xd7\x6c\x84\x91\x22\x72\x5a\xce\x42\xc1\x71\xbf\xaf\xea\x01\x5a\xb1\xe2\xcc\x18\xf1\x83\xed\xc8\x74\x06\x92\x70\xfa\xf0\xac\x6c\x16\x47\x28\x78\xbb\x40\x15\x94\xb6\x5b\x0c\x04\x91\xe1\x92\x2a\xa4\x9a\x4a\x9a\x6a\x2b\x40\xae\x87\x13\xd1\xef\x8b\x50\xf0\x04\x89\x7e\x1f\xe9\x2f\xa2\xd7\x32\x50\x42\xc3\x22\x67\x19\x45\x11\x30\x42\x43\xc6\xe7\x74\xfb\xfd\x02\x09\x8c\xc3\x4c\xf0\x2c\x55\xa8\xce\xc0\xfc\x18\x63\x90\xa1\xa4\x6b\x71\x4f\x91\xc2\x18\xca\x7e\x9f\x86\x9b\xb2\x58\x21\x19\x16\x1a\x02\x78\x14\x3c\x29\x0f\x18\x03\xc7\x07\x70\x96\xf3\x02\xe1\xc7\xb5\x08\xe9\x3d\xe5\x2a\xdc\x48\xf3\xfb\x25\x5d\xa4\x65\xae\x90\xb3\x87\x56\xce\x90\x72\x50\xa4\x2e\x32\xe2\x44\x85\x85\x28\x65\x46\x5f\x9b\x30\x56\x84\x9f\xd9\x35\xcb\xee\x2e\xd3\xe3\xa7\xfb\xa8\x57\xc5\xf1\x98\xe8\x85\x71\x2d\x47\x58\x4d\x9b\x94\x29\x9d\xcd\x48\xe1\x8c\xa3\x0a\xc5\xa2\x1d\x72\x0a\xf2\x74\xdd\x97\x76\x8f\x9a\x99\x20\xa5\x0b\x63\x0b\x7c\x19\xaa\x54\x2e\xa9\x22\x1c\xea\x38\x52\x82\x9a\x96\xa1\xde\x7b\xb3\x6a\x41\xe8\xea\x0f\x0b\xc6\xd3\x3c\xdf\x35\x63\x45\xd8\xe1\xd0\x19\xc8\x8d\x83\x65\xbe\xd3\xbb\xf1\x27\x81\x81\xb7\xe9\xf3\x36\xbd\x57\x47\xf6\x08\xd1\x0d\x89\xc5\x33\x3e\xe1\x89\xb3\x65\xab\x7a\xbe\x31\xbb\x7a\xc5\x0a\xec\xec\x83\xfb\xff\xa2\xa2\xaf\xce\x55\xb4\xb6\x3b\xdc\xc1\x84\xf8\x51\xe7\xa9\x16\xd2\xe7\x4a\x49\x76\x57\x2a\xda\x41\xa6\xf2\x89\x4c\x6f\xde\x22\x1e\x16\x9b\x34\xa3\xc0\xc3\x5c\x64\x69\x8e\xbb\x88\xcb\x14\x2a\xa8\x72\xaa\x05\x85\xbb\xe8\xec\x24\xcf\x69\xad\x9d\x32\xa2\xc2\x6e\x94\x3c\xb5\x79\xf5\x5e\x22\x84\x4e\x9e\xe8\x57\x72\x0e\x2a\x8a\x5d\x2c\xf8\xbf\x69\xe1\xcc\xa0\x9c\xb6\x78\xa6\x8f\x14\x1f\x6a\xac\xa3\x17\x2b\x2f\xc2\x3f\xca\x34\x67\x8b\x1d\xe2\x18\x6c\x83\x6a\x52\x65\x9e\xc8\x84\x26\x67\x16\x42\x9b\x21\x4d\x44\x52\x7f\xb3\xa4\x6c\x3b\xb7\xeb\x1c\x8c\x4a\xb2\x35\xc2\xa1\xa4\x9b\x3c\xcd\x28\x1a\xfc\xab\xf0\x07\x4b\xe8\x3d\xeb\x39\xc3\x71\xe3\x96\xa0\x0f\xcf\x7e\xa2\xcb\xd7\xdb\x0d\xea\xa1\x49\xf2\xfb\xfe\x5f\xff\x2a\x7c\xdc\xf3\xd7\x22\x94\xf4\x8f\x52\x98\x01\xf6\x75\x92\x4e\xd8\x7f\x82\x7b\xd0\x5b\xba\x95\x6d\xcf\xac\xbf\xf6\xc0\x08\x62\x83\x08\xca\x11\xe6\x53\x3a\xb3\xc3\xae\x8e\x16\xa2\x9b\x1b\xe4\x93\x53\x74\x52\x8f\xc4\x07\x4e\x9a\x1e\x17\x9b\x9c\x29\xdb\x5f\x1c\xae\xd3\x0d\xba\xc3\x23\x7b\x2e\xf1\xe6\xbc\x7a\x6a\xbb\x29\x3d\xfc\x2d\x50\x77\x7a\x7c\x2c\x8a\xd3\x43\x35\x3a\x46\x4a\x06\x53\xe9\x53\x8e\xd0\x30\xcb\xd3\xa2\xf8\x8e\x15\xaa\x3e\xec\xe4\xa4\x0c\xd3\xb9\xc6\x13\x49\x59\x23\x73\x5e\x83\x42\xf5\x49\xd2\xae\xd2\x9e\x29\xdd\xc3\xfb\x7d\xaf\x37\x92\x13\xa4\xc2\x3c\x2d\xd4\xdf\xf5\x21\x41\x22\x50\xa1\xa2\x85\x42\x25\xde\
},
"/templates": &vfsgen۰DirInfo{
name: "templates",
modTime: time.Date(2018, 10, 6, 5, 16, 29, 972839707, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/templates/_base.html": &vfsgen۰CompressedFileInfo{
name: "_base.html",
modTime: time.Date(2018, 10, 6, 4, 59, 1, 335882710, time.UTC),
uncompressedSize: 3042,
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x56\x6d\x6f\xdb\x36\x10\xfe\xde\x5f\x71\x63\x8b\xb5\x05\x26\x13\x43\xbf\x0c\xad\xa4\xa1\x4d\xd2\x35\x40\xb1\x1a\x89\x57\x6c\x18\x86\x80\x16\x4f\x12\x53\x8a\x54\xc9\x93\x1a\xc3\xf0\x7f\x1f\x68\xbd\x4c\x56\xe2\x64\xeb\x86\x7d\x12\x79\x7a\xf8\xdc\xc3\x7b\x21\x19\x7f\x73\xfa\xe1\x64\xf5\xdb\xf2\x0c\x4a\xaa\x74\xfa\x28\x0e\x1f\xd0\xc2\x14\x09\x43\xc3\xd2\x47\x00\x71\x89\x42\x86\x01\x40\x5c\x21\x09\x28\x89\xea\x08\x3f\x37\xaa\x4d\xd8\x89\x35\x84\x86\xa2\xd5\xa6\x46\x06\x59\x37\x4b\x18\xe1\x0d\xf1\x40\xf5\x0a\xb2\x52\x38\x8f\x94\x34\x94\x47\x3f\xb0\x29\x8f\x11\x15\x26\xcc\xd9\xb5\x25\x3f\x59\x6b\xac\x32\x12\x6f\xbe\x33\x36\xb7\x5a\xdb\x2f\xc3\x1a\x52\xa4\x31\x5d\x3a\x5b\x21\x95\xd8\x78\x58\xa9\x0a\xe1\x12\x9d\x42\x0f\x27\x56\x6b\xcc\x48\x59\x03\xc2\x48\x58\x3a\x9b\xa1\xf7\xca\x14\x01\xd0\xa2\x8b\x79\xb7\xbc\xa3\xd2\xca\x7c\x02\x87\x3a\x61\xbe\xb4\x8e\xb2\x86\x40\x65\xd6\x30\x28\x1d\xe6\x09\xdb\x6e\xa1\x16\x54\x2e\x1d\xe6\xea\x06\x76\x3b\xee\x49\x90\xca\xb8\xaa\x0a\x9e\x8b\x36\x40\x17\x2a\xb3\x3f\xb6\xc9\x76\x0b\xeb\x46\x69\xf9\x11\x9d\x0f\xbe\x77\xbb\x41\xad\xcf\x9c\xaa\x09\xbc\xcb\x8e\xf3\xb5\x68\xa4\x75\xfc\xda\xf3\xeb\xcf\x0d\xba\xcd\xa2\x52\x66\x71\xed\x8f\xf0\xc6\xbc\xe3\xfc\xe7\x0e\xd6\xd6\x92\x27\x27\xea\xe8\xc5\xe2\xc5\xe2\xfb\xe0\x70\x34\xfd\x5d\x9f\x93\xc0\xd1\xa6\xc6\x3e\xc5\x99\xf7\xac\x0f\x24\x6d\x34\xfa\x12\x91\x1e\x8a\xe2\x11\x51\x99\x9f\xab\xca\xfc\x31\x59\xff\x9d\x98\xe0\xb5\x1e\x4b\xea\x3e\x97\xd3\xa8\x77\x02\x00\x5a\xe1\x60\xf9\x7a\xf5\xee\x6a\x79\x71\xf6\xf6\xfc\x57\x48\xe0\x96\x23\xf6\x6a\x82\x7d\xf3\xcb\xf9\xfb\xd3\xab\x8f\x67\x17\x97\xe7\x1f\x7e\xee\xd1\x73\x4f\x03\xfe\xc9\xb3\xbc\x31\x5d\x45\x3f\x7b\x0e\xdb\xde\x1a\xec\x4f\x7f\x97\x82\x44\x44\xb6\x28\x74\xd8\xbb\xb5\x9a\x54\xcd\xfe\x78\xfa\x7c\xd1\x8f\x9f\x3d\xef\xe1\xbb\x6e\x30\x4b\xe3\x76\x4b\x58\xd5\x5a\x10\x02\x0b\xcd\xcd\x60\xb1\xdb\x85\x4e\xe7\x5d\xab\x87\xe1\xda\xca\x4d\x1f\x67\x23\x5a\xc8\xb4\xf0\x3e\x61\x46\xb4\x6b\xe1\xa0\xfb\x44\xca\xb4\xe8\x3c\x0e\xd3\x5c\xdd\xa0\x8c\xc8\xd6\x6c\x88\x4f\x2c\xd5\xb8\x34\xf4\xb7\x50\x06\x5d\x94\xeb\x46\xc9\x11\x73\x88\xea\xa9\x82\x0e\x74\x13\x4c\x50\xd4\x10\x59\xd3\x27\xbc\x9b\xb0\xd9\xb2\x2e\x24\x90\x59\xad\x45\xed\x51\x32\x38\x88\xd4\x60\x1f\xcc\xc2\x15\x48\x09\x7b\xdc\xad\x66\x20\x9c\x12\x11\xde\xd4\xc2\x48\x94\x09\xcb\x85\x0e\xd8\xbd\x35\xa8\x77\x56\x8f\xae\x0e\xa4\x85\xba\xa8\x85\x19\xc4\x78\x17\x59\xa3\x37\x2c\x5d\x75\x72\x8c\x68\x55\x21\x42\x26\x63\x1e\x70\xf7\x2c\x0d\x47\x4b\xb4\xa7\xff\xbf\xa0\x31\xef\x42\x79\x60\x13\xb3\xb8\xae\x9d\x30\xf2\x68\x2b\xb1\xc9\xa1\x1c\x73\x31\x49\x2c\x97\xaa\x9d\xe5\x59\xc9\x31\x84\x33\x27\x43\x76\xc6\xf4\x1d\xa6\xbf\xd1\x13\xfc\x50\x72\x93\xa1\xc6\x9c\x66\x59\xd9\x6e\x9f\x64\xd6\x78\xab\xd1\xc3\xcb\x04\x86\xf1\x52\x50\xb9\xaf\xf7\x29\x52\xe5\x30\x82\x67\x3f\x63\xad\xd2\x58\x8c\xbb\x9f\xc0\x58\x7a\xd2\x8f\xc3\xbe\x63\xae\xd5\x5c\x00\xa0\x91\x70\x3f\xdf\x2c\x9a\x42\xa3\x23\xcf\xd2\xd7\xfb\xef\xdd\xbc\xf7\x33\x14\x4e\xd4\x25\x4b\x7f\x0a\x9f\xa3\xeb\x87\x60\x4a\x67\x6b\x69\xbf\x98\x59\xe8\xf6\x45\xd0\xf1\x3f\x66\x73\x6c\xdf\x50\xb3\xee\x1a\x99\xc0\x59\x3d\x69\xd1\x7d\xff\x94\xc2\xd7\xb6\x6e\xea\x84\x91\x6b\xf0\x48\xab\xa5\x97\x24\xa8\xf1\x87\xc5\x9b\x09\x87\x34\x56\xee\x41\x7d\xdd\xaa\x8c\x51\x60\x85\xa6\xb9\xb5\xa3\x87\xe2\xe6\xf7\xde\x59\x7a\xd1\x18\x0a\x4f\x8b\x6f\x45\x55\xbf\x82\x37\xe1\x7c\x86\x73\x93\x5b\x57\xf5\x4d\x7c\x57\x48\x1f\xa6\xcf\xb5\x28\x7c\xa8\x98\xaa\x12\x46\x46\xef\x95\x41\x78\x1b\x6c\x5f\x4b\x98\x59\x93\xab\x62\x5f\x83\xb9\x2a\x1a\xf7\xaf\xd4\xb9\x46\xe3\x7e\xef\x47\x8b\xf9\x61\x8e\xee\x40\xf5\x2c\x5d\x75\x83\xaf\xe5\xf1\xe8\x5a\x95\x61\x24\x95\xcf\x6c\x8b\x6e\xc3\xd2\xcb\xce\x04\xa7\x83\xe9\x18\x77\xcc\x1b\x3d\x2b\xf6\x3b\xdb\xe7\x58\xb5\x87\xc7\xad\x7f\xc9\xa7\x8f\x02\x65\xb9\xb4\xd9\xf4\x9d\xc0\xc3\xdd\xe9\x89\x17\x48\xa4\x4c\x71\xe5\x49\x38\x42\xc9\x19\x0c\x77\xca\xd5\x5a\x0b\xf3\x89\xa5\xef\x50\xd7\xb7\x6a\x76\xae\xe8\x50\xf3\xc1\xa9\x39\x99\xc4\xdc\x88\xf6\x8e\x1b\xbc\x7f\x38\xff\x75\x89\x77\x57\x77\xcc\xbb\x17\xfd\x9f\x01\x00\x00\xff\xff\x3b\x91\xde\xec\xe2\x0b\x00\x00"),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
},
"/templates/alerts.html": &vfsgen۰CompressedFileInfo{
name: "alerts.html",
modTime: time.Date(2018, 3, 12, 11, 41, 39, 430777646, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 2536,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\xcd\x6e\x1b\x37\x10\xbe\xfb\x29\x06\x8b\x1c\x5a\xa0\x12\x11\xa0\xa7\x80\xda\xc2\xc8\xa5\x87\x24\x28\x62\xd7\x57\x83\x22\x47\x5e\x26\x34\xb9\x20\x29\xd9\x02\xcb\x77\x2f\x48\xee\xae\x56\xfb\xd3\xb8\x40\x2e\xc2\x92\x33\xf3\xcd\x37\xbf\x54\x08\x02\x0f\x52\x23\x54\x0d\x32\x51\xc5\x78\x03\x40\x95\xd4\xdf\xc1\x9f\x5b\xdc\x55\x1e\x5f\x3d\xe1\xce\x55\x60\x51\xed\x2a\xe7\xcf\x0a\x5d\x83\xe8\x2b\x68\x2c\x1e\x76\x55\x08\xd0\x32\xdf\xfc\x65\xf1\x20\x5f\x21\x46\xe2\x3c\xf3\x92\x27\x1b\xc2\x14\x5a\xef\xb6\xdc\xb9\x3f\x4e\xbb\x10\x60\x7f\x94\x4a\x3c\xa0\x75\xd2\x68\x88\xb1\xaa\x93\x33\xc7\xad\x6c\x3d\x38\xcb\xd7\xc1\xbe\x0d\x58\xdf\xd6\xa0\x28\x29\x40\xf5\x4d\x08\xa8\x45\x8c\x37\x37\x97\xd8\xb8\xd1\x1e\xb5\x4f\xe1\x51\x21\x4f\xc0\x15\x73\x6e\x97\xaf\x99\xd4\x68\x37\x07\x75\x94\xa2\xf0\x69\xde\xd7\xb7\xd9\x17\x25\xcd\xfb\x7c\x33\xb2\x70\x8d\x79\xd9\x30\xad\x4d\xe2\x65\xb4\xcb\x26\x00\x40\x65\xaf\xf1\xa4\xce\x6d\x23\xb9\xd1\x30\x7c\x6d\x8e\x9a\x37\xc8\xbf\xa3\x48\x34\x65\x67\x02\x40\xf7\x47\xef\x8d\xee\x32\x5d\x0e\xd5\xaa\x27\xf0\xd2\x2b\x2c\x02\xb8\xa2\x70\x37\xb9\xa1\xa4\x60\x65\xf2\x44\xc8\x53\xfe\xf0\x6c\xaf\xb0\x47\x2f\x87\xfc\xbb\xd9\x1b\x2b\xd0\xa2\xe8\x8e\xdc\x28\xc5\x5a\x87\xa2\x8b\x8d\xfa\xbd\x11\xe7\xf2\x1d\xc2\xbb\x5c\x87\x3b\xcf\x3c\xde\x9b\xaf\xe6\xe5\x63\xc2\x83\x0f\x3b\xd8\xde\x2e\x08\x72\x3b\x25\x33\xcb\xf4\x13\x76\x3a\x52\x3f\x7d\x3d\x2a\xec\x85\x05\x95\x7b\x79\xc2\x92\xf7\x82\x36\xba\x18\x14\xa9\xb7\x7d\x00\x21\x48\x2d\xf0\x15\x96\xf9\x6c\xf3\x45\x8c\x90\xa5\x8f\xa9\xb5\xd1\x56\x43\xe2\x81\x7a\x51\x5f\x4a\x96\x6b\xc4\x1b\x3c\x59\xa3\x37\xc2\xbc\xe8\x52\x26\xa0\xfb\x3a\x84\xed\x17\xf6\x8c\x31\x52\xb2\xaf\xe1\x97\x10\x14\x6a\xb8\x62\x9b\x9c\xe4\xe3\xaf\x94\x78\xd1\xbb\xa0\xc4\xdb\x7a\xce\xba\xd0\x11\xe8\x99\x54\x6e\xc2\x67\x38\x94\x8e\x1b\x9f\x01\x68\x6b\xb1\xa6\xdc\x08\x4c\x94\xfe\xbc\xff\xfc\xe9\x4e\xcb\xb6\x45\x3f\x9a\x97\x44\x32\x6b\x50\x92\xb4\xc7\x78\x64\x02\x18\x82\x3c\x4c\xc3\x18\xeb\xbf\xb5\x57\x1a\x73\x42\x3b\xf4\x8d\x16\xa8\x1d\x8a\x2e\xe9\xa8\xf0\x19\xb5\x77\x8f\x59\x5c\x4d\xe2\xb9\xe4\x64\x22\x49\xb2\xa6\xfe\xc4\xf6\xa8\x1c\x25\xbe\x59\x92\xe6\xea\xae\x09\x4b\xe7\xc0\x9d\xd4\x7c\x55\xe7\x81\xa9\xe3\x82\x70\x5c\xb5\x3e\x51\xa5\x73\xd7\x73\x95\x63\x99\xfb\x10\xd3\xab\x11\x96\x4a\xc1\xfd\x06\xef\x4e\x89\x45\xee\xf6\x12\xee\xf6\x33\x6b\x27\xd8\x1d\x9c\x6b\x99\xee\xf3\x95\xad\x21\xff\x6e\x5a\x2b\x9f\x99\x3d\x57\x75\x08\x05\x35\xc6\x34\x1a\x05\x39\xc6\x8a\x92\x64\xb9\x44\xa5\xac\xc8\x89\x1b\x32\xa7\x9d\x27\x65\xec\x3e\x17\xb7\x94\x78\x13\x42\x37\x69\xf0\x0f\x8c\xe7\xb0\x0c\x61\x8c\x90\xd6\x37\x3e\x4a\x2d\x24\x67\xde\x58\x48\xaf\xc9\xe6\xd8\xb6\x68\x39\x73\x98\x68\xf7\x93\xda\x31\x5d\xa3\x10\x42\xbf\x11\xfc\xf6\xef\xfb\x8f\x49\x7f\x55\xf1\xa1\x04\x3f\xd7\x58\x2a\x2f\xc8\x03\x6c\x6f\x2f\xbb\x73\xa1\x06\xa9\x57\xf3\xbb\xb7\xab\x84\x74\xad\x62\xe7\x0f\xda\x68\xac\xae\x87\x7a\xe1\x51\x18\x21\x34\xc0\x8d\x4a\x11\xee\xaa\xdf\xab\xfa\x76\xbc\xab\x7f\xdc\x84\x3f\x83\x80\xb8\x22\x30\x6b\x08\x2a\xd4\xff\x6a\xd8\xff\xce\x58\x8f\xe9\x47\x7d\x49\x89\xf0\x73\x17\x49\x2b\x15\xad\xef\x58\x4a\xc4\xe2\xe4\x2c\xb5\x6b\xde\x6b\x33\xda\x6f\x2b\xfb\x1c\x6f\x7e\x47\x49\xde\x5c\xd7\x7b\xf3\x5a\x69\x79\xe5\x87\x80\xca\xe1\xf8\xd5\x5a\xdd\xf4\x00\x5f\x4c\x19\x1d\xa9\x9f\xc0\xa6\x67\x11\xca\x9f\x16\xf1\x63\x27\x03\x15\x4a\x86\x37\x7a\x20\xdd\xed\xfc\x5e\xed\xdf\x00\x00\x00\xff\xff\x1b\x6e\x06\x91\xe8\x09\x00\x00"),
},
"/templates/config.html": &vfsgen۰CompressedFileInfo{
name: "config.html",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 298024894, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 175,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8e\xc1\x0a\xc2\x30\x10\x44\xef\xf9\x8a\x35\xf7\x58\xe8\x39\xe6\xe2\x97\x84\xee\xc6\x2c\x94\xad\xa4\x69\x11\x96\xfd\x77\x69\x51\xf4\x36\xc3\x7b\x30\xa3\x8a\x54\x58\x08\x7c\xa5\x8c\xde\x2c\x5e\x42\x00\xe1\x17\x84\x90\x54\x49\xd0\xcc\xb9\x9f\x35\x2d\xd2\x49\xba\x37\x73\x00\x11\x79\x87\x69\xce\xeb\x7a\x3b\x41\x66\xa1\x16\xca\xbc\x31\xfa\xe4\x00\x00\x62\x1d\x81\xf1\xa4\x85\x1f\x5b\xcb\x9d\x17\xf1\xe9\xfe\x5f\xe3\x50\xc7\x8f\xfd\x6c\x94\x54\xaf\x66\x71\x38\xe2\x31\x31\x20\xef\xc9\x7d\x9f\xbc\x03\x00\x00\xff\xff\x41\xfa\xfc\xb0\xaf\x00\x00\x00"),
},
"/templates/flags.html": &vfsgen۰CompressedFileInfo{
name: "flags.html",
modTime: time.Date(2017, 2, 12, 8, 35, 37, 298024894, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 433,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x90\xcd\x4e\xc4\x20\x10\xc7\xef\x7d\x8a\x91\xec\x51\x6c\xb2\x47\x43\x7b\x31\xf1\xe4\x4b\xd0\xce\x74\x21\x76\xa1\x01\x5a\xdd\x10\xde\xdd\x80\xa5\xd5\x0b\xc9\x8f\xff\x47\x66\x26\x46\xa4\x49\x1b\x02\xa6\x48\x22\x4b\x49\x3c\x71\x0e\x46\x7f\x03\xe7\x7d\x8c\x64\x30\xa5\xa6\x39\x5d\xa3\x35\x81\x4c\x60\x29\x35\x00\x02\xf5\x06\xe3\x2c\xbd\xef\x8a\x20\xb5\x21\xc7\xa7\x79\xd5\xc8\xfa\x06\x00\x40\xa8\x2b\x68\xec\x98\x0f\xd2\x85\x75\x99\x66\x79\xf3\xac\x7f\xb3\xf7\xbb\x34\xc8\x3f\x72\xe5\x7b\xfe\x13\xad\xba\xee\x89\x20\x87\x99\x6a\xeb\x2f\x94\x97\x8f\xd6\x20\x19\x4f\xb8\xf3\x60\x1d\x92\x3b\xd0\x07\xa7\x97\x83\x94\xdd\xc8\xed\x43\xe4\xd2\xc1\xe2\xa3\x12\x40\x8c\x4e\x9a\x1b\xc1\xe5\x93\x1e\xcf\x70\xd9\xe4\xbc\x12\xbc\x76\xf0\x02\x65\xaf\x1a\x72\x67\x22\xa3\x02\x3f\xda\x85\x3a\xe6\xec\x17\xeb\x63\xcc\xe9\x94\x44\x1b\xd4\x7f\x1f\x66\xad\x74\x16\x15\x4f\x55\xb4\x7f\x3b\xeb\x79\x0f\xed\x1c\x52\xb4\x65\x8d\x0c\xa2\x45\xbd\xf5\x4d\x35\xff\x04\x00\x00\xff\xff\xea\x90\xd3\xc6\xb1\x01\x00\x00"),
},
"/templates/graph.html": &vfsgen۰CompressedFileInfo{
name: "graph.html",
modTime: time.Date(2018, 1, 27, 6, 24, 37, 976230327, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 2296,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x55\xbb\x92\xdb\x3a\x0c\xed\xfd\x15\x1c\xf6\xb2\x8a\x6d\x2d\xdf\xb9\x45\x26\x6d\xaa\xb4\x3b\x14\x09\x2f\x61\x53\xa4\x42\x80\x5a\x6b\x35\xfa\xf7\x8c\x1e\x56\x1c\x4f\x9c\xec\x4e\xac\x34\x36\x48\x1d\xe0\x1c\x3c\x24\x74\x9d\x81\x03\x7a\x10\xd2\x82\x32\xb2\xef\x37\x42\x08\xb1\x73\xe8\x4f\x82\xdb\x1a\x0a\xc9\x70\xe6\x5c\x13\x49\x11\xc1\x15\x92\xb8\x75\x40\x16\x80\xa5\xb0\x11\x0e\x85\xec\x3a\x51\x2b\xb6\x5f\x22\x1c\xf0\x2c\xfa\x3e\x27\x56\x8c\x7a\xf0\xc9\x5f\xa2\xaa\xed\x56\x13\xfd\xd7\x14\x5d\x27\xca\x84\xce\x7c\x85\x48\x18\xbc\xe8\x7b\xb9\xdf\x3c\x8e\xae\x01\x6f\x42\xcc\x23\xea\x13\x59\xf5\xba\x18\xdb\x0a\xfd\xef\x14\x3c\x5a\x00\x04\xaf\xc8\x28\x9f\x95\x21\x30\x71\x54\x75\x66\x14\x03\x63\x05\x35\xea\x13\xc4\xfc\xde\x83\x3f\x29\x9d\xa4\x92\x8e\x58\xb3\xa0\xa8\xdf\x5f\x8b\xf9\x6c\x9e\xb6\xcd\xd3\xf6\x78\x8f\x60\x97\x4f\xb1\xf7\x8f\x20\x72\xaa\x0d\x89\xc7\x94\xd6\x24\xfc\xa9\xcb\x2b\x10\x55\xa1\x02\xcf\xf3\xdf\x3f\x21\xc9\x86\x81\x78\x0b\x1e\xb2\x57\x64\x3b\x8c\x88\x5a\x8b\xf7\x2f\x47\x75\x05\x45\x0b\xdf\x53\x36\xbc\x8d\x6a\xf8\x28\xfd\xf2\x72\x2d\x01\x87\xf4\xf6\xd6\x4e\xbf\xef\x09\xff\xf1\x56\x27\x62\xa5\x2d\x2c\xc6\x5a\x89\x1c\x29\x3f\x7e\x4b\x10\xdb\x2d\x81\x03\xcd\x18\x56\xa6\xb1\x81\x4f\xd0\xd2\x63\xab\x76\x9c\x57\x48\x8e\xde\xc0\xf9\xc3\xb1\xd1\x14\x72\xf4\x7f\x66\xa8\x6a\xa7\x18\xe4\xf5\x57\xfe\x9c\x59\xe5\x8d\x83\x52\x45\xca\x16\xc4\x55\xb0\xae\x03\x6f\xfa\x7e\xb3\xf9\xb1\x26\x75\xf0\x0c\x9e\x97\x4d\x69\xb0\xb9\xa2\x19\x9e\x2a\xf4\x10\xa5\xd0\x4e\x11\x15\x72\xb9\xc9\x0e\x2e\xa1\x99\x17\xce\xe2\x3a\xa3\xc6\x12\x66\x16\x89\x43\x6c\xaf\x30\x23\x0e\x2f\xa8\x17\xd7\xd6\x16\x75\xf0\x62\xb1\xb2\xe4\xb5\x05\x7d\x02\x33\xe8\xc6\x1b\xcf\x32\x31\x07\x3f\xa7\x3c\x1d\x16\x61\x04\x2a\x6a\xbb\x70\x0a\x46\x76\x70\xb9\x16\x75\x84\x06\x43\x22\x31\x28\x43\x20\xb9\xff\xe4\x55\xe9\x60\x3c\xb7\x62\xf6\xda\xe5\x53\xd0\xab\xa4\x72\x83\xcd\x3c\x46\x93\xb9\xb9\xcd\xf5\x5e\x45\x06\xcc\x7e\x87\xbe\x4e\x7c\x81\x96\xec\x45\xc9\x3e\xab\x23\x56\x6a\x14\x39\x66\x42\xa9\xac\x90\xa5\x68\x94\x4b\x50\xc8\xff\x8d\x11\x9f\x87\xf2\xcb\xb1\x13\xca\x98\xe7\xb1\x1b\x43\x45\x6e\xd5\x5c\x3a\xfa\x3d\x00\x00\xff\xff\xc8\x49\xb1\xcd\xf8\x08\x00\x00"),
},
"/templates/rules.html": &vfsgen۰CompressedFileInfo{
name: "rules.html",
modTime: time.Date(2018, 10, 6, 5, 16, 29, 972839707, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 1615,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\x4f\x6f\x13\x3f\x10\xbd\xe7\x53\x8c\xfc\xfb\x1d\xe0\xb0\xbb\x50\x4e\x20\x6f\x50\x05\x55\x7b\x28\x15\x6a\x2b\x0e\x20\xa8\x9c\xf5\xa4\x6b\xe1\xd8\x2b\x7b\x36\xb4\x35\xfe\xee\xc8\xde\xa4\xdd\x24\x0d\x55\xc9\x61\x95\x99\xdd\x99\xf7\xe6\xcd\x9f\x10\x24\xce\x95\x41\x60\x2d\x0a\xc9\x62\x9c\x70\xad\xcc\x4f\xa0\xdb\x0e\x6b\x46\x78\x43\x55\xe3\x3d\x03\x87\xba\x66\x9e\x6e\x35\xfa\x16\x91\x18\xb4\x0e\xe7\x35\x0b\x01\x3a\x41\xed\x67\x87\x73\x75\x03\x31\x56\x9e\x04\xa9\x26\xc5\x54\xae\xd7\xe8\xcb\xc6\xfb\xf7\xcb\x3a\x04\x98\xf5\x4a\xcb\x2f\xe8\xbc\xb2\x06\x62\x64\xd3\x49\x08\x68\x64\x8c\x93\xc9\x03\x89\xc6\x1a\x42\x43\x89\x07\x00\x97\x6a\x09\x8d\x16\xde\xd7\xf9\x85\x50\x06\x5d\x31\xd7\xbd\x92\x6c\x3a\x01\x00\xe0\xed\xc1\xf4\x3c\xc1\xf0\xaa\x3d\x58\xb9\x48\xcc\x34\xae\xc3\x06\x23\x3f\x8b\x99\x75\x12\x1d\xae\x63\x01\x42\x70\xc2\x5c\x23\x94\x29\xc5\xb1\xb3\x7d\xe7\x33\xee\xf0\xe3\x94\x14\x99\xde\xdb\xc9\xe3\xc6\x66\x72\x48\x68\xac\xf6\x9d\x30\x35\x7b\xc3\xa6\x89\x0e\x17\x2b\x69\xfe\x0b\xc1\xe1\x39\x76\x5a\x34\x78\xa8\x35\xb0\x17\xdf\x7e\x88\xe2\xee\xb0\xf8\xfa\xaa\x78\xfb\xfd\x25\x03\xf6\xff\x6b\x06\xe5\x99\x58\x60\x8c\x0c\x8c\x58\x60\xd2\xf3\x19\x31\xd3\x10\x56\x7f\x73\xf9\xbc\x22\xb9\xc3\x2f\x73\x0a\xa1\xed\x17\xc2\xa8\x3b\xfc\xd8\x3b\x41\xa9\x01\xe5\x31\xd2\xd1\x52\xe8\x3e\x9b\x6b\x77\x79\x81\x8d\x35\xd2\xef\xc9\xc8\xab\xb1\x02\xbc\xda\x52\x88\xd3\xcc\xca\xdb\x27\x15\xcb\x53\x54\xb3\xb9\x35\x54\xfc\x42\x75\xdd\xd2\xbb\x99\xd5\x92\xe5\x4e\x3e\x5a\xc4\xfe\x90\x0b\x12\xf4\xdc\x98\x23\xe7\xac\x7b\x6e\xcc\xbd\x54\x70\xa9\x16\x3b\x88\x9b\xc2\x6c\x4d\xd6\x78\xa8\xf6\x0d\xd1\x30\xad\x69\x63\xae\x1a\xd4\x3a\xb7\xf6\xe4\xf2\xd3\xe9\x85\x51\x5d\x87\x34\x5a\xb2\xd4\x9a\xc7\xa8\xaf\x52\xa4\xfd\x43\xb6\xf9\x1a\x80\xa7\x11\x5d\x7f\x22\x34\x3a\x82\xfc\x2c\x42\x80\xf2\x04\x85\xa6\x16\x7e\x43\x82\x1f\x8c\x4b\xfb\x21\x7d\x0b\x31\x42\x4e\x78\xa5\x8c\x54\x8d\x20\xeb\x20\x9d\x84\xa2\xef\x3a\x74\x8d\xf0\xbb\x48\xa9\xf6\x55\xc6\x8d\xb2\x07\x95\x12\x8d\x2d\xea\x7f\x2b\x06\x53\xa7\xfc\x0e\x46\x08\x6a\x0e\xe5\xa9\xf0\x94\x5b\xb9\x8b\xb3\xaf\x5a\x99\x9a\xe2\xb6\x4b\xca\x62\x8f\xb2\x3d\x46\x33\x81\x0e\xc7\xea\x49\xf2\xff\xb6\x6d\x4f\xcd\xd3\x18\x3c\x04\xd4\x1e\x37\x4e\x95\xdb\xdc\xba\x2d\x56\x67\x36\xf7\xd6\xc3\x70\x66\xe5\x64\x5f\x09\x63\xdc\x4d\x4c\x5e\x8d\x96\x9b\x57\xf9\xa2\x26\x83\x57\x52\x2d\x1f\x4e\xf9\x9f\x00\x00\x00\xff\xff\x8e\xca\x53\x4a\x4f\x06\x00\x00"),
},
"/templates/service-discovery.html": &vfsgen۰CompressedFileInfo{
name: "service-discovery.html",
modTime: time.Date(2018, 6, 16, 5, 46, 34, 662161048, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 2871,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x56\x51\x8f\xe3\x34\x10\x7e\xcf\xaf\x18\x99\x3e\x00\xda\x36\xb7\x27\xc1\x43\x71\x83\x90\xee\x05\x09\x24\x24\x4e\xbc\x20\x84\x9c\x78\xda\xcc\x9e\x6b\x47\xb6\x9b\x6b\x65\xe5\xbf\x23\xc7\x49\x9a\x94\xf6\x80\x85\x47\x56\xda\x95\x3d\x33\xfe\xe6\x9b\xc9\x37\xf6\x86\x20\x71\x4f\x1a\x81\xd5\x28\x24\xeb\xba\x8c\x2b\xd2\x1f\xc0\x5f\x1a\xdc\x31\x8f\x67\x9f\x57\xce\x31\xb0\xa8\x76\xcc\xf9\x8b\x42\x57\x23\x7a\x06\xb5\xc5\xfd\x8e\x85\x00\x8d\xf0\xf5\x4f\x16\xf7\x74\x86\xae\xcb\x9d\x17\x9e\xaa\x78\x26\xf7\xc2\x1e\xd0\xbb\x4d\xe5\xdc\xb7\xed\x2e\x04\x28\x4f\xa4\xe4\x2f\x68\x1d\x19\x0d\x5d\xc7\x8a\x8c\xbb\xca\x52\xe3\xc1\xd9\xea\x31\xd6\xcb\x15\xea\xe5\x11\x12\xcf\x13\x52\x91\x85\x80\x5a\x76\x5d\x96\xf1\x9e\x6d\x91\x01\x7c\xf9\x2b\xc9\xdf\xb6\x25\xee\x8d\x45\x08\x19\x00\x80\x24\xd7\x28\x71\xd9\x42\xa9\x4c\xf5\xe1\x9b\xde\x56\x19\xed\x51\xfb\x2d\x30\x60\xc9\x72\x14\xf6\x40\x7a\xed\x4d\xb3\x85\xf5\xd7\x5f\x35\xe7\x64\xae\x91\x0e\xb5\xdf\xc2\xd5\xd2\x92\xa3\x92\x14\xf9\xcb\x16\x6a\x92\x12\x75\xb4\x77\x19\xcf\x07\x12\xd9\xb5\xcf\x43\x9a\xd8\x6a\x00\x2e\xa9\x85\x4a\x09\xe7\x76\xbd\x43\x90\x46\xbb\xde\xab\x13\x49\x56\x64\x3d\x36\xaf\x9f\x8b\x9f\xd1\xb6\x54\x21\xbc\x23\x57\x99\x16\xed\x85\xe7\xf5\x73\x91\xdc\x33\x04\x2f\x4a\x85\xeb\x09\x87\xa5\x08\x00\xde\x3b\x16\x51\x30\xc5\x4a\xd4\x0e\xe5\xb0\x2f\x8d\x95\x68\xa7\xad\xf3\x96\x9a\x69\x57\xc7\xd4\x57\xd0\x93\x1a\x97\x00\x21\x58\xa1\x0f\x08\x2b\x7a\x82\xd5\x8b\x29\x61\xbb\x83\xcd\xf7\x5a\xe2\xb9\x2f\x73\xfc\xe1\x8a\x8a\xd9\x16\x80\x8b\x41\x48\x9f\xbd\x98\x72\x1d\x42\x3c\x1b\xbf\xe7\xb8\xe2\xb9\x28\xe0\xf3\x10\x80\x22\x16\xac\x36\xdf\x55\x9e\xda\x98\x27\x0a\x64\x66\x7f\x6f\xbc\x50\xc9\x0c\x22\xc5\x0c\xa2\xf9\x62\x9e\x3f\x9f\x13\x18\xa5\x32\xfa\xc6\x82\x78\x2e\xa9\x1d\xba\x1f\xc2\x6a\xc0\xe9\x4b\x7a\x9f\xd6\xc3\xa1\x4f\x56\xfd\xf7\xbf\x4e\xfd\x76\x0c\x79\x31\xe5\xef\x71\x0e\xd1\x32\x20\xd9\xef\x67\x4d\x99\x11\x4f\xa6\xc9\xc0\xcb\x93\xf7\x46\x0f\x53\x9b\x36\xec\x9a\x37\xf1\xaf\x8c\x52\xa2\x71\x28\xd7\x49\x01\xa5\xd7\xf1\x77\xdd\x58\x3a\x0a\x7b\x61\x85\xab\xcd\x47\x38\x1a\x8b\x3c\x4f\x10\x13\xc3\xbc\x7e\x3b\xae\x43\xf8\x48\xbe\x9e\xfa\xfe\xce\x9a\x26\x2a\x64\x45\x13\x9d\x10\x68\x0f\x07\x0f\x1b\x78\x7e\xf3\x06\xae\xfd\x5d\x48\x7d\xa4\x82\x0a\x8f\x71\x1a\xa0\x1f\x94\x1d\x1b\x07\x53\x1b\x8d\x8b\x8a\x61\x13\x3f\xed\x58\x4b\x2d\x5a\x84\x12\x51\x83\x4c\x04\x9e\x20\xb2\x27\x7d\x00\xa3\xd5\x05\x7c\x8d\xb0\x27\xeb\x7c\xcf\x61\x88\x99\x4e\x0b\x07\x78\x16\xc7\x46\xa1\xdb\x4c\x25\xf6\xdf\xfc\x9e\x30\x6e\x64\xf2\x5f\xce\xd2\x5f\x54\xcd\x7d\x14\xc3\x5c\x1c\x12\xbd\x20\xe5\xd8\x7c\x8a\xb8\xb7\x37\x43\xe5\xeb\x62\xbc\x29\x50\xc2\x0f\xa2\x44\xe5\x78\xee\xeb\x3f\x87\x25\x3d\x3f\x08\xe1\xf9\x1c\x39\x7a\x51\xc8\x39\xbb\xd2\xc8\xcb\x30\x27\xf3\x71\x18\xb4\x31\x76\xfb\x46\xab\x77\x09\x4f\x45\xaa\x9e\x09\x5b\xfa\x07\xcd\x27\x5f\x3f\x64\xd7\xf2\x12\xf5\xcd\x8f\xa2\x81\x45\x92\x01\xf9\xa4\x26\x64\x72\x7e\x4d\x5a\x91\xc6\xa9\xef\xbd\xad\x5f\xaf\xe3\xe8\xdc\xf6\x7f\x9e\x7d\x98\xf4\x9e\xc3\x13\xac\x5a\xa1\x4e\x18\xa9\x0c\xac\xee\xe4\x86\x7b\x17\xde\xcc\xe5\x1a\xa1\x17\x65\x43\xff\xf7\x3a\x8f\x63\xc9\x5d\x17\x1f\xc7\x94\xb2\xeb\x18\xcf\xe3\xc9\xfb\xb0\xcb\x0b\x6e\xce\x1f\x95\xc3\xbb\x24\x1f\x52\x7c\x48\x50\xe2\x5e\x9c\x94\x67\x45\x6c\xd7\x63\x36\x9f\xe0\x32\x9b\xa7\x79\xfc\xfc\x45\x49\x16\x2f\xff\xad\x52\xfe\xd7\xc7\xb2\xa3\xff\x58\x1f\xaf\x23\x39\x69\x64\x78\x20\x5e\x49\xea\x95\x42\x59\xde\x5c\xb7\x38\x3c\x1f\x6e\xae\x69\x1b\xaf\xe4\xc5\xdb\x9f\x8e\x01\x6a\x99\x54\x33\xfe\x4b\x30\x42\xfd\x11\x00\x00\xff\xff\x99\xd2\x3b\x01\x37\x0b\x00\x00"),
},
"/templates/status.html": &vfsgen۰CompressedFileInfo{
name: "status.html",
modTime: time.Date(2018, 3, 28, 21, 0, 21, 453270876, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 2646,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\x41\x6f\xe2\x3c\x10\xbd\xf3\x2b\xe6\xf3\xb1\xfa\x20\x52\x8f\x9f\x42\xa4\x96\x7e\x4b\x57\xea\xaa\x15\x94\xed\x5e\x4d\x3c\x21\x56\x83\x8d\xc6\x0e\xdd\xca\xf2\x7f\x5f\x39\x24\x29\x59\x91\xd2\xc2\x61\xf7\x02\x79\xf1\xcb\x7b\x2f\x33\xce\x24\xce\x09\xcc\xa4\x42\x60\x39\x72\xc1\xbc\x8f\xff\x19\x0e\x41\xc9\x9f\x30\x1c\x26\xce\xa1\x12\xde\x0f\x06\x6f\xac\x54\x2b\x8b\xca\x32\xef\x07\x00\xb1\x90\x5b\x48\x0b\x6e\xcc\xb8\x5a\xe0\x52\x21\x0d\xb3\xa2\x94\x82\x25\x03\x00\x80\x38\xbf\x04\x29\xc6\x8c\x4a\x65\xe5\x1a\x59\x32\xdb\x1d\xc0\x57\x95\x69\x5a\x73\x2b\xb5\x8a\xa3\xfc\xb2\x66\x5b\xbe\x2c\xb0\x51\xdc\x81\xea\x77\x98\x6a\x25\x50\x19\x14\x35\x5e\x6a\x12\x48\x2d\x34\x96\xe4\xa6\x45\xb9\xde\x22\xd5\x01\x82\xe8\x52\x8b\xd7\x06\x05\x4c\x6f\x20\xc0\x3c\x59\x6c\x42\xa6\x38\xb2\x79\x77\x45\x24\xce\x8d\xae\x25\xd9\x7c\xb4\x78\x9c\x78\x1f\x47\x56\xec\x09\x45\xfb\x4a\x07\x64\x9f\x34\x3d\x4b\xb5\x82\x1b\x49\x98\x5a\x4d\xaf\x3d\x0e\x93\xa7\x9b\xa3\xda\xce\xc9\x0c\x94\xb6\x30\x9a\x61\xa1\xb9\x98\x68\x95\xc9\xd5\xbc\x4c\x53\x34\xc6\xfb\xa6\x66\x82\xab\x15\x12\xab\x1b\xf7\x7b\xa0\xdd\x45\x25\x55\x65\x07\xaa\x84\x0e\x67\x92\x59\x8f\x51\x7d\x90\x95\x85\x73\x58\x18\xf4\xfe\x0b\x97\x05\x8a\xda\xf1\x93\x15\xba\xe3\xc6\x82\x69\x25\x21\xfd\x70\xc0\x51\xb8\x74\x97\xed\x51\xae\xf1\xa4\xfe\xdc\x22\x17\x90\xe6\xa5\x7a\x36\x7d\x9d\x09\x8b\x13\x5d\x2a\x7b\x9a\x78\xb5\xd5\x0d\x92\xc4\x3e\x87\x10\x7e\x5e\x11\x4e\xb3\x79\xba\xba\x83\x54\x13\x95\x9b\x50\xb2\xde\xfb\x68\x19\xa7\xb9\x4c\x35\xe9\xd2\x4a\xd5\x7b\x1b\x2d\xe1\x44\xfd\xfb\x6f\x57\x3f\x1e\x66\xf7\x93\x79\x9f\x7e\x4b\x38\x41\x7b\x3a\xe9\x55\x9d\xbe\xbb\x6b\xe2\x68\x6f\x76\xc4\x51\x35\x5d\x92\x41\x67\xb0\x2d\x4b\x59\x08\xf9\x36\xcc\x58\x72\x1d\xce\xfc\x55\xf3\x0d\x4c\xaa\x37\x38\x66\xa4\x5f\x58\xf2\x1d\xc9\x54\xa1\x0e\x56\xa4\x5e\x6d\xfe\x3f\x5b\xec\x8e\xd3\x0c\xb7\xf2\x03\x56\x0d\xed\x2c\xaf\x6b\xe2\x2a\xcd\x8f\x38\xed\x48\xe7\xf9\x84\xe6\x2e\x0c\xd2\x31\xab\x86\x77\xbe\xdb\x0d\xb7\x7d\xaf\xa6\x8e\x5b\xe0\x9d\xe5\x36\xd5\x1f\xdb\x1b\x2d\xef\xcc\x47\x87\x17\x48\x76\xcd\x15\x5f\x21\x19\x96\x5c\xed\xc3\x3f\xfb\xcc\x54\x73\xe3\x7f\x25\x36\x5a\x2a\xdb\xad\x46\xb7\xa2\xce\x51\x78\xe1\xc2\xa8\x13\xbe\xfa\x36\x3a\x28\xec\x5c\x74\x01\xfb\x5c\x58\xcc\xee\x0c\xf0\xe2\x85\xbf\x1a\xc8\xf9\x16\x61\x9e\xe6\xb8\xc6\x7f\xe1\x56\x1b\x0b\x5c\x09\x78\xe0\xa1\x4f\x68\xe1\x22\xda\x13\x6e\xbb\xb2\xe3\x7b\xff\x5f\x14\xc5\x1c\x72\xc2\x6c\xcc\xba\xa7\x9d\x1b\x05\x31\xef\x59\xd2\x1e\xc6\x11\x0f\x20\x68\xbf\xbf\x67\x9a\x4f\xc0\x23\x5d\x8d\x23\x21\xb7\xc9\xa0\x61\xff\x0a\x00\x00\xff\xff\xe5\xe4\xe6\xaa\x56\x0a\x00\x00"),
},
"/templates/targets.html": &vfsgen۰CompressedFileInfo{
name: "targets.html",
modTime: time.Date(2018, 8, 15, 8, 21, 49, 722559866, time.UTC),
Replace go-bindata with vfsgen (#4430) Looking at https://tech.townsourced.com/post/embedding-static-files-in-go/ (which was mentioned in the issue), vfsgen has all the needed features. In particular: - Reproducible builds (no issue with timestamping). - Well maintained and relatively popular. - Integration with go generate. - Self-contained (no external dependency). * [WIP] Replace go-bindata by vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add license + remove doc.go Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Generate templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use new templates assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * split static assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Idempotent make assets Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendor vfsgendev Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Simplify assets generation Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix README.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Use generate helper program instead of vfsgen This avoids installing vfsgendev in the target environment. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove unused vfsgen package Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix Makefile Signed-off-by: Simon Pasquier <spasquie@redhat.com> * vendoring shurcooL/vfsgen Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go generate command Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Sync web/ui/assets_vfsdata.go Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-08-24 00:03:10 -07:00
uncompressedSize: 3092,
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x56\x5f\x6f\xe3\x36\x0c\x7f\xcf\xa7\x20\xbc\x60\xd8\x80\x73\x8c\xbb\xc7\xce\xf1\xb0\x3f\x07\xdc\x80\x6e\xe8\xae\xd7\x3d\xec\xe5\x20\x5b\x4c\xac\x56\x91\x3c\x89\xce\x1a\xb8\xfa\xee\x83\x24\xff\x4b\xd2\x74\xd7\x3d\xec\x25\x08\x25\x92\xfa\x91\xfc\x91\x74\xd7\x71\xdc\x08\x85\x90\xd4\xc8\x78\xe2\xdc\x22\x97\x42\x3d\x00\x1d\x1a\x5c\x27\x84\x8f\x94\x55\xd6\x26\x60\x50\xae\x13\x4b\x07\x89\xb6\x46\xa4\x04\x6a\x83\x9b\x75\xd2\x75\xd0\x30\xaa\x6f\x0c\x6e\xc4\x23\x38\x97\x59\x62\x24\x2a\x6f\x93\x11\x33\x5b\x24\xbb\xaa\xac\xfd\x7e\xbf\xee\x3a\x28\x5b\x21\xf9\x1f\x68\xac\xd0\x0a\x9c\x4b\x8a\x45\x6e\x2b\x23\x1a\x02\x6b\xaa\xcb\xbe\xee\x27\x57\xf7\x97\x3c\xe5\x59\xf4\x54\x2c\xba\x0e\x15\x77\x6e\xb1\x58\x4c\xa1\x55\x5a\x11\x2a\xf2\xd1\x01\xe4\x5c\xec\xa1\x92\xcc\xda\x75\xb8\x60\x42\xa1\x49\x37\xb2\x15\x3c\x29\x16\x00\x00\x79\xfd\xb6\xf8\x14\x5f\xcc\xb3\xfa\x6d\x7f\xe8\xcd\x04\x5f\x27\xb6\xd6\x7f\xf7\xb7\xc9\xe0\xa7\x24\x95\x6e\x8d\x6e\x9b\x04\x38\x23\x96\x92\xde\x6e\x25\xae\x93\xb2\x25\xd2\xca\xf6\x7e\x01\x72\xc9\x4a\x94\x33\x2b\xf0\x96\x8d\x11\x3b\x66\x0e\xc0\x2a\x12\x7b\x1c\x95\x01\x72\xa1\x9a\x96\xfa\x5a\x18\xc6\x85\x4e\x40\xb1\x9d\x2f\xcc\x00\xc0\x23\x62\x52\xa6\xe3\x01\x6b\x49\x57\x7a\xd7\x48\x24\x5c\x27\x7a\xb3\x49\xa0\xaa\xb1\x7a\x40\x5e\xc0\x0f\x52\x0e\x40\xb2\x80\xe4\x8b\x70\xbd\x1e\x50\xab\x6a\x64\x92\xea\xc3\x4b\xb0\x0a\xb8\x1b\xd4\xce\x41\xe5\x19\x17\xfb\x62\x11\x2e\xba\xce\x30\xb5\x45\x58\xde\xeb\xf2\x0d\x2c\x1b\xad\x25\x5c\xad\x61\x15\x8b\x70\xa3\xb5\xb4\xa1\xb0\x5e\x73\xd9\x7b\xf4\x0a\xaa\xdd\x7d\xe8\xa5\x60\x34\x29\x91\x26\x16\x7c\x48\x54\xe3\xdd\x54\xe5\x3e\x0d\xc4\x4a\x89\xe9\x48\x91\xa9\x88\xf5\xbb\x41\xe5\x5e\x97\x9f\x7d\xdf\xa0\xe9\x3a\xb1\x01\x49\x30\x02\x88\x8f\x38\x07\xdc\x83\x37\x3d\x2d\xe7\xb9\x64\x21\x57\xf7\xba\x4c\xbb\xce\xc7\xe6\xdc\xd0\x55\x5f\x1d\x1d\x16\xc3\x3f\xf8\x66\x0a\xd0\xb9\x6c\x08\xc4\x39\x68\x9b\x6f\xf3\x8c\xcd\x7c\x47\xe2\xf5\x85\x8a\x42\x32\xc5\x15\x6a\x02\xf8\xd8\x30\xc5\x91\xa7\x21\x50\x38\xab\xba\x27\x3a\x48\xb4\x36\xcf\xa2\x87\x31\x01\x59\xfd\x6e\xfc\x1f\x8d\xe7\x29\x83\x31\x71\x1c\x95\x45\xde\xcb\xa5\x36\x1c\xcd\x28\x5a\x32\xa2\x19\xa5\x5a\xef\x67\x19\xf6\x6e\x7d\x5a\xe7\x69\xe6\x48\x4c\x48\x3b\xd3\xf1\x5a\x66\x2e\x06\xb3\xe2\xbd\xe2\x8d\x16\x8a\xf2\x8c\xea\xf3\xdb\x5b\x62\x84\xcf\x5f\x5d\x7b\xf2\xd9\x4b\x77\x96\xe0\xb6\x32\xac\xb9\x60\xfc\xde\x18\x6d\x4e\xaf\xf2\x6c\x0e\xd0\xdf\x22\xe3\xf3\x20\x4b\xcd\x0f\x93\x3c\x12\x7d\xc6\xd6\x8b\x81\x8e\xc9\xc1\x3e\xde\xe4\x58\x23\x10\x6c\x18\xd2\xab\xbb\x8f\xd7\xf0\x04\x5b\xa9\x4b\x26\xef\x3e\x5e\x47\x56\xf9\xd3\xd5\x6d\x55\xe3\x0e\x9d\xbb\xca\xb2\xfe\xe4\x83\xb6\xe4\x5c\x2f\xdc\x30\xaa\x9d\xf3\xe4\xca\x4b\x73\xfa\xc2\x08\x38\xf4\xed\x1b\x58\xee\x99\x6c\xd1\x86\xee\xf4\xc6\xbf\xb7\x68\x0e\x70\x14\xc9\x89\xa1\x18\x8c\xbc\x4d\x6f\xfe\x8c\x3e\x40\x6e\x1b\xa6\x86\x90\xe3\xb4\x0a\xbf\x13\x5d\xbb\x2e\xc2\x70\xce\x47\x1c\x7d\x39\x97\xe4\x99\xb7\x3c\x45\xee\x21\xc4\x3d\xf1\xef\xa7\x79\x46\xfc\x62\xf6\xfd\x8e\xc2\xf3\xd4\xcf\xd1\x32\x89\x86\x20\xfc\xa6\x5d\x07\xab\x38\x94\xe0\x09\x62\x23\x46\xf1\x93\xfe\xc9\x6b\x83\x73\x10\x5c\x7e\x16\x8a\x8b\x8a\x91\x36\xe0\x97\x70\xda\x36\x0d\x9a\x8a\xd9\xf3\xb7\x3c\xe8\xde\xe7\x59\x38\xcf\x05\xff\x62\x38\x21\x83\xf6\xe5\x78\xaa\xd6\x58\x6d\xd2\x40\x3a\x34\x27\x1b\x8f\xb4\x96\x24\x9a\x04\x48\x90\x97\xfb\xeb\x9a\x76\x72\x4d\xa6\xc5\x28\x6a\x23\xb6\x42\x31\x99\xf6\x5a\x79\x59\xfc\x88\x1b\x6d\xd0\x7f\x67\x78\x08\x42\x6d\xaf\xf2\xac\x2c\x46\xa2\x3c\x78\xa2\x04\x62\xfd\x2c\x6c\xe5\xa7\x05\xf2\xd8\xb0\xab\x5f\x59\xe3\x9c\x67\x67\xd7\x2d\x71\x1f\x89\x04\x4f\xe0\x9f\xf4\x34\x5e\x3e\x38\xb7\xfe\xfa\xaf\x56\xd3\x77\x41\xc1\xb9\x41\x38\x9d\xc8\x53\x3e\x23\x93\x02\x91\xc3\x9c\x8a\x2f\xc1\x6a\x7a\x11\xfc\x50\x4a\x5e\xa2\xf6\x51\x4f\x04\x54\xd1\xe9\xff\x46\x6f\x69\xf1\x75\x6f\x71\xdc\xb0\x56\x52\x52\x28\xad\xf0\x75\x7d\xf3\x1f\x88\x66\x29\xb5\x61\xa0\x9e\x55\x20\xec\xd2\x95\x1f\xb9\x71\xe2\xae\x7e\xb1\x7f\xa2\xd1\xce\xfd\x86\xfb\xb0\x49\x43\x64\x5d\x67\x85\xaa\x70\xae\xe8\x1c\xb0\xad\x7e\x75\x0f\xa3\x9f\xdd\xe7\xa4\x9f\x60\x84\xe1\x7e\x1e\xf3\xa5\x26\x8f\x1b\xff\
},
}
fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static"].(os.FileInfo),
fs["/templates"].(os.FileInfo),
}
fs["/static"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/css"].(os.FileInfo),
fs["/static/img"].(os.FileInfo),
fs["/static/js"].(os.FileInfo),
fs["/static/vendor"].(os.FileInfo),
}
fs["/static/css"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/css/alerts.css"].(os.FileInfo),
fs["/static/css/graph.css"].(os.FileInfo),
fs["/static/css/prom_console.css"].(os.FileInfo),
fs["/static/css/prometheus.css"].(os.FileInfo),
fs["/static/css/rules.css"].(os.FileInfo),
fs["/static/css/targets.css"].(os.FileInfo),
}
fs["/static/img"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/img/ajax-loader.gif"].(os.FileInfo),
fs["/static/img/favicon.ico"].(os.FileInfo),
}
fs["/static/js"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/js/alerts.js"].(os.FileInfo),
fs["/static/js/graph"].(os.FileInfo),
fs["/static/js/prom_console.js"].(os.FileInfo),
fs["/static/js/targets.js"].(os.FileInfo),
}
fs["/static/js/graph"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/js/graph/graph_template.handlebar"].(os.FileInfo),
fs["/static/js/graph/index.js"].(os.FileInfo),
}
fs["/static/vendor"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/bootstrap-3.3.1"].(os.FileInfo),
fs["/static/vendor/bootstrap3-typeahead"].(os.FileInfo),
fs["/static/vendor/eonasdan-bootstrap-datetimepicker"].(os.FileInfo),
fs["/static/vendor/fuzzy"].(os.FileInfo),
fs["/static/vendor/js"].(os.FileInfo),
fs["/static/vendor/moment"].(os.FileInfo),
fs["/static/vendor/mustache"].(os.FileInfo),
fs["/static/vendor/rickshaw"].(os.FileInfo),
}
fs["/static/vendor/bootstrap-3.3.1"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/bootstrap-3.3.1/css"].(os.FileInfo),
fs["/static/vendor/bootstrap-3.3.1/fonts"].(os.FileInfo),
fs["/static/vendor/bootstrap-3.3.1/js"].(os.FileInfo),
}
fs["/static/vendor/bootstrap-3.3.1/css"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/bootstrap-3.3.1/css/bootstrap-theme.css.map"].(os.FileInfo),
fs["/static/vendor/bootstrap-3.3.1/css/bootstrap-theme.min.css"].(os.FileInfo),
fs["/static/vendor/bootstrap-3.3.1/css/bootstrap.css.map"].(os.FileInfo),
fs["/static/vendor/bootstrap-3.3.1/css/bootstrap.min.css"].(os.FileInfo),
}
fs["/static/vendor/bootstrap-3.3.1/fonts"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot"].(os.FileInfo),
fs["/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.svg"].(os.FileInfo),
fs["/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf"].(os.FileInfo),
fs["/static/vendor/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff"].(os.FileInfo),
}
fs["/static/vendor/bootstrap-3.3.1/js"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/bootstrap-3.3.1/js/bootstrap.min.js"].(os.FileInfo),
fs["/static/vendor/bootstrap-3.3.1/js/npm.js"].(os.FileInfo),
}
fs["/static/vendor/bootstrap3-typeahead"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js"].(os.FileInfo),
}
fs["/static/vendor/eonasdan-bootstrap-datetimepicker"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker.min.css"].(os.FileInfo),
fs["/static/vendor/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker.min.js"].(os.FileInfo),
}
fs["/static/vendor/fuzzy"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/fuzzy/fuzzy.js"].(os.FileInfo),
}
fs["/static/vendor/js"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/js/jquery.hotkeys.js"].(os.FileInfo),
fs["/static/vendor/js/jquery.min.js"].(os.FileInfo),
fs["/static/vendor/js/jquery.selection.js"].(os.FileInfo),
}
fs["/static/vendor/moment"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/moment/moment-timezone-with-data.min.js"].(os.FileInfo),
fs["/static/vendor/moment/moment.min.js"].(os.FileInfo),
}
fs["/static/vendor/mustache"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/mustache/mustache.min.js"].(os.FileInfo),
}
fs["/static/vendor/rickshaw"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/rickshaw/rickshaw.min.css"].(os.FileInfo),
fs["/static/vendor/rickshaw/rickshaw.min.js"].(os.FileInfo),
fs["/static/vendor/rickshaw/vendor"].(os.FileInfo),
}
fs["/static/vendor/rickshaw/vendor"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/static/vendor/rickshaw/vendor/d3.layout.min.js"].(os.FileInfo),
fs["/static/vendor/rickshaw/vendor/d3.v3.js"].(os.FileInfo),
}
fs["/templates"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
fs["/templates/_base.html"].(os.FileInfo),
fs["/templates/alerts.html"].(os.FileInfo),
fs["/templates/config.html"].(os.FileInfo),
fs["/templates/flags.html"].(os.FileInfo),
fs["/templates/graph.html"].(os.FileInfo),
fs["/templates/rules.html"].(os.FileInfo),
fs["/templates/service-discovery.html"].(os.FileInfo),
fs["/templates/status.html"].(os.FileInfo),
fs["/templates/targets.html"].(os.FileInfo),
}
return fs
}()
type vfsgen۰FS map[string]interface{}
func (fs vfsgen۰FS) Open(path string) (http.File, error) {
path = pathpkg.Clean("/" + path)
f, ok := fs[path]
if !ok {
return nil, &os.PathError{Op: "open", Path: path, Err: os.ErrNotExist}
}
switch f := f.(type) {
case *vfsgen۰CompressedFileInfo:
gr, err := gzip.NewReader(bytes.NewReader(f.compressedContent))
if err != nil {
// This should never happen because we generate the gzip bytes such that they are always valid.
panic("unexpected error reading own gzip compressed bytes: " + err.Error())
}
return &vfsgen۰CompressedFile{
vfsgen۰CompressedFileInfo: f,
gr: gr,
}, nil
case *vfsgen۰DirInfo:
return &vfsgen۰Dir{
vfsgen۰DirInfo: f,
}, nil
default:
// This should never happen because we generate only the above types.
panic(fmt.Sprintf("unexpected type %T", f))
}
}
// vfsgen۰CompressedFileInfo is a static definition of a gzip compressed file.
type vfsgen۰CompressedFileInfo struct {
name string
modTime time.Time
compressedContent []byte
uncompressedSize int64
}
func (f *vfsgen۰CompressedFileInfo) Readdir(count int) ([]os.FileInfo, error) {
return nil, fmt.Errorf("cannot Readdir from file %s", f.name)
}
func (f *vfsgen۰CompressedFileInfo) Stat() (os.FileInfo, error) { return f, nil }
func (f *vfsgen۰CompressedFileInfo) GzipBytes() []byte {
return f.compressedContent
}
func (f *vfsgen۰CompressedFileInfo) Name() string { return f.name }
func (f *vfsgen۰CompressedFileInfo) Size() int64 { return f.uncompressedSize }
func (f *vfsgen۰CompressedFileInfo) Mode() os.FileMode { return 0444 }
func (f *vfsgen۰CompressedFileInfo) ModTime() time.Time { return f.modTime }
func (f *vfsgen۰CompressedFileInfo) IsDir() bool { return false }
func (f *vfsgen۰CompressedFileInfo) Sys() interface{} { return nil }
// vfsgen۰CompressedFile is an opened compressedFile instance.
type vfsgen۰CompressedFile struct {
*vfsgen۰CompressedFileInfo
gr *gzip.Reader
grPos int64 // Actual gr uncompressed position.
seekPos int64 // Seek uncompressed position.
}
func (f *vfsgen۰CompressedFile) Read(p []byte) (n int, err error) {
if f.grPos > f.seekPos {
// Rewind to beginning.
err = f.gr.Reset(bytes.NewReader(f.compressedContent))
if err != nil {
return 0, err
}
f.grPos = 0
}
if f.grPos < f.seekPos {
// Fast-forward.
_, err = io.CopyN(ioutil.Discard, f.gr, f.seekPos-f.grPos)
if err != nil {
return 0, err
}
f.grPos = f.seekPos
}
n, err = f.gr.Read(p)
f.grPos += int64(n)
f.seekPos = f.grPos
return n, err
}
func (f *vfsgen۰CompressedFile) Seek(offset int64, whence int) (int64, error) {
switch whence {
case io.SeekStart:
f.seekPos = 0 + offset
case io.SeekCurrent:
f.seekPos += offset
case io.SeekEnd:
f.seekPos = f.uncompressedSize + offset
default:
panic(fmt.Errorf("invalid whence value: %v", whence))
}
return f.seekPos, nil
}
func (f *vfsgen۰CompressedFile) Close() error {
return f.gr.Close()
}
// vfsgen۰DirInfo is a static definition of a directory.
type vfsgen۰DirInfo struct {
name string
modTime time.Time
entries []os.FileInfo
}
func (d *vfsgen۰DirInfo) Read([]byte) (int, error) {
return 0, fmt.Errorf("cannot Read from directory %s", d.name)
}
func (d *vfsgen۰DirInfo) Close() error { return nil }
func (d *vfsgen۰DirInfo) Stat() (os.FileInfo, error) { return d, nil }
func (d *vfsgen۰DirInfo) Name() string { return d.name }
func (d *vfsgen۰DirInfo) Size() int64 { return 0 }
func (d *vfsgen۰DirInfo) Mode() os.FileMode { return 0755 | os.ModeDir }
func (d *vfsgen۰DirInfo) ModTime() time.Time { return d.modTime }
func (d *vfsgen۰DirInfo) IsDir() bool { return true }
func (d *vfsgen۰DirInfo) Sys() interface{} { return nil }
// vfsgen۰Dir is an opened dir instance.
type vfsgen۰Dir struct {
*vfsgen۰DirInfo
pos int // Position within entries for Seek and Readdir.
}
func (d *vfsgen۰Dir) Seek(offset int64, whence int) (int64, error) {
if offset == 0 && whence == io.SeekStart {
d.pos = 0
return 0, nil
}
return 0, fmt.Errorf("unsupported Seek in directory %s", d.name)
}
func (d *vfsgen۰Dir) Readdir(count int) ([]os.FileInfo, error) {
if d.pos >= len(d.entries) && count > 0 {
return nil, io.EOF
}
if count <= 0 || count > len(d.entries)-d.pos {
count = len(d.entries) - d.pos
}
e := d.entries[d.pos : d.pos+count]
d.pos += count
return e, nil
}