2017-10-19 22:20:39 +00:00
|
|
|
// Code generated by go-bindata.
|
|
|
|
// sources:
|
2019-05-22 19:29:30 +00:00
|
|
|
// ui/dist/assets/auto-import-fastboot-d41d8cd98f00b204e9800998ecf8427e.js
|
2019-09-06 18:47:09 +00:00
|
|
|
// ui/dist/assets/nomad-ui-01a2bba56ddad0865ef1cc9617172798.css
|
|
|
|
// ui/dist/assets/nomad-ui-b0a820b173d59ef33640a0dfeffa54de.js
|
|
|
|
// ui/dist/assets/vendor-4b52c9afd07b1f7fae097395f2dbaf27.js
|
2019-01-30 18:49:44 +00:00
|
|
|
// ui/dist/assets/vendor-74b43ac401038fb6d346e85abd3bb536.css
|
2017-10-19 22:20:39 +00:00
|
|
|
// ui/dist/crossdomain.xml
|
2019-05-22 19:29:30 +00:00
|
|
|
// ui/dist/ember-fetch/fetch-fastboot-5e5d008c8b65b0ac116f7635d0c6c6b9.js
|
2017-10-19 22:20:39 +00:00
|
|
|
// ui/dist/favicon-1c2527a7a07d130ecbafce75e4615a69.png
|
2019-05-22 19:29:30 +00:00
|
|
|
// ui/dist/images/icons/boot.svg
|
|
|
|
// ui/dist/images/icons/cancel.svg
|
2018-06-01 22:23:10 +00:00
|
|
|
// ui/dist/images/icons/clock.svg
|
|
|
|
// ui/dist/images/icons/history.svg
|
2017-12-12 01:30:37 +00:00
|
|
|
// ui/dist/images/icons/media-pause.svg
|
|
|
|
// ui/dist/images/icons/media-play.svg
|
2019-05-22 19:29:30 +00:00
|
|
|
// ui/dist/images/icons/search.svg
|
2017-10-19 22:20:39 +00:00
|
|
|
// ui/dist/images/icons/warning.svg
|
|
|
|
// ui/dist/index.html
|
|
|
|
// ui/dist/robots.txt
|
|
|
|
// DO NOT EDIT!
|
|
|
|
|
|
|
|
// +build ui
|
|
|
|
|
|
|
|
package agent
|
|
|
|
|
|
|
|
import (
|
2019-01-30 18:49:44 +00:00
|
|
|
"github.com/elazarl/go-bindata-assetfs"
|
2017-10-19 22:20:39 +00:00
|
|
|
"bytes"
|
|
|
|
"compress/gzip"
|
|
|
|
"fmt"
|
|
|
|
"io"
|
2019-01-30 18:49:44 +00:00
|
|
|
"io/ioutil"
|
2017-10-19 22:20:39 +00:00
|
|
|
"os"
|
2019-01-30 18:49:44 +00:00
|
|
|
"path/filepath"
|
|
|
|
"strings"
|
2017-10-19 22:20:39 +00:00
|
|
|
"time"
|
|
|
|
)
|
|
|
|
|
|
|
|
func bindataRead(data []byte, name string) ([]byte, error) {
|
|
|
|
gz, err := gzip.NewReader(bytes.NewBuffer(data))
|
|
|
|
if err != nil {
|
|
|
|
return nil, fmt.Errorf("Read %q: %v", name, err)
|
|
|
|
}
|
|
|
|
|
|
|
|
var buf bytes.Buffer
|
|
|
|
_, err = io.Copy(&buf, gz)
|
|
|
|
clErr := gz.Close()
|
|
|
|
|
|
|
|
if err != nil {
|
|
|
|
return nil, fmt.Errorf("Read %q: %v", name, err)
|
|
|
|
}
|
|
|
|
if clErr != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
|
|
|
return buf.Bytes(), nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type asset struct {
|
|
|
|
bytes []byte
|
|
|
|
info os.FileInfo
|
|
|
|
}
|
|
|
|
|
|
|
|
type bindataFileInfo struct {
|
|
|
|
name string
|
|
|
|
size int64
|
|
|
|
mode os.FileMode
|
|
|
|
modTime time.Time
|
|
|
|
}
|
|
|
|
|
|
|
|
func (fi bindataFileInfo) Name() string {
|
|
|
|
return fi.name
|
|
|
|
}
|
|
|
|
func (fi bindataFileInfo) Size() int64 {
|
|
|
|
return fi.size
|
|
|
|
}
|
|
|
|
func (fi bindataFileInfo) Mode() os.FileMode {
|
|
|
|
return fi.mode
|
|
|
|
}
|
|
|
|
func (fi bindataFileInfo) ModTime() time.Time {
|
|
|
|
return fi.modTime
|
|
|
|
}
|
|
|
|
func (fi bindataFileInfo) IsDir() bool {
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
func (fi bindataFileInfo) Sys() interface{} {
|
|
|
|
return nil
|
|
|
|
}
|
2019-01-30 18:49:44 +00:00
|
|
|
|
2019-05-22 19:29:30 +00:00
|
|
|
var _distAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x01\x00\x00\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00")
|
2019-01-30 18:49:44 +00:00
|
|
|
|
2019-05-22 19:29:30 +00:00
|
|
|
func distAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJsBytes() ([]byte, error) {
|
2019-01-30 18:49:44 +00:00
|
|
|
return bindataRead(
|
2019-05-22 19:29:30 +00:00
|
|
|
_distAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJs,
|
|
|
|
"dist/assets/auto-import-fastboot-d41d8cd98f00b204e9800998ecf8427e.js",
|
2019-01-30 18:49:44 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-05-22 19:29:30 +00:00
|
|
|
func distAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJs() (*asset, error) {
|
|
|
|
bytes, err := distAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJsBytes()
|
2019-01-30 18:49:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-05-22 19:29:30 +00:00
|
|
|
info := bindataFileInfo{name: "dist/assets/auto-import-fastboot-d41d8cd98f00b204e9800998ecf8427e.js", size: 0, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
var _distAssetsNomadUi01a2bba56ddad0865ef1cc9617172798Css = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\xbd\x5d\x8f\x2b\x3b\x92\x20\xf6\x57\x72\x6e\xe3\x02\xa7\xfa\x48\xea\xd4\x67\x55\x49\xe8\x8b\x59\x0f\xb0\xf6\x02\x3b\x36\xe0\xd9\x01\x76\xd0\xb8\x0f\x29\x25\x55\xca\xb9\xa9\x4c\x4d\x66\xea\x54\x9d\xab\x2d\xc3\x4f\x6b\xf8\xd5\x3f\xc1\xcf\x7e\xf7\x83\xdf\xfc\x53\xf6\x97\x18\xc9\xaf\x64\x90\x11\x24\x53\x55\xa7\xdb\x53\xd3\xf7\x54\x25\xe3\x8b\x64\x30\x18\x24\x83\xc1\xbf\x3f\x9c\xb2\xa6\x65\x5d\xf2\xd3\x3f\xff\xa7\x7f\x3f\x7d\xfa\x69\x37\xdb\x5f\xcf\x17\xd6\x4c\x9b\xe2\xe5\xd4\x4d\x66\xd5\xf5\xbc\x67\xcd\xed\x9c\x35\x2f\x45\x25\x3e\x6e\xe7\xb3\x75\xc3\xce\xef\xfb\x3a\xff\x3e\x39\xd4\x39\xbb\x1d\xeb\xaa\x9b\xbe\x32\x5e\xb8\x4a\xd3\xf7\xac\xe9\x8a\x43\xc9\x26\x59\x5b\xe4\x6c\x72\x2c\x5e\xae\x0d\x9b\x1c\xeb\xba\x63\xcd\xe4\xc4\xb2\xbc\xff\xe7\xa5\xa9\xaf\x97\xc9\xa9\x99\xb4\xec\xd0\x15\x75\x75\xcb\x8b\xf6\x52\x66\xdf\xb7\xfb\xb2\x3e\xfc\xf6\x9e\x5d\xf3\xa2\x9e\xb0\xf3\x9e\xe5\x93\xe2\xfc\x32\xa9\xf7\xff\xca\x0e\xdd\xe4\x5b\x91\xb3\xfa\x76\xce\xde\xa6\xaf\x45\xde\x9d\xb6\xf3\x34\xfd\xf9\xbd\x97\x61\x72\x69\xd8\x6d\x9f\x1d\x7e\xeb\xe9\x56\xf9\xf4\x50\x97\x75\xb3\xfd\xc3\x71\xdd\xff\x08\x51\x7b\x08\xf9\x39\xcd\xfa\x9f\xf7\xd9\xa1\xae\x3a\x56\x75\xc9\xa5\x11\x04\x5e\xeb\x26\x9f\xbe\x36\xd9\x65\x5b\xd5\xcd\x39\x2b\xdf\xb3\xa4\xed\x9a\xba\x7a\xe9\x4b\x13\x5e\x57\x41\xe1\x70\x6d\x1a\x56\x75\xff\xd0\xff\xf1\x2e\x41\xba\x6c\x5f\xb2\xa4\x3b\x29\x26\xcb\x4d\xff\xf3\x3e\xdb\x5f\xbb\xae\xae\x26\xbd\x0c\xb7\xb2\xa8\xd8\xf4\xc4\x54\x33\xea\xc2\xec\x76\xb8\x36\x6d\xdd\x6c\x2f\x75\x51\x75\xac\x51\x05\xed\xec\x94\xb5\xd3\x2c\xcf\xeb\xaa\x4d\xe4\xb7\x59\xd1\x4e\x4f\xf5\x37\xd6\xb0\x7c\xe2\x01\xdb\x72\x98\xc9\xec\x58\xb0\x32\x07\xe5\x7d\xad\x9b\xba\x44\xe9\x05\xa1\x23\xc8\x16\xd5\xe5\xda\xc5\x52\xe5\xc0\x11\x44\x5b\x56\xb2\x43\x97\x88\x7f\x62\x89\x03\x24\xc1\xe4\xf6\xfb\xb4\xa8\x72\xf6\xb6\x5d\xbc\x1b\xf5\xef\xd8\x5b\xaf\xec\x75\x57\x1c\x8b\x43\xd6\xeb\x63\x92\x6d\xab\xba\xfb\x22\x61\x1e\x26\xd9\xac\xcb\x5e\x24\x89\x1e\x7a\x9a\xb3\x43\xdd\x70\xd0\xed\xb5\xca\x59\xd3\x77\xad\x50\xb4\xfe\x3f\xbf\xcc\x7a\xdd\x6d\xa6\xdf\x0a\xf6\x3a\x39\x75\xe7\xf2\xa6\x7a\x3d\x4d\x7f\xde\x19\xca\xab\xc6\x5b\xc9\x8e\x9d\x1a\x66\xfd\xef\x6a\x94\xf5\xd2\x65\x6d\x5b\x1f\x8a\xac\x2b\xbe\x31\x05\xd2\xd5\x97\xed\x74\xf6\xb8\x66\xe7\xf7\x3f\xfd\xf1\xef\x92\xfd\xb5\x3c\x67\xb3\xa2\x4e\xbe\xa5\xb3\xcd\x6c\x9e\xfc\x97\xe4\x1f\xff\xc3\x7f\x4a\xfe\x63\x71\x60\x55\xcb\x92\xff\x92\xbc\x14\xdd\xe9\xba\x9f\x1d\xea\xf3\x9f\xfe\xf5\xa5\x3b\x9d\xdb\x3f\x71\x8c\xe4\x8f\x7f\xfa\xfb\xdf\xd8\xf7\x63\x93\x9d\x59\x9b\xb4\x97\xa2\xfa\x77\x7c\xf8\xdc\x8e\x4d\x7d\xbe\x75\x4d\x56\xb5\xc7\xba\x39\x6f\x9b\xba\xcb\x3a\xf6\x25\x7d\x78\xef\x6a\xf7\xf3\x72\xfd\x9c\xb3\x97\x87\x77\x2e\xc9\xb9\xa8\x8a\x86\xb5\xac\x9b\x1d\xda\xb6\x17\x27\x9d\x2d\x22\xc4\x81\x68\x7f\xfc\x13\xb7\x02\xff\x76\xad\x3b\xc6\x9b\x73\x92\xe7\x93\xbc\x9c\xe4\xdd\x84\xf7\x76\xcb\x3a\x65\x56\x4e\xf3\xc9\x69\x31\x39\x2d\x27\xa7\xd5\xe4\xb4\x9e\x9c\x36\xbd\x4d\xe9\x1b\x7c\x52\xf0\x6a\x4d\x4a\xf6\xc2\xaa\x7c\x52\x16\x93\xba\x9c\x5c\xfa\x81\x3c\xe9\xfb\x2f\x6b\x58\x36\xb9\x96\xb2\x3d\xb7\xe9\xee\x92\xe5\x79\x51\xbd\x6c\xd3\x77\x87\xa4\x30\x70\x6d\xf1\x3b\x13\xdd\x67\xdb\xbb\x6b\x79\x2b\x8b\xb6\x9b\xb6\xdd\xf7\x92\x6d\xab\xba\x57\x04\x31\xae\xb9\x76\x4f\x84\xfe\x69\xb6\x9a\xe7\x3b\x57\x8c\x7d\xfd\xd6\xd3\xee\x79\xef\xeb\x26\x67\xcd\x74\x5f\xbf\xed\x10\x5b\x76\x3c\xee\x0c\x41\x56\x97\xb7\xdd\xf4\x5c\xff\x3e\xad\xdb\xb7\xa9\xf8\x7e\xae\xeb\xee\xd4\xd3\x79\x69\xb2\xef\xed\x21\x2b\xd9\x6e\xfa\xca\xf6\xbf\x15\x9d\x0d\x90\x55\x5d\x91\x95\x45\xd6\xb2\x7c\x77\x2e\x2a\x69\x4d\x97\x69\x7a\x79\xdb\xf5\x2a\x7e\x2c\xeb\xd7\xe9\xdb\xf6\x54\xe4\x39\xab\x86\x2f\xdf\xb7\xed\xa1\xa9\xcb\x72\xc7\x47\x40\xc3\x7a\xbd\xef\xc9\xd5\x97\xae\x38\x17\xbf\xb3\xff\xc8\x5e\x8a\x7d\x51\x16\xdd\x77\x01\xd1\x4b\x3a\xcd\xf2\x7f\xbd\xb6\x42\xf1\xdf\xff\x38\xd9\x66\xc7\x7e\x1a\xd8\xee\xd9\xb1\xee\x4d\xf6\x50\xf9\xa2\x3a\xb1\xa6\xe8\xde\xe5\xc8\xd9\x67\x6d\x71\x98\xe6\x4d\x7d\xc9\xeb\xd7\x6a\x82\x7e\x9d\x4a\x03\xee\x2f\x4d\xfe\xa8\xca\x2f\xf5\x2b\x6b\xa6\xa2\x3b\x3
|
2019-01-30 18:49:44 +00:00
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
func distAssetsNomadUi01a2bba56ddad0865ef1cc9617172798CssBytes() ([]byte, error) {
|
2019-01-30 18:49:44 +00:00
|
|
|
return bindataRead(
|
2019-09-06 18:47:09 +00:00
|
|
|
_distAssetsNomadUi01a2bba56ddad0865ef1cc9617172798Css,
|
|
|
|
"dist/assets/nomad-ui-01a2bba56ddad0865ef1cc9617172798.css",
|
2019-01-30 18:49:44 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
func distAssetsNomadUi01a2bba56ddad0865ef1cc9617172798Css() (*asset, error) {
|
|
|
|
bytes, err := distAssetsNomadUi01a2bba56ddad0865ef1cc9617172798CssBytes()
|
2019-01-30 18:49:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
info := bindataFileInfo{name: "dist/assets/nomad-ui-01a2bba56ddad0865ef1cc9617172798.css", size: 213459, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
var _distAssetsNomadUiB0a820b173d59ef33640a0dfeffa54deJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x77\xe3\xb8\xb1\x20\xfe\xbf\x3f\x85\x8c\xdd\xf8\x47\xa6\x21\x9a\x92\x2d\x3f\x38\xd1\xf4\xf6\xb4\xbb\x33\x3d\xb7\x5f\x6b\x7b\x92\xbd\xc7\xd1\xe6\x40\x24\x24\x61\x4c\x01\x0a\x00\xd9\xd6\xd8\xda\xcf\xfe\x3b\x78\x90\x04\x1f\x92\x25\xf7\x73\x72\xef\xe4\xa4\x2d\x92\x40\xa1\x50\x28\x14\xaa\x0a\x85\x02\x98\x0b\xdc\x12\x92\x93\x58\x82\x9d\x04\x8f\x08\xc5\x1e\xa0\x6c\x8a\x92\xf6\x9c\xec\xa3\x04\xcd\x24\xe6\x62\x1f\x8d\x31\x95\x00\x5e\x01\x7c\x37\x63\x5c\x0a\x00\x9b\x0a\xcd\x66\x29\x89\x91\x24\x8c\x82\x01\x1c\xcd\x69\xac\x7e\x7a\x18\x4a\xff\x3e\x7b\x6a\x51\x0f\xfb\xf7\x1c\xcb\x39\xa7\xad\xa2\x88\x7f\x4f\x46\xde\x0b\xce\xd1\x22\x20\x42\xff\xf5\xb0\xef\xdf\x8f\x18\xf7\x6e\x10\x6f\xc9\x7e\x08\x69\x9f\xe2\xdb\x96\xfd\x16\xa4\x98\x8e\xe5\xc4\xff\x41\xfe\x25\xfb\xfd\x83\x7c\xf6\xcc\xa7\x57\x72\xd0\xc7\x57\x72\xb0\x63\x9b\xa0\xcb\xa5\x87\xfd\x87\x87\x4a\x53\x17\x8b\xe9\x90\xa5\x01\x91\x98\x23\xc9\x78\x8b\xd0\xd6\x87\xe1\x6f\x38\x96\xba\x30\xb8\x62\xfa\xa1\xf5\x82\x8f\xe7\x53\x4c\xa5\x18\x80\x7e\xbf\x6f\x4a\x04\x33\xce\x24\x93\x8b\x19\x0e\x24\xbb\x90\x9c\xd0\x71\x10\xa3\x34\x55\x08\xdb\x46\x4d\x47\x46\x9c\x4d\x3d\xec\x57\xda\xf7\xef\xe5\x84\xb3\xdb\x96\xea\xcc\xe5\x62\x86\x5f\x71\xce\xb8\x07\xde\xd0\x1b\x94\x92\xa4\x85\xa4\xc4\xd3\x99\x6c\x49\xd6\x12\x33\x8e\x51\xd2\xa2\x8c\xb6\x35\x9e\xc3\x14\xb7\x08\x15\x12\xd1\x18\x03\x7f\xe9\xf9\x4b\x8b\x90\x19\xb6\x8f\x9c\xcd\x30\x97\x0b\x0f\x43\xf0\xcf\x7f\x62\xf1\x8e\x25\xf3\x14\x03\x78\x7f\x83\xd2\x39\x8e\x76\xc3\xa5\x0f\xb1\x2a\x8b\xe6\xa9\xec\xdf\x30\x92\xb4\xc2\x1d\x45\x5c\xd4\x97\xd9\xeb\x00\xdf\x49\x4c\x13\xef\x7e\x86\xe4\xe4\x35\xe3\x0a\xc1\xc8\x41\xdd\xf4\x0f\x68\x6e\xd8\x9f\xe2\xe9\x10\x73\x01\x96\x70\xce\xd3\xd7\x8c\xbf\x26\x34\x39\xc7\x31\xe3\x89\x5b\x45\xb5\x80\xfb\x86\x22\x05\xe5\x44\x4a\x62\x6c\xc8\x86\x32\x1a\xfb\xe6\xad\xd7\xf1\xb3\xc1\x93\x13\x22\x82\x02\xf8\x8b\x34\x0d\x14\x8f\x2d\x3c\xf5\x01\xaa\xb1\xf4\x97\x4b\x7f\xa7\xe8\x15\x5a\xfa\x70\x0d\x13\xa7\x29\xb3\xec\xf9\x08\x27\xdf\x22\x19\x4f\x14\xc1\xdd\xaf\x73\x49\x52\xb1\x8f\x92\xa4\x2d\x59\x5b\x11\xa8\xc2\xe4\x90\xfa\xf7\x5f\x6e\x44\x84\x64\xb3\xc8\xe5\x62\x33\x2f\x72\xea\xd9\x59\xf0\x63\x67\x6f\xcf\x40\xda\xed\x17\x1f\xaf\x3a\x83\xe7\xee\x43\x04\x3e\x7e\xb8\xb8\x04\x3b\xd5\x79\x88\x0c\x58\xd1\xf7\x42\x48\x33\x14\x7c\xaf\x32\x0e\x66\x90\x3d\x14\x90\x04\x02\x87\xa8\x3e\xc4\xe5\xa1\x43\xbf\xa1\x3b\x4f\x40\xe9\x2f\x97\x1e\xd8\x57\x3d\x00\x3e\xe4\x58\x48\xc4\x65\x54\x96\x0f\xaa\x59\xda\x07\x20\x88\x19\x8d\x91\x34\x4d\x4e\x98\x90\x0f\x0f\x60\x1f\xf8\xa5\xd7\x73\x9e\x7e\xe4\x78\x44\xee\x3c\xdf\x87\xc8\xa9\x44\x21\xd8\x8f\x53\xa2\x98\xb3\x40\xcb\xa9\x8d\x35\xc6\xfb\x16\x03\xd0\x80\x2c\x82\xe0\xe3\xaf\x97\x00\xde\x27\x48\xa2\x48\xee\xed\xdd\x5f\x22\x71\xfd\x1e\x4d\x71\x24\x97\xcb\xed\xb8\xcd\x91\x86\x25\x76\xd3\xd3\xa6\xad\x1a\x28\x0a\x2b\x94\xea\xbc\x16\xb3\x04\x8b\xf6\x88\xf1\x36\x56\x52\xa2\x5e\x80\xe3\x29\xbb\xc1\x6d\xae\x07\xa4\xfe\x99\xb2\x76\x8a\x51\x82\xb3\xfa\x55\x7e\x85\x08\x8a\x4f\xe2\x59\x1c\x50\x34\xc5\x62\x86\x62\x9c\xf1\xaf\xfb\x0a\xdc\x74\x80\x66\x68\xd6\xc0\xd0\x79\xb1\x48\x15\x83\x62\x21\x24\x9e\x46\xaf\x14\x71\x02\x42\x35\x4a\x02\xf3\x1b\x25\x11\x7c\x28\xd9\x35\xa6\xab\x3e\x4e\x74\x1f\x85\xfd\x1c\xb3\xe9\x6c\x2e\x71\xe2\x01\x5d\x29\x10\x38\xe6\x58\x02\x58\x93\x49\x7a\xd4\xc7\x58\x56\x0a\xfa\x3b\x64\xe4\x61\x2b\xca\xef\xc1\xff\x69\xbf\xd7\x44\xbd\x54\x65\x40\x84\x97\x4b\x1f\x4e\x10\x4d\x52\x7c\x8e\xc5\x8c\x51\x81\xa3\xaa\x10\xb0\x5c\xd5\x0b\xc3\x7e\xbf\x8f\xf7\xf6\x68\xbf\xdf\x17\xc1\xfb\x0f\xff\x7c\xfb\xea\xc5\xd9\xab\xf3\xe7\x4a\xf4\x8b\x8c\x1e\x91\x46\xe3\x9f\x62\x3e\xc3\xdc\x95\x6e\x85\x58\x5c\xc2\x91\x11\x7e\x75\x49\xdc\x7a\xb4\x72\x10\x2b\x51\xe6\x55\x96\xbf\xf2\xf4\xc6\x7e\x40\x68\x9c\xce\x13\x2c\x3c\xd0\x0b\x3b\x20\x5b\xc8\xae\x06\x3b\x66\xb1\xc2\x4b\x7f\x09\xd5\x04\xf9\x30\x53\x50\x44\xe3\xe4\xad\x89\xa2\x6e\xa3\x28\xea\xba\xa2\xa8\x3b\x88\xee\x97\x8a\xe0\x34\x50\x13\xe2\xe1\xc1\xfe\xe8\xdf\x2f\x7d\x58\x0c\x90\x61\x8e\x40\x4c\xd8\x3c\x4d\xde\x18\x5c\xcf\xf1\x58\x0b\x1d\xd3\x3c\xea\xd7\x4a\xa3
|
2019-01-30 18:49:44 +00:00
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
func distAssetsNomadUiB0a820b173d59ef33640a0dfeffa54deJsBytes() ([]byte, error) {
|
2019-01-30 18:49:44 +00:00
|
|
|
return bindataRead(
|
2019-09-06 18:47:09 +00:00
|
|
|
_distAssetsNomadUiB0a820b173d59ef33640a0dfeffa54deJs,
|
|
|
|
"dist/assets/nomad-ui-b0a820b173d59ef33640a0dfeffa54de.js",
|
2019-01-30 18:49:44 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
func distAssetsNomadUiB0a820b173d59ef33640a0dfeffa54deJs() (*asset, error) {
|
|
|
|
bytes, err := distAssetsNomadUiB0a820b173d59ef33640a0dfeffa54deJsBytes()
|
2019-01-30 18:49:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
info := bindataFileInfo{name: "dist/assets/nomad-ui-b0a820b173d59ef33640a0dfeffa54de.js", size: 643836, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
var _distAssetsVendor4b52c9afd07b1f7fae097395f2dbaf27Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\xfd\xfd\x7b\xd3\xb8\xd2\x30\x8e\xff\xde\xbf\x22\xf5\x77\xc9\x91\x88\x92\xda\xce\x5b\x6b\xaa\xcd\x97\xa5\xe5\x65\x0f\x01\x96\x96\x65\x21\xcd\xe9\xed\x26\x4a\xeb\x25\x91\x8b\xad\x50\x4a\x9d\xfb\x6f\xff\x5c\x1a\x49\xb6\x9c\x38\x05\xce\xb9\x9f\xfb\x79\xe0\xba\x1a\xeb\x6d\x34\x7a\x1b\x8d\x46\x33\xa3\x9b\x88\x4f\xe3\x9b\xd6\xf1\xe2\x82\x25\xc7\xaf\xfe\xa4\x77\x4f\x8f\x1f\x9f\xbe\x7b\x7b\x7c\x12\xdc\x39\x4c\x46\x36\x93\x78\x29\x22\x7e\x09\xbf\x2c\x69\xa6\x2c\xf9\x12\x4d\x98\x13\xec\xba\x2b\x72\xfc\xd7\xe9\xf1\xab\xa3\xf3\x37\x6f\x5f\x9f\xbe\x3e\xfd\xf0\x46\x96\x3a\x0a\x05\x0b\x76\xbd\x15\x39\xff\xfd\x8f\x77\xc7\x6f\x3f\x9c\xbf\x78\x75\x7a\xfc\xec\xed\xe3\xd3\x17\xaf\x5f\xc9\x32\x3b\x5f\xc2\xa4\x36\x8f\xc3\x29\x4b\xc8\x94\xcd\x22\xce\x48\xc2\x3e\x2f\xa3\x84\x0d\xe3\xe9\x72\x9e\x87\xcc\xef\xdf\x29\x49\x96\x9c\x47\xfc\xf2\x94\xa5\x22\xa5\xbb\xde\x4e\x34\x43\xb3\x25\x9f\x88\x28\xe6\x88\xe1\x3b\x67\x99\xb2\x5a\x2a\x92\x68\x22\x9c\x1d\x93\x50\x13\x08\xdf\xc9\xaa\x18\x7d\x7d\xf1\x37\x9b\x88\xd6\x24\x61\xa1\x60\x88\x2f\xe7\x73\xbc\x93\x30\xb1\x4c\x78\x8d\xb5\xce\xcf\xe9\x97\x38\x9a\xd6\x5c\x32\x65\x73\x26\x18\x44\x11\xb6\x92\x45\x39\xbd\x53\x88\x06\x25\x7c\x83\x2a\xb4\x83\xca\x46\x04\x1b\x8d\x09\xf2\xaf\xd5\x4e\xfe\x49\xf5\x17\x2d\x01\xa1\x76\x23\x67\x71\x82\x24\x4e\x82\x8e\xc6\x84\xd3\x39\x62\xc4\x41\x3a\x3b\x76\x88\xc0\x24\xa1\xa2\x35\x67\xfc\x52\x5c\x35\xbd\x47\xc9\xaf\xd4\x7d\x94\x34\x9b\x58\x8c\x92\x71\x8b\x7d\xbd\x8e\x13\x91\xa2\xbc\xdd\xbc\xb5\x80\x2a\x4c\xca\x8a\xa8\x16\xd2\x3b\x1e\x3f\x89\xf9\x6c\x1e\x4d\x44\x90\x57\x2f\x54\x4f\x26\x24\xda\x91\x68\x24\xb5\x88\xd7\x04\x16\xad\xab\x30\x7d\x7d\xc3\xdf\x24\xf1\x35\x4b\xc4\x2d\x4a\x70\xbd\xce\xab\x22\x51\x44\x25\x1a\x84\x8d\xa2\x31\x65\xea\x2b\x19\x53\x3e\x4a\xc6\x78\x45\x16\xe1\x27\x76\xc4\x66\xe1\x72\x2e\x8e\x01\x9b\x7c\x96\x24\x54\x20\x4c\x22\x8a\xe4\x8f\x8b\x21\x2e\xa6\x23\x47\x37\xdb\x21\x8e\x46\xdf\x21\x8e\x6a\x8f\x33\x2e\x26\x40\x88\x18\x11\x84\x93\x04\xdf\x89\xab\x28\x6d\x2d\x97\xd1\x94\x46\x8d\x06\x81\x50\x34\xa5\x4c\x7d\x4d\xd9\x75\x4a\x77\x4d\xdf\xc9\x26\xa8\xaf\x41\x1c\x08\x95\x43\xc1\xa6\x77\xba\xb6\xe0\x6e\xb5\x52\x09\x93\x70\x3e\xbf\x08\x27\x9f\x28\x57\xe1\xab\x30\x55\x4d\x48\x1f\xa7\x47\xec\x9a\xee\x7a\xba\xb2\xf4\xf1\x3c\x0a\x53\x9a\xa8\x60\xc2\xa2\x59\xc4\xa6\x94\xb3\x9b\xda\xe3\x24\x09\x6f\x91\xa9\x1d\xab\x0c\xa9\x08\x05\xa3\x0e\x67\x37\xce\x2a\x6f\x4f\x8a\xf0\x5d\x11\x5a\xca\x49\x91\xb7\xa4\x88\x9f\xab\x56\x17\x13\x26\xa2\xc9\x88\x8d\xb3\x2c\x19\xb1\x86\xb3\x17\xf1\x29\xfb\xea\x8c\x1f\x45\xf5\x7a\x64\xd0\x7a\x84\x65\x9e\xa8\x15\x4d\x21\x9b\xfc\x28\x72\x9a\x19\x13\x65\x59\x31\x1d\x89\x90\x75\x27\xf1\x4d\x4d\x36\xe1\x38\x49\xe2\x04\x39\x4f\xe2\xe5\x7c\x5a\xe3\xb1\xa8\xcd\x22\x3e\xad\xa9\x4e\xab\xfd\x97\xd3\x60\x0d\xe7\xbf\x6a\xd1\x42\xf6\x0b\x9b\xd6\x66\x49\xbc\x90\xb1\xa2\xe1\xfc\x97\x83\x57\x00\x8c\xf0\x7a\xdd\xb9\x66\x7c\x1a\xf1\x4b\x67\x97\xd2\x48\xf5\x40\xbd\xee\xcc\x22\x1e\xce\xa3\x6f\x6c\x5a\x8a\x46\x51\x4b\xd6\x71\xc4\xae\x53\xc4\x31\xe1\xad\xeb\x65\x7a\x85\x22\x8c\x49\x54\xf4\xc4\x44\xe1\x19\xcd\x90\xd3\x92\xa5\x59\x6b\x72\x15\x26\x8f\x05\x72\x31\x36\xcb\x7f\xc7\xf4\x12\xa7\xac\x95\x5e\xcf\x23\x81\x9c\x3d\x47\xad\xa5\x22\xd8\x4a\xe7\xd1\x84\x21\x97\x34\x3d\x39\x1d\x5d\x12\x53\x33\x49\x1e\x45\x87\xf1\xa3\xa8\xd1\x50\x2b\x24\xa4\x7c\x14\x8d\x77\xa0\xca\x96\x43\x29\x0d\xa1\x7e\x97\x52\x9a\x98\x11\xde\xec\xb7\x90\xcb\x4e\x0b\x27\x13\x96\xa6\xb5\xeb\x30\x61\x5c\x98\xde\x8b\x67\xb5\x24\x8e\x85\x83\x77\x92\xd6\x75\x7c\x8d\xf0\x8a\xcd\x53\xa6\xdb\x04\xf0\x27\x31\x17\x11\x5f\x32\x99\x41\x76\x42\x88\x57\x2b\xdd\xba\xa4\xf5\x77\x1c\x71\x68\x41\xd1\x2b\x33\x39\x6f\x54\x86\x5d\xb4\x2b\xa7\x46\xbd\xbe\x5b\x9a\x1b\x78\x15\xb6\xae\x93\x58\xc4\xe2\xf6\x9a\xb5\x36\x56\x67\x41\x95\x0c\x7d\xb5\xd6\x88\xa1\x27\x3b\x92\xca\x52\x4a\x59\x96\x39\x31\x90\x5f\x67\x97\x4a\x78\xf1\xac\x06\xc3\xaa\x61\x58\xb1\x59\xa6\xe8\x30\x8c\xd4\x54\xd5\x98\x65\xbb\x9a\x78\x47\xe9\xf1\x57\xc1\x78\x1a\x5d\xcc\x19\x62\x38\xcb\x50\x9e\x89\x32\xbc\x22\x36\xca\x1a\x07\x1b\x51\xd9\x61\xc5\x54\
|
2019-01-30 18:49:44 +00:00
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
func distAssetsVendor4b52c9afd07b1f7fae097395f2dbaf27JsBytes() ([]byte, error) {
|
2019-01-30 18:49:44 +00:00
|
|
|
return bindataRead(
|
2019-09-06 18:47:09 +00:00
|
|
|
_distAssetsVendor4b52c9afd07b1f7fae097395f2dbaf27Js,
|
|
|
|
"dist/assets/vendor-4b52c9afd07b1f7fae097395f2dbaf27.js",
|
2019-01-30 18:49:44 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
func distAssetsVendor4b52c9afd07b1f7fae097395f2dbaf27Js() (*asset, error) {
|
|
|
|
bytes, err := distAssetsVendor4b52c9afd07b1f7fae097395f2dbaf27JsBytes()
|
2019-01-30 18:49:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
info := bindataFileInfo{name: "dist/assets/vendor-4b52c9afd07b1f7fae097395f2dbaf27.js", size: 1488659, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-05-22 19:29:30 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
var _distAssetsVendor74b43ac401038fb6d346e85abd3bb536Css = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\xef\x8e\xa3\x30\x0e\x7f\x15\x4e\xa3\xd5\xee\x4a\x65\x94\x76\xda\xed\x0e\x48\xa7\x95\xee\xf3\x3d\x44\x20\x06\xa2\x86\x84\x4b\x42\xdb\x59\xd4\x77\x3f\xe5\x0f\x94\x40\xda\x99\x3b\x8d\xe6\x03\x8e\xed\xd8\xbf\x38\xf6\x2f\x7d\xfd\x97\x20\xf0\x6f\x2a\xa5\x90\x43\x25\xb8\x4e\x2b\xdc\x52\xf6\x91\xb5\x82\x0b\xd5\xe1\x12\xf2\x06\x68\xdd\xe8\xec\x0d\xa1\xee\x9a\x97\x82\x09\x99\xbd\x20\x84\x6e\x33\xcb\x94\x51\x0e\x6a\xe8\x30\x21\x94\xd7\xd9\xbe\xbb\x26\xc1\x7a\xd2\x49\x98\x56\x51\xb2\xef\xae\x81\x75\xdd\x6b\x0d\x32\xad\x28\x63\x20\x37\xf3\x15\x55\x4a\xc1\x58\x81\xc7\xc5\xa1\xc0\xe5\xa9\x96\xa2\xe7\x24\xf5\xa1\x54\x55\x15\x71\xa6\x86\x42\x48\x02\x32\x95\x36\xf8\x6d\x77\x4d\x94\x60\x94\x24\x2f\x84\x90\x3c\xe2\xe5\x68\xfe\xf2\x4b\x43\x35\xa4\x36\xef\x8c\x8b\x8b\xc4\xdd\x2a\x4d\xde\xb7\x05\xc8\x59\x36\x6f\x26\xdb\xe4\xd0\x5d\xf3\x96\xf2\xf4\x42\x89\x6e\xb2\x9d\xc1\x4a\xc3\x55\xa7\x98\xd1\x9a\x67\x36\x8a\x11\xbc\xf7\xf7\xf7\xcf\x36\x72\x49\xb4\x58\x9e\x40\x0e\x0f\x30\x9f\xeb\xa4\xaa\x2f\x34\x83\xe1\xbe\x43\xa0\x5a\xf6\x52\x09\x39\x42\xc2\xa0\x0a\x10\x41\x08\xe5\x01\x5a\x5c\x70\xc8\x5d\x22\xe1\x31\x12\x7a\x0e\x4e\x07\x4a\xc1\x09\x96\x1f\x4f\xfd\x2b\xca\xce\x20\x6f\xaf\x65\x9b\x56\x58\xfb\x58\x92\x48\x78\x6e\x47\xdc\x6b\xe1\xc3\xc9\xd0\x3f\x68\xdb\x09\xa9\x31\xd7\xb3\x33\xcb\x5e\x8e\x70\x5c\xfa\x5b\x84\xe6\xa4\x6a\xf8\x9b\x52\x4e\xe0\x9a\x6d\xad\x3e\xe6\xb4\xc5\x1a\x66\x76\xb1\x4d\xf3\xf4\x02\xc5\x89\x6a\xaf\x4e\x05\xcf\x0a\x46\xf9\x29\xd9\xbe\xa2\x5f\x2a\x51\x1a\x3a\xf5\x63\xfb\x33\xa1\xbc\xa2\x9c\x6a\xc8\xd3\x56\xfc\xfd\xb2\xf2\x57\xf5\xd6\x35\x6a\xb2\xfe\x63\xf7\x3a\xc1\x47\x25\x71\x0b\x2a\xb1\x3e\x86\x03\xfa\xb6\xbe\x19\x5a\x62\xae\x3a\x2c\x81\xeb\xdb\xed\xcf\x98\xd3\xff\x61\xfa\xbf\x9b\x18\xac\x35\x2e\x06\x42\x55\xc7\xf0\x47\x46\xb9\xb9\x39\x69\xc1\x44\x79\x72\xd7\x82\x40\x29\xa4\x83\x81\xf2\x06\x24\xd5\x41\xc1\xca\xde\x5e\xf6\x78\xbd\x96\x65\x99\x77\x42\x51\x6b\x8d\x0b\x25\x58\xaf\xc1\xee\xa9\x52\x02\x15\xee\x99\x4e\xcc\x57\x03\x98\xcc\xaf\x4f\x15\xd1\xf9\x4f\x2f\xf4\x74\x6d\xd0\x3b\xb2\x2a\x1c\x6a\xac\xe9\x79\x92\x93\xfd\xde\xca\xdd\xa6\x77\xf9\xee\x7d\x77\xbb\x6f\xb4\xb1\xde\xb5\x14\xbc\x76\x9d\xf4\xe2\x1a\xe7\x11\x39\xaf\xd0\x3a\xb1\xd2\x1f\x0c\x32\xaa\x31\xa3\xa5\x5d\xb0\xa0\x2e\x51\xe9\x39\x01\x69\x50\xbb\x79\xb7\xf4\x04\xba\x91\xa2\xaf\x9b\x95\xae\x05\xd7\x2f\x46\x72\x3c\xc1\xc7\x45\x48\x32\x46\x7d\x44\xbf\x23\x4a\x58\x8b\x76\xca\x6b\xfb\x1e\xd1\xf0\x8d\xcf\xeb\x6c\x7f\xed\x23\x3a\x04\xaa\xe7\x78\x9f\xb1\xa4\xb8\x60\x90\xee\x26\xbd\x03\x7e\xa6\xf7\x36\xe9\xfd\x3e\x44\xf4\x4a\xd1\xb6\xc0\xf5\xa8\x84\x0f\x28\xa2\x64\xd0\xe3\xf5\xa4\xb3\xdd\x3e\xd4\xb9\x87\x55\x45\x3d\xb5\xa0\xf1\x26\x56\x45\x98\xd1\x8a\xde\xd1\x39\x1c\x62\xc1\x16\x3d\x65\x9a\xf2\x51\xe9\x0d\xc5\x32\x2f\x24\x2e\x4f\xa0\xef\xad\xfc\x18\x51\xd2\x78\x4a\x67\x7b\x8c\x05\x8a\xb5\x96\xb4\xe8\x67\xb5\x8d\xca\xd8\x15\x91\xc1\xc8\x58\xad\xdb\xd2\x5c\x78\xa0\xfc\x8c\x19\x25\x65\x83\x65\x04\x0a\xb0\x4c\xc2\x99\x48\x20\xe1\x18\x12\xad\xb9\x42\xbc\x1e\x6f\x76\x21\xb4\x16\x6d\xb6\x1b\xef\xf6\x2d\xec\xe2\x89\xea\x30\x9f\x3b\x68\xb1\x2e\x1b\xca\xeb\x05\x46\xa8\x42\x9f\x59\x72\xc1\x1f\x18\x57\xbb\xdd\x2d\xb6\x87\x81\x78\x36\x73\x64\x5d\xe0\x1f\xbb\xc3\x61\xb3\x3d\xa0\x0d\xda\xbc\xbe\xfd\x0c\xac\x70\x69\x1a\x83\xeb\x72\x93\xd1\xdc\xfe\x05\x7e\x57\xbb\x90\xaa\x0c\x53\x13\x93\xc0\x6c\xc3\xc9\xc5\x19\x64\xc5\xc4\x25\x6b\x28\x21\xc0\x83\xa1\xb7\x24\x3a\x8e\x1b\x0d\x93\x89\xfb\x9e\x4d\xcc\x16\xcb\x9a\xf2\x11\xe4\xf4\xcd\x70\x12\x2f\x73\x73\xde\x89\x3c\x93\x19\xf5\xac\xcc\x73\xbe\x2d\x42\xdf\x72\xd1\x6b\x93\x57\x86\xf2\x55\xbc\x61\x3c\xf4\x2f\xc4\x72\x0a\xa8\x85\xf1\xee\xfb\xf8\x7c\x62\x7c\x8d\x0d\x36\x13\x1d\x7c\x4a\x12\x83\xc5\xf3\xb4\x3a\xac\x66\x46\x3e\xb2\x83\x5f\xf9\x38\xa9\x0c\xf5\xb9\x3d\xb0\x77\x19\xa0\x5c\x8b\x2e\x43\xd3\x51\xa5\xd7\xf1\xb0\x26\xc9\x87\x3f\x8b\x5b\x3c\xf8\xc1\x23\x8d\x72\x3b\xd9\xd0\xdc\x70\xe9\xea\x1a\x73\xb5\x62\xc5\x63\x64\xa3\xe3\xc7\x78\x0e\x7e\xcb\x27\x9a\x2a\x02\x94\xb7\x72\x99\x1b\x9a\x3b\x2f\x90\x11\xc5\xb7\x88\xb3\x21\x24\xba\xb2\xc5\x2c
|
|
|
|
|
|
|
|
func distAssetsVendor74b43ac401038fb6d346e85abd3bb536CssBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distAssetsVendor74b43ac401038fb6d346e85abd3bb536Css,
|
|
|
|
"dist/assets/vendor-74b43ac401038fb6d346e85abd3bb536.css",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distAssetsVendor74b43ac401038fb6d346e85abd3bb536Css() (*asset, error) {
|
|
|
|
bytes, err := distAssetsVendor74b43ac401038fb6d346e85abd3bb536CssBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
|
|
|
info := bindataFileInfo{name: "dist/assets/vendor-74b43ac401038fb6d346e85abd3bb536.css", size: 5346, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
var _distCrossdomainXml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xd1\xc1\x6e\xc2\x30\x0c\x06\xe0\x7b\x9f\xc2\xe4\x38\xc9\xed\x76\x45\x6d\x39\x6c\xdc\x86\x36\x0d\x2e\x9c\x50\x96\x18\x35\x52\x5a\x77\xb1\xa1\xec\xed\x27\x28\xd3\x84\x60\x93\x76\x4c\xe2\xff\x73\x2c\x97\xb3\x43\x1b\x61\x4f\x49\x02\x77\x95\x79\xc8\xef\xcd\xac\xce\xca\xc9\xd3\xcb\xe3\x6a\xfd\x3a\x07\x97\x58\x04\x3d\xb7\x36\x74\xd8\x73\x0c\xee\x13\x96\xeb\xe5\x6a\xbe\x00\xd3\xa8\xf6\xd3\xa2\x18\x86\x21\xb7\x9e\xdf\x29\x77\xdc\x16\x87\x36\x16\x5e\xbd\x14\x37\x92\xb9\x57\x6f\xea\xac\xbc\xf1\x54\x67\x00\xe5\x04\x11\xde\xc8\x7a\xd0\x26\xc8\x14\x2e\x61\x4f\xfb\x8e\xb4\xb0\x49\x83\x8b\x74\xf6\x47\x63\x33\x1a\x9b\x6d\x88\xb4\x91\x9e\x5c\xde\x68\x1b\x01\xb1\xce\xbe\xd9\x05\x8b\x42\x22\xd1\x14\x9c\x86\x3d\xc1\x18\x99\x9e\x8a\x00\x4a\x09\x4a\xe8\xb8\xd3\xc4\x11\x7a\x4a\x6d\x50\x25\x8f\xd7\x3f\x0d\x24\x95\xe9\xb8\x23\x53\xfc\xe8\xcf\x64\xff\xe6\x27\x88\xff\xef\x62\x63\x3c\x36\x01\x28\x6d\x8c\x3c\xa0\x75\x8e\x44\x70\x9b\xb8\x85\xb1\xb8\x32\x77\x06\x94\xb1\xe7\xa4\x72\x3a\x08\xb9\x5d\xa2\xca\x6c\x6d\x14\xba\x48\x1f\xb7\x85\x89\x3e\x76\x24\x8a\x0d\x59\x4f\xe9\xda\x3a\xdf\xff\x46\x1d\xa7\x29\x6f\x6d\xb6\xce\xbe\x02\x00\x00\xff\xff\x1a\x15\x48\x7f\x49\x02\x00\x00")
|
|
|
|
|
|
|
|
func distCrossdomainXmlBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distCrossdomainXml,
|
|
|
|
"dist/crossdomain.xml",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distCrossdomainXml() (*asset, error) {
|
|
|
|
bytes, err := distCrossdomainXmlBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-02-26 17:44:49 +00:00
|
|
|
info := bindataFileInfo{name: "dist/crossdomain.xml", size: 585, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-05-22 19:29:30 +00:00
|
|
|
var _distEmberFetchFetchFastboot5e5d008c8b65b0ac116f7635d0c6c6b9Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x52\xc1\x6e\x13\x31\x10\xbd\xe7\x2b\xa6\x3e\xad\x15\x67\xf7\x5e\xc9\xaa\x00\x81\x38\x70\x40\x95\x10\x42\x94\xaa\x4e\xf6\x2d\xeb\x68\xe3\x59\xc6\xe3\xa4\x51\x94\x7f\x47\xd9\x90\x16\xaa\x72\xd9\x7d\x1e\xbf\x19\xbf\xd1\x7b\x2d\xba\x98\x50\x99\x0e\xba\xea\x8d\xfb\x6e\xf0\x38\xb2\x68\x36\x3f\x5c\x57\xd2\x4a\x23\xa7\x0a\xf6\xb0\x0d\x42\xea\xd8\x89\x6f\xee\x7b\xd5\x31\xdf\x5c\xdf\x35\x77\x4d\xe3\xb2\x6f\xee\xcf\x28\xf9\x0f\x21\xeb\x5b\x66\xad\x05\xbf\x4a\x14\x54\x26\x2c\x59\x74\xc5\x49\x85\x87\x01\xb2\x18\x79\xd8\x77\x71\x18\x9a\x36\x66\x6d\x56\xeb\xbc\x18\x39\x4d\x15\x63\x5d\x7c\x65\x40\xe2\x16\x8b\xb3\x36\x3b\xbb\x08\xa2\x52\xc1\xa9\x63\x7b\x88\x5d\x95\x6b\x45\xd6\x0a\xd6\xc2\xf3\x1c\x33\x0c\x19\x14\xbb\xea\x4a\x9e\x2e\x4e\xb4\x2b\xb6\xda\x0b\xef\x28\x61\x47\xef\x45\x58\x2a\xf3\x8d\x0b\x05\x01\x95\x1c\xd3\xcf\x3f\xdf\xe9\x2d\xda\x45\xed\x29\xd0\x18\xb4\x5f\x08\x86\xa0\x71\x0b\xfa\x72\xfb\xc9\xd1\xb2\x28\xf5\x9c\x95\x62\xa6\x4d\xcc\xe7\x1e\xe1\x0d\x9d\xb4\x2f\x99\x95\x4e\xda\x91\xb5\xa6\xcf\x03\x42\x06\x65\x28\x69\x8f\xa9\xeb\x6b\x1f\x15\x43\xcc\x4a\xa3\xf0\x08\xd1\x3d\xc5\x44\x7b\x2e\x42\x48\xdb\x28\x9c\x36\x48\x5a\xaf\x73\x6d\xec\x0c\x5e\xe7\xa6\x69\xcc\x9c\xe7\x38\x0a\xb4\x48\x22\x1c\x51\xb7\xe8\x42\x19\xd4\x3f\xfb\xe3\xc4\x1e\xce\x04\xc3\xcb\x35\x56\x6a\xbc\xd7\xfd\x08\xee\x08\x37\xa8\x8b\x0c\xbe\x54\xd3\xdf\xb1\x53\x7b\x8d\xd3\x71\x82\x2e\x4e\xdd\x47\x87\x3a\x43\xcb\x78\xd9\xe2\xc5\x70\xf6\x70\xea\xe5\x44\xbb\x3d\xaf\xe7\xe3\x05\x39\xd4\x1f\x11\x5a\x48\xf6\xf1\x82\x26\x5e\x1e\x39\x65\x4c\xc4\x33\x74\xa8\xdf\x9c\x02\xf1\xee\x29\x10\x3e\xbd\xac\x1c\xad\xfb\x27\x92\x4d\x58\x87\xc7\xff\xe4\xd2\x1e\x5e\xb5\x34\xa6\xd5\x50\x5a\xb4\xf4\xf0\x3c\xe1\x61\x32\x2e\x2a\xed\x42\x26\x41\x0a\x1b\xb4\xa4\x4c\x0f\xd8\x2c\x21\x8b\xbf\x88\xc6\x1e\xed\xec\x77\x00\x00\x00\xff\xff\x0e\xa8\x35\x3d\x16\x03\x00\x00")
|
2019-01-30 18:49:44 +00:00
|
|
|
|
2019-05-22 19:29:30 +00:00
|
|
|
func distEmberFetchFetchFastboot5e5d008c8b65b0ac116f7635d0c6c6b9JsBytes() ([]byte, error) {
|
2019-01-30 18:49:44 +00:00
|
|
|
return bindataRead(
|
2019-05-22 19:29:30 +00:00
|
|
|
_distEmberFetchFetchFastboot5e5d008c8b65b0ac116f7635d0c6c6b9Js,
|
|
|
|
"dist/ember-fetch/fetch-fastboot-5e5d008c8b65b0ac116f7635d0c6c6b9.js",
|
2019-01-30 18:49:44 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-05-22 19:29:30 +00:00
|
|
|
func distEmberFetchFetchFastboot5e5d008c8b65b0ac116f7635d0c6c6b9Js() (*asset, error) {
|
|
|
|
bytes, err := distEmberFetchFetchFastboot5e5d008c8b65b0ac116f7635d0c6c6b9JsBytes()
|
2019-01-30 18:49:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-05-22 19:29:30 +00:00
|
|
|
info := bindataFileInfo{name: "dist/ember-fetch/fetch-fastboot-5e5d008c8b65b0ac116f7635d0c6c6b9.js", size: 790, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
var _distFavicon1c2527a7a07d130ecbafce75e4615a69Png = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x78\x0b\x3c\x93\xef\xfb\xff\x64\x69\x8b\x1c\x96\x94\xe3\x66\xac\xe6\xb8\x39\x9f\x32\x66\x0c\x73\xda\x07\xa1\x23\xcb\x46\xaa\xa1\x39\x46\x8c\x11\x95\x72\x6a\x39\x54\x98\x42\x0e\x95\x42\x94\x14\x22\xc7\x24\x54\x0c\x51\x39\xcb\x90\x9c\x9a\xd3\xff\xb5\xea\xf3\xf9\xfe\x7f\x87\xcf\xef\x79\xbd\xf6\x7a\xdd\xd7\x75\xbf\xdf\xef\xeb\xba\xee\xe7\x7a\xee\x67\xf7\x73\x99\x68\x6f\xb9\x6b\xa7\xd4\x4e\x00\x00\xb0\xcb\xda\xca\xdc\x11\x00\xe0\x23\xf0\x7e\x20\x01\x00\x00\x10\xae\x24\xb1\x1d\x00\x00\x48\x06\x5a\xb8\x05\x3a\xf9\x79\x05\x86\x90\x68\x14\x00\x96\xec\x77\x92\x02\xb3\xa6\x92\xbc\x29\x8e\x14\x12\xf9\xfc\xb9\x56\xca\x41\x00\x80\x7f\xbf\x8f\xb3\x5b\xa0\x9b\x9d\xad\xa1\xa7\x1f\x55\x9d\xc4\xc3\xa8\x87\x52\xfd\x01\xbc\xeb\xa0\x49\xa8\x3f\xc9\xf3\x0c\x25\x10\x76\x92\xe2\xed\xe3\x6b\x0c\x9f\x7b\x5e\x0b\x87\xf9\x90\x8d\xe1\xae\x3a\x76\x68\x3b\x7f\x1c\xe5\x94\x8f\x55\x18\x8d\xe2\x14\x66\xef\xec\x19\x76\xc6\xd3\x80\x0c\x37\xc1\xc0\x0e\x86\x1a\x86\x52\xfd\xa9\x94\x40\x12\x2c\x94\x7a\xd6\x37\xc0\x30\xd4\x18\xfe\x4b\xd7\xd0\x37\xc0\x90\xe7\x46\xc1\x61\xbf\x20\x81\x67\x8c\xe1\xbf\x93\x72\xb3\x23\xc2\x70\x7e\x34\x0a\x4c\x47\x5d\x57\xcd\x53\x43\x4b\x1f\xa6\x67\xa0\xae\xa1\x63\xa0\xaf\xa9\xad\x0a\xd3\x44\x6b\xe8\xa2\xd0\x06\x28\x0d\x6d\x35\xb4\x86\x21\xda\xc0\x10\xad\x01\xfb\x73\xc1\x31\xb0\x83\x34\xb2\x97\xa1\xa3\x39\xfe\x4f\x2c\x1a\xd9\xcb\x18\x7e\x2a\x30\xd0\xdf\x10\x85\x0a\x09\x09\x51\x0f\xd1\x52\xf7\xa3\x79\xa3\x34\x0c\x0c\x0c\x50\x68\x4d\x94\xa6\xa6\x1a\x8d\xec\xa5\x16\x70\xde\x37\x90\x14\xaa\xe6\x1b\xa0\xf0\xb7\x82\x39\x25\xc0\x93\xe6\xe3\x1f\xe8\xe3\xe7\x0b\xe3\xd9\xa4\x93\x7e\x41\x81\xc6\x70\xf8\xdf\x25\x50\xfd\xff\x91\xf5\x0d\xf8\xb3\x4c\x9e\x7e\x54\x54\x28\xc9\x1f\xa5\xa1\x8e\x46\xfd\x7f\x40\x3b\xbb\xff\x1b\x4a\xa5\xfe\x83\x0e\x08\x74\xa4\x78\xfd\xdf\xe8\x00\xe7\xf3\xfe\x14\x94\x23\x25\xc0\x2f\x88\xe6\x49\x71\xa4\x78\x29\xf0\xc8\xfe\x86\x38\x1a\x85\x14\xe8\x47\x73\xf6\xf3\x3b\xfb\xf7\x2a\x12\x4f\xf9\x05\xfa\x05\x9c\xf2\xf3\x87\xe1\x70\xbc\x55\xd3\x83\xd9\x91\x3c\x7d\x7c\x79\xbe\x5f\x1c\x3b\x3b\x43\x6b\xdf\x80\x40\x92\xaf\x27\xc5\xda\xdc\x18\x1e\x4a\xf5\x57\xf7\xf1\x21\x1b\x6a\x9b\xe9\xe0\xb4\xd0\x78\x03\x6d\xac\x8e\xbe\x86\x86\x85\x9e\x81\xb6\x16\xda\xdc\x00\xab\x61\x80\xc3\x5a\xe8\x69\x9b\xe3\xfe\xe6\x9a\xfb\x79\x06\x51\x29\xbe\x81\x7f\x73\xc9\xff\xe1\x62\xff\x95\xcb\x6b\x87\xdf\x6c\x0a\xcd\x27\x98\x42\xc6\xd3\xfc\xa8\xb0\x5f\x65\x1b\xfa\xfc\x7b\x2e\x7a\xff\x9e\xcb\x6f\x2e\xf9\xdf\x73\xd1\xff\x57\x2e\x0a\x03\x3b\x88\xfa\x6f\x37\xfb\x6f\x97\xa3\x39\x9e\x37\xfc\xa7\x75\x31\xb0\xff\x34\x3f\xc5\x97\x6c\x0c\xa7\xc1\x4d\x30\x02\x39\xfd\x2a\x00\x80\x44\xb1\xb5\x39\xd6\x39\xb4\x7f\xe6\xd3\x2e\x7f\x99\xb1\x88\xe6\xef\x11\xf6\x28\x56\x23\x7e\x19\xa8\x67\x8b\x30\x15\x6a\x0a\xfe\xfa\x38\x42\x5d\xbc\xcb\xa5\x68\x4c\x5b\xf7\xa9\x93\x99\x57\x06\x9a\x68\xa6\x1a\x07\xde\xc9\xf7\xaa\x2b\xaf\x47\x53\xf4\x0c\x35\x55\x3e\xb3\x9b\x26\x94\x15\xb5\x6b\xaa\x45\x5f\x08\x05\xd6\x12\x78\x55\x62\x8d\xd8\x75\x3a\xe1\x78\x61\x67\x81\x7a\x1a\x47\xe8\x80\xa7\x18\xc4\x73\xf4\x7a\xec\x52\x58\xd5\x27\xcb\xb4\xaf\xe5\xf3\xad\xf7\x9e\x0f\x7c\x9a\x60\x4f\xac\x65\xb6\xc2\xb6\xa5\x05\x76\x72\x36\x56\x4d\xb6\xbc\x73\xbc\x2f\x8e\xe8\x4b\x00\x60\x55\x20\x1c\x00\x00\x44\x00\xc4\xf3\x07\xdb\xfd\xd4\x63\x3d\x62\x53\xd2\x7f\x0e\xcc\x34\x59\xe1\x1b\x07\x51\xbb\xd7\xd4\xfd\x1e\x4b\x8a\xbd\x89\xed\x55\x33\xff\x32\x26\x02\x43\x9e\x33\x4c\x38\x51\xf9\x4d\x53\x4c\x2c\x24\x36\xe8\x03\xf4\xa1\x74\xfb\x74\x70\xe9\x7a\xdf\xcb\x76\xce\x83\xab\xa2\x20\xc2\xbe\x92\x87\x1d\xd9\x4e\x06\xf0\x93\xbe\xa6\x95\xb6\x3f\x4a\x83\x9e\x42\xa3\xfb\x36\x3f\x04\x33\xc4\xf8\xb1\xe0\xbb\xc7\x16\xfb\xe3\xf6\x93\x0c\x2a\xc3\xc7\xb2\x72\x26\xa0\xec\x83\x47\xbe\x34\xa6\xaa\x70\xee\x5e\x95\x03\x11\x62\x6f\xce\xe0\x76\x5a\xf6\xcd\xa6\xab\xec\x5c\x1d\x51\xfa\xe2\xf6\x3d\x85\x70\xc0\xde\x83\xc1\x32\x47\xde\x63\xef\xb9\x0b\x9f\x8d\x7c\x56\x39\x79\xa6\xad\xac\x5a\xd6\xa6\x6f\xcd\xb5\xf4\x0c\x85\x8c\x25\xc2\xc5\x25\x6a\xaa\x87\x82\x63\x11\xae\xe5\x25\x36\xeb\x0f\x8c\x64\xbe\xf4\xed\x70\x61\x73\xae\x6a\x82\x08\xa7\xa4\
|
|
|
|
|
|
|
|
func distFavicon1c2527a7a07d130ecbafce75e4615a69PngBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distFavicon1c2527a7a07d130ecbafce75e4615a69Png,
|
|
|
|
"dist/favicon-1c2527a7a07d130ecbafce75e4615a69.png",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distFavicon1c2527a7a07d130ecbafce75e4615a69Png() (*asset, error) {
|
|
|
|
bytes, err := distFavicon1c2527a7a07d130ecbafce75e4615a69PngBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-02-26 17:44:49 +00:00
|
|
|
info := bindataFileInfo{name: "dist/favicon-1c2527a7a07d130ecbafce75e4615a69.png", size: 6714, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-05-22 19:29:30 +00:00
|
|
|
var _distImagesIconsBootSvg = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\xcd\x6e\xdb\x30\x10\x84\x5f\x65\xa1\x9e\x39\xde\x1f\x72\xb9\x2c\xa2\x1c\x7a\x4e\x1f\xc2\x70\x5c\xdb\x80\x1a\x07\xb1\x6b\x05\x79\xfa\x82\x92\x01\xf7\xd8\x83\x7e\x67\x38\xfb\xed\x92\x4f\x97\xdb\x81\xe6\xd3\xeb\xf5\x38\x0e\x12\x3e\xd0\x71\x7f\x3a\x1c\xaf\xf7\x8f\xdb\x69\x3f\xff\x38\x7f\x8e\x03\x13\x93\x84\xd3\xf2\xf7\xf3\xf7\xf4\x76\x19\x87\xe3\xf5\xfa\xfe\x7d\xb3\x99\xe7\x19\xb3\xe1\xfc\x71\xd8\x28\x33\x6f\x2e\xb7\xc3\xf0\xfc\xf4\xbe\xbd\x1e\xe9\x75\x1c\x7e\x0a\x33\x5a\x18\xb9\xc1\xdb\x64\x30\x36\x0a\x38\x17\x52\x46\x35\x4f\x15\xcd\x77\xd2\x90\x53\x45\xce\x95\xb2\x80\x35\x93\x40\xd5\xa9\x30\x44\x94\xba\x9c\xeb\x56\x19\x5c\x85\xee\x8f\x85\x89\x94\x0c\xd1\xa6\x0a\xf1\x20\x09\x78\x95\x9d\xa1\x95\x20\x61\x98\x68\x12\x48\x33\x52\x41\x44\x12\x41\xe9\x95\x0b\x22\x4f\x29\x1a\x5c\x8d\x2c\x23\xb3\x2d\xe1\x6d\x0d\x6f\xf7\xf0\x64\x88\x68\x24\x60\x97\x29\x75\xc5\x85\x2a\x2a\xcb\x36\x28\xee\x9e\x5e\xc6\x3c\x65\x38\xeb\x0b\xc2\x2b\xe5\x02\xcf\xfe\xb0\xd0\xa2\xad\xc6\xf2\x52\x05\xb5\x18\xb5\x6e\xfd\xc7\xb3\xaa\xab\xf5\xa5\x29\x24\x53\x66\x78\xd1\xad\x22\x47\xd0\x7a\xef\x5e\xee\x2d\x49\x45\xe8\x2e\x19\x24\xf7\x45\x5c\x7b\x6f\x52\x3b\x5d\x52\x43\xeb\xd8\x8c\xd2\xb6\x8a\x42\xfd\xe2\xb5\x0e\x3a\x4d\xd4\xd8\x89\x22\x5a\x52\x34\xf6\x3e\x9c\xc2\x9e\x1c\xa5\x45\x1f\x4e\x93\xdc\xe3\x4c\x62\x2a\x60\xc9\x24\x06\xf6\x5d\x82\xb5\x3e\x67\x49\xa8\xa5\x21\xab\x27\x01\x67\xd4\xb6\x70\xe4\x07\x87\xc7\x03\x24\xfe\x03\x44\x23\x75\x1c\xed\x24\x59\xad\x93\xb8\x2e\xdb\x54\x7a\x9e\x96\xaf\x81\x7e\x9d\xa6\x69\x1c\xbe\x31\xf3\xfa\x9e\x3e\xfe\x4c\xfb\x71\x78\x3b\xbf\x7d\xed\x3f\xce\xc3\xe6\xf9\xa9\x1f\xbd\xe7\xbf\x01\x00\x00\xff\xff\xbb\xae\x47\x17\xd1\x02\x00\x00")
|
|
|
|
|
|
|
|
func distImagesIconsBootSvgBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distImagesIconsBootSvg,
|
|
|
|
"dist/images/icons/boot.svg",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distImagesIconsBootSvg() (*asset, error) {
|
|
|
|
bytes, err := distImagesIconsBootSvgBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
|
|
|
info := bindataFileInfo{name: "dist/images/icons/boot.svg", size: 721, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
var _distImagesIconsCancelSvg = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x4d\x8a\x84\x30\x14\x84\xf7\x9e\xa2\x78\x07\xc8\x8f\x13\xc9\x44\x8c\x8b\x59\xcf\x1c\x42\x50\x92\x30\xb6\x4a\x1b\x8c\xf4\xe9\x9b\xc4\xa6\x57\x0d\x59\x7c\xf9\xaa\xe0\x55\xb7\x1f\x0e\x29\x8c\xd1\x5b\x92\x8a\xe0\xa7\xe0\x7c\xbc\xf8\x08\x53\xfa\x59\x4f\x4b\x02\x02\x52\x21\xbb\xf3\x36\x2f\xbb\x25\x1f\xe3\xd6\x72\x9e\x52\x62\xe9\x8b\xad\x77\xc7\x6b\x21\x04\xdf\x0f\xf7\xaa\xb4\xe7\x1c\x96\xff\x4f\x45\x69\x8c\xe1\x25\xa5\xbe\x02\xba\x6d\x88\x1e\x61\xb4\x34\x10\x46\x4b\x7f\xf9\x10\x53\xf2\x57\xd6\xac\x31\x10\xd0\x68\x32\x64\x87\x32\x24\x43\x51\x3a\xff\xea\x77\x28\x15\x34\xbe\x0b\x5d\x52\x95\x57\xb8\x68\xfd\x20\xde\x57\x5d\x5e\xd9\x3f\x03\x00\x00\xff\xff\x59\x8b\x37\x5f\xf8\x00\x00\x00")
|
|
|
|
|
|
|
|
func distImagesIconsCancelSvgBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distImagesIconsCancelSvg,
|
|
|
|
"dist/images/icons/cancel.svg",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distImagesIconsCancelSvg() (*asset, error) {
|
|
|
|
bytes, err := distImagesIconsCancelSvgBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
|
|
|
info := bindataFileInfo{name: "dist/images/icons/cancel.svg", size: 248, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-01-30 18:49:44 +00:00
|
|
|
var _distImagesIconsClockSvg = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\x8f\xd1\x6a\xc3\x30\x0c\x45\xdf\xf3\x15\x17\xbf\x4b\xb1\x2c\x27\x33\x23\xc9\xc3\xde\xf7\x11\xa3\x2d\x71\xa0\x59\xcb\x12\xec\x92\xaf\x1f\x76\x8a\x39\xdc\x73\x0d\x42\x68\xd8\xd2\x8c\xd7\x7a\xff\xdd\x46\x13\xf7\xfd\xf9\xd9\xb6\x39\x67\xce\xca\x8f\xbf\xb9\x75\xd6\xda\x76\x4b\xb3\x41\x5e\xae\x7b\x1c\x4d\x30\x88\xb7\x65\x8e\x7b\xd5\xb4\xdc\xf2\xd7\xe3\x35\x1a\x0b\x8b\x80\x60\xa6\x06\x18\x9e\x3f\x7b\xc4\x75\x34\xdf\x1e\xf6\x42\x8e\x1d\x2c\x79\x08\x07\xf2\xf0\x9b\x70\x80\x3f\x1f\x55\xa7\x9a\x54\xd2\x1f\xab\x85\x5c\x84\xfb\x1e\x16\x0a\x61\xf5\x50\xe8\x46\xa7\x91\x16\x6a\xa1\x52\x4e\x29\x7f\xc7\x4a\xdc\x41\x92\x63\xe7\xee\x2c\x3d\x8b\x72\xc7\x1d\xab\x67\x0d\xfc\xe1\xa8\xa2\x81\xca\xc4\x9b\x54\xf6\x4a\x24\x39\x0c\xda\xa9\x19\xca\xa1\x53\xf3\x1f\x00\x00\xff\xff\x86\xad\x56\xe4\x11\x01\x00\x00")
|
|
|
|
|
|
|
|
func distImagesIconsClockSvgBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distImagesIconsClockSvg,
|
|
|
|
"dist/images/icons/clock.svg",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distImagesIconsClockSvg() (*asset, error) {
|
|
|
|
bytes, err := distImagesIconsClockSvgBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
|
|
|
info := bindataFileInfo{name: "dist/images/icons/clock.svg", size: 273, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
var _distImagesIconsHistorySvg = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcd\xb1\xaa\x83\x40\x10\x46\xe1\xde\xa7\xf8\x99\x5e\x77\xd4\xbd\x20\x17\xd7\x22\x7d\x1e\x22\xa0\xec\x08\xd9\x28\xd9\x65\x46\x7c\xfa\x90\x90\x2e\xdd\xe1\x6b\xce\x98\x35\xe2\x48\xf7\x47\x0e\x24\xa5\xec\xff\xce\x99\x59\x63\x7d\xb3\x3d\xa3\xeb\x98\xd9\x65\x8d\x04\x5b\xe7\x22\x81\x06\x82\x2c\x6b\x94\xf2\x49\x5d\x17\xbb\x6c\x47\x20\x06\x63\xc0\x40\x53\x05\x8c\xfb\xad\x08\xe6\x40\x57\x06\xab\x17\xaf\xb5\x97\xda\x9f\xe9\x0f\x9d\xf6\x52\xf7\xda\x7e\xad\x3d\x53\xf7\x6b\x04\x37\x55\xe3\xfb\x3a\x55\xaf\x00\x00\x00\xff\xff\x1e\x80\x6e\xef\x9e\x00\x00\x00")
|
|
|
|
|
|
|
|
func distImagesIconsHistorySvgBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distImagesIconsHistorySvg,
|
|
|
|
"dist/images/icons/history.svg",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distImagesIconsHistorySvg() (*asset, error) {
|
|
|
|
bytes, err := distImagesIconsHistorySvgBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
|
|
|
info := bindataFileInfo{name: "dist/images/icons/history.svg", size: 158, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
var _distImagesIconsMediaPauseSvg = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcd\xbd\x0a\x83\x30\x14\x47\xf1\xdd\xa7\xf8\x73\xa7\x76\xd0\x5c\x6d\x11\x29\xc6\xa1\x7b\x1f\x42\xd0\xe6\x0a\x7e\x91\x5c\x12\xe9\xd3\x97\xba\x75\xfb\x9d\xe9\xb4\x21\x3a\x1c\xcb\xbc\x06\x4b\xa2\xba\x3f\x8c\x49\x29\x15\xe9\x56\x6c\xde\x99\x8a\x99\x4d\x88\x8e\x90\xa6\x41\xc5\x52\x43\x90\x71\x72\xa2\x27\xe3\x34\xa6\xe7\x76\x58\x62\x30\x1a\x34\xd4\x65\x40\xbb\xf7\x2a\x18\x2c\xbd\x18\x1c\x6b\xa9\x62\x5e\x4b\x5e\x7d\x96\xfb\x5f\x12\xd4\xf7\x6b\x78\x6f\x7e\xb1\x74\x72\xee\x75\xbc\x94\x28\xaf\x04\xd3\x65\xed\xef\xdb\x65\xdf\x00\x00\x00\xff\xff\x9c\x80\x43\x8d\xa0\x00\x00\x00")
|
|
|
|
|
|
|
|
func distImagesIconsMediaPauseSvgBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distImagesIconsMediaPauseSvg,
|
|
|
|
"dist/images/icons/media-pause.svg",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distImagesIconsMediaPauseSvg() (*asset, error) {
|
|
|
|
bytes, err := distImagesIconsMediaPauseSvgBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-02-26 17:44:49 +00:00
|
|
|
info := bindataFileInfo{name: "dist/images/icons/media-pause.svg", size: 160, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
var _distImagesIconsMediaPlaySvg = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xcd\xb1\x0a\x83\x30\x10\x06\xe0\xdd\xa7\xf8\xb9\xa9\x1d\x34\x67\x05\x91\x62\x1c\xba\xf7\x21\x04\x6d\x22\xa8\x91\xe4\xc8\x49\x9f\xbe\xd4\xed\xdb\xbe\x3e\x65\x87\x73\x5b\xf7\x64\xc9\x8b\x1c\x4f\x63\x54\xb5\xd2\xa6\x0a\xd1\x99\x07\x33\x9b\x94\x1d\x41\x97\x49\xbc\xa5\x8e\xe0\xe7\xc5\x79\xb9\x98\x97\x59\x5f\xe1\xb4\xc4\x60\x74\xe8\x68\x28\x80\xfe\x18\xc5\x63\xb2\xf4\x66\x70\x6e\xd7\xb6\x6c\xca\xb6\x6c\xbe\x04\x89\xe3\x9e\x3e\x21\x6e\x96\x2e\xae\xa3\xcc\xb7\x1a\xf5\x9d\x60\x86\xa2\xff\x47\x43\xf1\x0b\x00\x00\xff\xff\x46\xfe\x9f\x32\x91\x00\x00\x00")
|
|
|
|
|
|
|
|
func distImagesIconsMediaPlaySvgBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distImagesIconsMediaPlaySvg,
|
|
|
|
"dist/images/icons/media-play.svg",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distImagesIconsMediaPlaySvg() (*asset, error) {
|
|
|
|
bytes, err := distImagesIconsMediaPlaySvgBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-02-26 17:44:49 +00:00
|
|
|
info := bindataFileInfo{name: "dist/images/icons/media-play.svg", size: 145, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-05-22 19:29:30 +00:00
|
|
|
var _distImagesIconsSearchSvg = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xcd\x6e\xab\x30\x10\x85\xf7\x79\x8a\x23\xef\x3d\xf6\x18\x8c\x99\x28\x20\xdd\xdb\x6d\xbb\xea\x13\x44\x25\xc2\xa8\xe4\x47\x05\x61\x94\xa7\xaf\x4c\xd2\xae\x2a\xcb\xd6\x37\xe7\x7c\x9a\x85\x0f\xd3\xd2\x23\x0d\xdd\x1c\x1b\xc5\xb5\x42\x3c\x0d\x7d\x9c\x1f\xbc\x0c\xa7\xf4\xff\xba\x36\xca\xc2\x82\x6b\xe4\x6c\x3d\x8f\x97\xa9\x51\x71\x9e\x6f\x7b\x63\x52\x4a\x94\x0a\xba\x7e\xf5\xc6\x59\x6b\xcd\xb4\xf4\x4f\x65\xbf\x8e\xc3\xe5\xf3\x2f\x91\x45\xc4\x6c\xad\x6a\x77\xc0\xe1\x76\x9c\x23\xba\x46\xbd\xb1\x23\x0f\xe6\xa8\x29\xc8\xa8\xc9\xd5\x9a\x5c\xf8\x57\x51\x19\x18\x8f\xd7\x6e\x87\x0b\x54\xe4\x7f\xaf\x45\x2e\x32\x71\xf1\xc1\x54\xe5\xa9\x20\x2b\x9a\xbc\xa0\x24\x57\x68\x26\x1f\x46\x72\x81\x5c\xbd\xe4\xdd\x1e\x25\x89\xbc\x72\xa0\x52\xc0\xd5\xa8\xf3\xa8\xfd\xfd\xac\x2b\xd8\x97\x92\x2c\x83\x19\x0e\x35\x89\xc0\xe5\xd5\xef\x5b\xb8\x21\x5c\x2e\x7f\xa4\x1c\x6c\xda\x93\x99\xef\x0a\x43\xd7\xa8\xa3\x32\xed\xee\x90\x3f\xa4\xfd\x0e\x00\x00\xff\xff\x33\xfd\x80\x4a\x63\x01\x00\x00")
|
|
|
|
|
|
|
|
func distImagesIconsSearchSvgBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distImagesIconsSearchSvg,
|
|
|
|
"dist/images/icons/search.svg",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distImagesIconsSearchSvg() (*asset, error) {
|
|
|
|
bytes, err := distImagesIconsSearchSvgBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
|
|
|
info := bindataFileInfo{name: "dist/images/icons/search.svg", size: 355, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-01-30 18:49:44 +00:00
|
|
|
var _distImagesIconsWarningSvg = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\x90\xc1\x6a\xc3\x30\x0c\x86\xef\x7d\x0a\xe1\xbb\x94\x5f\x76\xd2\xc5\x23\xc9\x61\xf7\x3d\xc4\x58\x4b\x1c\x68\xd6\xb2\x18\xbb\xe4\xe9\x87\x9d\x32\x30\x58\xf2\xe7\x4f\x3f\x68\xd8\xd2\x4c\xcf\xf5\xf6\xb3\x8d\x26\xc4\xf8\x78\x6f\x9a\x9c\xb3\x64\x27\xf7\xdf\xb9\xb1\x00\x9a\x2d\xcd\x86\xf2\x72\x89\x61\x34\xbd\xa1\x70\x5d\xe6\x10\x6b\x99\x96\x6b\xfe\xb8\x3f\x47\x03\x02\xf5\xd4\x9b\xe9\x44\x34\x3c\xbe\x62\xa0\xcb\x68\x3e\x9d\xc0\x13\xbe\x59\x70\x26\xb0\xa8\xa0\x65\xd1\xf2\x7a\x63\x2b\xbe\xa5\xb3\xf4\x5a\xb0\x15\x74\x2c\x70\xa2\xee\xb8\x7c\x2a\x04\x24\xe8\x04\xad\xc0\x1f\x27\x54\x41\xd0\x51\x41\x9e\x0f\xc6\x02\x9f\xb8\x0a\x7c\x0c\x52\x16\x6d\xcb\x24\x16\x7d\x65\xf1\x7f\xd6\xeb\xcf\x1b\x57\xb5\x26\xfa\x50\xf4\x7d\x2d\x25\xb9\xa0\xc9\x06\xd6\xc4\x76\x5f\x51\x5b\xad\xad\xee\x86\x9a\xe9\x34\x94\x85\x4c\x7f\x01\x00\x00\xff\xff\x03\x27\x32\xb8\x38\x01\x00\x00")
|
|
|
|
|
|
|
|
func distImagesIconsWarningSvgBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distImagesIconsWarningSvg,
|
|
|
|
"dist/images/icons/warning.svg",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distImagesIconsWarningSvg() (*asset, error) {
|
|
|
|
bytes, err := distImagesIconsWarningSvgBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-02-26 17:44:49 +00:00
|
|
|
info := bindataFileInfo{name: "dist/images/icons/warning.svg", size: 312, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-09-06 18:47:09 +00:00
|
|
|
var _distIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x94\xdf\x72\xe2\x36\x14\x87\xef\xf3\x14\xae\x67\xb8\xab\xe3\x7f\x18\xc3\x0c\x66\x86\x06\xba\x93\x4e\x87\xb0\x2c\x69\x77\xaf\x32\x47\xd2\x91\xad\x46\x96\x5c\x49\x26\xe1\xed\x3b\xc6\x40\x9d\x6d\x9a\xd9\x2b\x63\xeb\x3b\x9f\x7d\x7e\x1c\x69\xfe\xd3\xea\xe1\x6e\xff\x6d\xbb\xf6\x2a\x57\xcb\xc5\xcd\xbc\xbf\x78\xde\xbc\x42\x60\xdd\x0f\xcf\x9b\xd7\xe8\xc0\xa3\x15\x18\x8b\xae\xf0\x5b\xc7\x83\xa9\x3f\x5c\xaa\x9c\x6b\x02\xfc\xbb\x15\x87\xc2\xff\x1a\x3c\x2e\x83\x3b\x5d\x37\xe0\x04\x91\xe8\x7b\x54\x2b\x87\xca\x15\xfe\xfd\xba\x40\x56\xe2\xa5\xd2\x09\x27\x71\xb1\xd1\x35\xb0\x79\xd8\xdf\x0c\x94\x0a\x6a\x2c\x7c\x86\x96\x1a\xd1\x38\xa1\xd5\x40\xe4\xff\x17\x3c\x08\x7c\x69\xb4\x71\x03\xea\x45\x30\x57\x15\x0c\x0f\x82\x62\x70\xba\xf9\xd9\x13\x4a\x38\x01\x32\xb0\x14\x24\x16\xb1\xbf\xb8\x39\x99\x6e\x86\x2a\xd5\x7d\x51\xd0\x8a\x90\x6a\xc5\x45\x19\xa2\x3a\x08\xa3\x55\x8d\x6a\x68\x1f\xe5\xbf\x8c\x92\xa4\xd6\xac\x95\xb8\x35\xc8\xc5\xeb\x28\x49\x46\xe9\x72\x94\x24\x17\x41\xf7\x20\xb9\x1b\x25\xc9\xc0\x70\x85\x1a\xa3\x59\x4b\xbb\xc6\xae\x98\xd1\xda\x3d\xee\x7e\xbf\x22\x61\x2b\xc2\xeb\xa2\xd4\x14\x3a\x7a\x7f\x6c\xf0\x4a\x40\xeb\xf4\x95\x58\xd7\x04\xcd\x7a\xf3\xc7\x79\xf5\xf4\x7d\xbf\xae\x97\xfb\xc7\xdd\xfa\xcb\xf0\x19\x76\x5c\x60\x74\xeb\x84\x2a\x4f\x57\x34\x81\x45\xd3\xe5\xd4\x73\xce\xb4\x38\xca\x57\x67\xed\xd7\xfd\x7a\xb3\x7a\xda\xee\x1e\xf6\x0f\xdd\x9c\xbc\x71\xad\xc0\x9d\x6b\x38\x48\xfb\x6f\xd1\xd3\x6f\x9f\x1f\xd7\xbb\x6f\x4f\xf7\x9b\xfd\xfa\xd3\x6e\xb9\xbf\x7f\xd8\xbc\xa3\x5e\x6e\xb7\x43\x19\x91\x9a\x3e\x0b\x55\x7e\x6e\xd1\x08\xb4\x83\x82\x13\x5d\x0b\x03\x25\x7e\xa1\xa8\xc0\x08\x7d\xcd\xc0\xd6\x20\xe5\x9d\x6c\xad\x43\x73\xcd\xa2\x67\xff\x14\xae\xda\x40\x8d\xb6\x01\xfa\x7f\xbe\x8e\xd9\xeb\x67\x54\x1f\xac\xef\xb0\x14\xfa\x0d\x70\xe9\xa0\xcf\x92\x4a\x11\xf4\xf4\xb0\x9d\xd6\x0a\x55\x6e\x8d\x7e\x3d\x7e\x6f\x6e\x2d\xae\x90\x43\x2b\xdd\x16\xac\x75\x95\xd1\x6d\x59\xbd\xab\x7f\xed\x66\x7a\xd9\x34\x52\xf4\xff\xfe\x27\xa9\x09\xc8\xb7\x89\xfb\x5e\x78\x1e\xe3\xb9\x14\xea\xd9\x33\x28\x0b\xdf\xba\xa3\x44\x5b\x21\x3a\xdf\xab\x0c\xf2\xc2\xef\xa6\x09\xac\x45\x67\xc3\x03\x2a\xa6\x4d\x90\x8f\xc9\x38\x05\x3a\x8e\xe2\x28\x9d\x72\x32\x61\xe9\x78\x82\xd3\x0c\x08\x4b\x09\xc9\xd2\xc9\x2d\xb5\xf6\xb2\xd5\x7e\xd0\x7c\x19\xfd\x20\x8a\x21\x21\x04\xb2\x09\x63\xc0\xa2\xe9\x24\x43\x1e\x53\x3a\x9b\xc4\x79\x9c\x27\xf9\x6c\xfa\xbe\x5b\xd0\x6e\x9f\xbb\x63\x83\x85\x2f\x6a\x28\x31\x6c\x54\x39\x7c\x4d\xc8\xe1\xd0\x41\x41\x4c\x93\x2c\xc9\x21\x87\x28\x67\x71\x1a\x21\x25\xc0\x29\xe6\x19\x8e\x27\x71\x06\x93\xd9\xed\xa9\xf0\x12\x4c\x77\x9c\x85\x97\xf3\x6c\x4e\x34\x3b\xf6\xaf\x3e\xc7\xd6\x9f\x31\x9e\x35\xf4\xbd\x98\xc6\x24\x4b\xe8\x0c\x38\x8b\x72\x12\xf3\x9c\x03\x46\xb3\x3c\x9d\x65\x3c\x61\x04\x78\x92\xdf\xfe\x65\xfd\xc5\x3c\xec\x25\x8b\x0f\x8d\xd7\x78\x48\x04\xd3\x24\x22\x71\x9e\xb2\x6c\x86\x3c\x4d\x27\xe3\x08\x22\xc6\x91\x73\xc8\xc6\x0c\xbf\x73\xf6\x52\x26\x0e\x9e\x60\x85\xdf\x0f\x1d\x01\x2b\x68\xc0\x8c\x6e\x98\x7e\x51\xc1\x8b\x36\x75\xa5\x25\x76\x65\x4c\x1c\x4e\x8d\x86\x7d\xa7\xf3\xb0\x3f\xd3\xff\x09\x00\x00\xff\xff\x6e\x90\x7a\x68\xeb\x05\x00\x00")
|
2019-01-30 18:49:44 +00:00
|
|
|
|
|
|
|
func distIndexHtmlBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distIndexHtml,
|
|
|
|
"dist/index.html",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distIndexHtml() (*asset, error) {
|
|
|
|
bytes, err := distIndexHtmlBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-07-22 21:42:36 +00:00
|
|
|
info := bindataFileInfo{name: "dist/index.html", size: 1515, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
var _distRobotsTxt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x52\x56\xc8\x28\x29\x29\xb0\xd2\xd7\x2f\x2f\x2f\xd7\x2b\xca\x4f\xca\x2f\x29\x2e\xa9\x28\xd1\xcb\x2f\x4a\xe7\x0a\x2d\x4e\x2d\xd2\x4d\x4c\x4f\xcd\x2b\xb1\x52\xd0\xe2\x72\xc9\x2c\x4e\xcc\xc9\xc9\x2f\xb7\xe2\x02\x04\x00\x00\xff\xff\xa6\x16\xe6\xa9\x33\x00\x00\x00")
|
|
|
|
|
|
|
|
func distRobotsTxtBytes() ([]byte, error) {
|
|
|
|
return bindataRead(
|
|
|
|
_distRobotsTxt,
|
|
|
|
"dist/robots.txt",
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
|
|
|
func distRobotsTxt() (*asset, error) {
|
|
|
|
bytes, err := distRobotsTxtBytes()
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-02-26 17:44:49 +00:00
|
|
|
info := bindataFileInfo{name: "dist/robots.txt", size: 51, mode: os.FileMode(420), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// Asset loads and returns the asset for the given name.
|
|
|
|
// It returns an error if the asset could not be found or
|
|
|
|
// could not be loaded.
|
|
|
|
func Asset(name string) ([]byte, error) {
|
|
|
|
cannonicalName := strings.Replace(name, "\\", "/", -1)
|
|
|
|
if f, ok := _bindata[cannonicalName]; ok {
|
|
|
|
a, err := f()
|
|
|
|
if err != nil {
|
|
|
|
return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err)
|
|
|
|
}
|
|
|
|
return a.bytes, nil
|
|
|
|
}
|
|
|
|
return nil, fmt.Errorf("Asset %s not found", name)
|
|
|
|
}
|
|
|
|
|
|
|
|
// MustAsset is like Asset but panics when Asset would return an error.
|
|
|
|
// It simplifies safe initialization of global variables.
|
|
|
|
func MustAsset(name string) []byte {
|
|
|
|
a, err := Asset(name)
|
|
|
|
if err != nil {
|
|
|
|
panic("asset: Asset(" + name + "): " + err.Error())
|
|
|
|
}
|
|
|
|
|
|
|
|
return a
|
|
|
|
}
|
|
|
|
|
|
|
|
// AssetInfo loads and returns the asset info for the given name.
|
|
|
|
// It returns an error if the asset could not be found or
|
|
|
|
// could not be loaded.
|
|
|
|
func AssetInfo(name string) (os.FileInfo, error) {
|
|
|
|
cannonicalName := strings.Replace(name, "\\", "/", -1)
|
|
|
|
if f, ok := _bindata[cannonicalName]; ok {
|
|
|
|
a, err := f()
|
|
|
|
if err != nil {
|
|
|
|
return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err)
|
|
|
|
}
|
|
|
|
return a.info, nil
|
|
|
|
}
|
|
|
|
return nil, fmt.Errorf("AssetInfo %s not found", name)
|
|
|
|
}
|
|
|
|
|
|
|
|
// AssetNames returns the names of the assets.
|
|
|
|
func AssetNames() []string {
|
|
|
|
names := make([]string, 0, len(_bindata))
|
|
|
|
for name := range _bindata {
|
|
|
|
names = append(names, name)
|
|
|
|
}
|
|
|
|
return names
|
|
|
|
}
|
|
|
|
|
|
|
|
// _bindata is a table, holding each asset generator, mapped to its name.
|
|
|
|
var _bindata = map[string]func() (*asset, error){
|
2019-05-22 19:29:30 +00:00
|
|
|
"dist/assets/auto-import-fastboot-d41d8cd98f00b204e9800998ecf8427e.js": distAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJs,
|
2019-09-06 18:47:09 +00:00
|
|
|
"dist/assets/nomad-ui-01a2bba56ddad0865ef1cc9617172798.css": distAssetsNomadUi01a2bba56ddad0865ef1cc9617172798Css,
|
|
|
|
"dist/assets/nomad-ui-b0a820b173d59ef33640a0dfeffa54de.js": distAssetsNomadUiB0a820b173d59ef33640a0dfeffa54deJs,
|
|
|
|
"dist/assets/vendor-4b52c9afd07b1f7fae097395f2dbaf27.js": distAssetsVendor4b52c9afd07b1f7fae097395f2dbaf27Js,
|
2019-01-30 18:49:44 +00:00
|
|
|
"dist/assets/vendor-74b43ac401038fb6d346e85abd3bb536.css": distAssetsVendor74b43ac401038fb6d346e85abd3bb536Css,
|
|
|
|
"dist/crossdomain.xml": distCrossdomainXml,
|
2019-05-22 19:29:30 +00:00
|
|
|
"dist/ember-fetch/fetch-fastboot-5e5d008c8b65b0ac116f7635d0c6c6b9.js": distEmberFetchFetchFastboot5e5d008c8b65b0ac116f7635d0c6c6b9Js,
|
2019-01-30 18:49:44 +00:00
|
|
|
"dist/favicon-1c2527a7a07d130ecbafce75e4615a69.png": distFavicon1c2527a7a07d130ecbafce75e4615a69Png,
|
2019-05-22 19:29:30 +00:00
|
|
|
"dist/images/icons/boot.svg": distImagesIconsBootSvg,
|
|
|
|
"dist/images/icons/cancel.svg": distImagesIconsCancelSvg,
|
2019-01-30 18:49:44 +00:00
|
|
|
"dist/images/icons/clock.svg": distImagesIconsClockSvg,
|
|
|
|
"dist/images/icons/history.svg": distImagesIconsHistorySvg,
|
|
|
|
"dist/images/icons/media-pause.svg": distImagesIconsMediaPauseSvg,
|
|
|
|
"dist/images/icons/media-play.svg": distImagesIconsMediaPlaySvg,
|
2019-05-22 19:29:30 +00:00
|
|
|
"dist/images/icons/search.svg": distImagesIconsSearchSvg,
|
2019-01-30 18:49:44 +00:00
|
|
|
"dist/images/icons/warning.svg": distImagesIconsWarningSvg,
|
|
|
|
"dist/index.html": distIndexHtml,
|
|
|
|
"dist/robots.txt": distRobotsTxt,
|
|
|
|
}
|
|
|
|
|
|
|
|
// AssetDir returns the file names below a certain
|
|
|
|
// directory embedded in the file by go-bindata.
|
|
|
|
// For example if you run go-bindata on data/... and data contains the
|
|
|
|
// following hierarchy:
|
|
|
|
// data/
|
|
|
|
// foo.txt
|
|
|
|
// img/
|
|
|
|
// a.png
|
|
|
|
// b.png
|
|
|
|
// then AssetDir("data") would return []string{"foo.txt", "img"}
|
|
|
|
// AssetDir("data/img") would return []string{"a.png", "b.png"}
|
|
|
|
// AssetDir("foo.txt") and AssetDir("notexist") would return an error
|
|
|
|
// AssetDir("") will return []string{"data"}.
|
|
|
|
func AssetDir(name string) ([]string, error) {
|
|
|
|
node := _bintree
|
|
|
|
if len(name) != 0 {
|
|
|
|
cannonicalName := strings.Replace(name, "\\", "/", -1)
|
|
|
|
pathList := strings.Split(cannonicalName, "/")
|
|
|
|
for _, p := range pathList {
|
|
|
|
node = node.Children[p]
|
|
|
|
if node == nil {
|
|
|
|
return nil, fmt.Errorf("Asset %s not found", name)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if node.Func != nil {
|
|
|
|
return nil, fmt.Errorf("Asset %s not found", name)
|
|
|
|
}
|
|
|
|
rv := make([]string, 0, len(node.Children))
|
|
|
|
for childName := range node.Children {
|
|
|
|
rv = append(rv, childName)
|
|
|
|
}
|
|
|
|
return rv, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type bintree struct {
|
|
|
|
Func func() (*asset, error)
|
|
|
|
Children map[string]*bintree
|
|
|
|
}
|
|
|
|
var _bintree = &bintree{nil, map[string]*bintree{
|
|
|
|
"dist": &bintree{nil, map[string]*bintree{
|
|
|
|
"assets": &bintree{nil, map[string]*bintree{
|
2019-05-22 19:29:30 +00:00
|
|
|
"auto-import-fastboot-d41d8cd98f00b204e9800998ecf8427e.js": &bintree{distAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJs, map[string]*bintree{}},
|
2019-09-06 18:47:09 +00:00
|
|
|
"nomad-ui-01a2bba56ddad0865ef1cc9617172798.css": &bintree{distAssetsNomadUi01a2bba56ddad0865ef1cc9617172798Css, map[string]*bintree{}},
|
|
|
|
"nomad-ui-b0a820b173d59ef33640a0dfeffa54de.js": &bintree{distAssetsNomadUiB0a820b173d59ef33640a0dfeffa54deJs, map[string]*bintree{}},
|
|
|
|
"vendor-4b52c9afd07b1f7fae097395f2dbaf27.js": &bintree{distAssetsVendor4b52c9afd07b1f7fae097395f2dbaf27Js, map[string]*bintree{}},
|
2019-01-30 18:49:44 +00:00
|
|
|
"vendor-74b43ac401038fb6d346e85abd3bb536.css": &bintree{distAssetsVendor74b43ac401038fb6d346e85abd3bb536Css, map[string]*bintree{}},
|
|
|
|
}},
|
|
|
|
"crossdomain.xml": &bintree{distCrossdomainXml, map[string]*bintree{}},
|
|
|
|
"ember-fetch": &bintree{nil, map[string]*bintree{
|
2019-05-22 19:29:30 +00:00
|
|
|
"fetch-fastboot-5e5d008c8b65b0ac116f7635d0c6c6b9.js": &bintree{distEmberFetchFetchFastboot5e5d008c8b65b0ac116f7635d0c6c6b9Js, map[string]*bintree{}},
|
2019-01-30 18:49:44 +00:00
|
|
|
}},
|
|
|
|
"favicon-1c2527a7a07d130ecbafce75e4615a69.png": &bintree{distFavicon1c2527a7a07d130ecbafce75e4615a69Png, map[string]*bintree{}},
|
|
|
|
"images": &bintree{nil, map[string]*bintree{
|
|
|
|
"icons": &bintree{nil, map[string]*bintree{
|
2019-05-22 19:29:30 +00:00
|
|
|
"boot.svg": &bintree{distImagesIconsBootSvg, map[string]*bintree{}},
|
|
|
|
"cancel.svg": &bintree{distImagesIconsCancelSvg, map[string]*bintree{}},
|
2019-01-30 18:49:44 +00:00
|
|
|
"clock.svg": &bintree{distImagesIconsClockSvg, map[string]*bintree{}},
|
|
|
|
"history.svg": &bintree{distImagesIconsHistorySvg, map[string]*bintree{}},
|
|
|
|
"media-pause.svg": &bintree{distImagesIconsMediaPauseSvg, map[string]*bintree{}},
|
|
|
|
"media-play.svg": &bintree{distImagesIconsMediaPlaySvg, map[string]*bintree{}},
|
2019-05-22 19:29:30 +00:00
|
|
|
"search.svg": &bintree{distImagesIconsSearchSvg, map[string]*bintree{}},
|
2019-01-30 18:49:44 +00:00
|
|
|
"warning.svg": &bintree{distImagesIconsWarningSvg, map[string]*bintree{}},
|
|
|
|
}},
|
|
|
|
}},
|
|
|
|
"index.html": &bintree{distIndexHtml, map[string]*bintree{}},
|
|
|
|
"robots.txt": &bintree{distRobotsTxt, map[string]*bintree{}},
|
|
|
|
}},
|
|
|
|
}}
|
|
|
|
|
|
|
|
// RestoreAsset restores an asset under the given directory
|
|
|
|
func RestoreAsset(dir, name string) error {
|
|
|
|
data, err := Asset(name)
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
info, err := AssetInfo(name)
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755))
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// RestoreAssets restores an asset under the given directory recursively
|
|
|
|
func RestoreAssets(dir, name string) error {
|
|
|
|
children, err := AssetDir(name)
|
|
|
|
// File
|
|
|
|
if err != nil {
|
|
|
|
return RestoreAsset(dir, name)
|
|
|
|
}
|
|
|
|
// Dir
|
|
|
|
for _, child := range children {
|
|
|
|
err = RestoreAssets(dir, filepath.Join(name, child))
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func _filePath(dir, name string) string {
|
|
|
|
cannonicalName := strings.Replace(name, "\\", "/", -1)
|
|
|
|
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func assetFS() *assetfs.AssetFS {
|
|
|
|
assetInfo := func(path string) (os.FileInfo, error) {
|
|
|
|
return os.Stat(path)
|
|
|
|
}
|
|
|
|
for k := range _bintree.Children {
|
|
|
|
return &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: assetInfo, Prefix: k}
|
|
|
|
}
|
|
|
|
panic("unreachable")
|
|
|
|
}
|