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-10-22 12:34:56 +00:00
|
|
|
// ui/dist/assets/nomad-ui-2ffef17efbbc4361902d6cc1d42ce2b8.css
|
2019-11-18 18:04:01 +00:00
|
|
|
// ui/dist/assets/nomad-ui-3f5aade8a94ca946d42dfb0ab70ffee0.js
|
|
|
|
// ui/dist/assets/vendor-34c674f94f8ed54c9c302f718969513f.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-10-22 12:34:56 +00:00
|
|
|
var _distAssetsNomadUi2ffef17efbbc4361902d6cc1d42ce2b8Css = []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-10-22 12:34:56 +00:00
|
|
|
func distAssetsNomadUi2ffef17efbbc4361902d6cc1d42ce2b8CssBytes() ([]byte, error) {
|
2019-01-30 18:49:44 +00:00
|
|
|
return bindataRead(
|
2019-10-22 12:34:56 +00:00
|
|
|
_distAssetsNomadUi2ffef17efbbc4361902d6cc1d42ce2b8Css,
|
|
|
|
"dist/assets/nomad-ui-2ffef17efbbc4361902d6cc1d42ce2b8.css",
|
2019-01-30 18:49:44 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-10-22 12:34:56 +00:00
|
|
|
func distAssetsNomadUi2ffef17efbbc4361902d6cc1d42ce2b8Css() (*asset, error) {
|
|
|
|
bytes, err := distAssetsNomadUi2ffef17efbbc4361902d6cc1d42ce2b8CssBytes()
|
2019-01-30 18:49:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-10-22 12:34:56 +00:00
|
|
|
info := bindataFileInfo{name: "dist/assets/nomad-ui-2ffef17efbbc4361902d6cc1d42ce2b8.css", size: 213488, 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-11-18 18:04:01 +00:00
|
|
|
var _distAssetsNomadUi3f5aade8a94ca946d42dfb0ab70ffee0Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x77\xdb\x38\xb2\x20\xfe\xbf\x3f\x85\x8c\xdd\xf1\x8f\x9c\x86\x68\xca\x6f\xb3\x47\x9d\x9b\x8e\x93\xe9\xf4\xcd\x6b\xed\xf4\xcc\xde\xe3\xd1\xce\x81\x49\x48\x42\x9b\x02\x34\x00\x64\x5b\x6d\x6b\x3f\xfb\xef\xe0\x41\x10\x7c\x48\x96\x9c\xa4\x93\xbe\x3b\x3d\x67\x62\x91\x04\x0a\x85\x42\xa1\x50\x55\x28\x14\xc0\x4c\xe0\x8e\x90\x9c\xa4\x12\x6c\x65\x78\x48\x28\x0e\x00\x65\x13\x94\x75\x67\x64\x17\x65\x68\x2a\x31\x17\xbb\x68\x84\xa9\x04\xf0\x12\xe0\xbb\x29\xe3\x52\x00\xd8\x56\x68\x3a\xcd\x49\x8a\x24\x61\x14\x0c\xe0\x70\x46\x53\xf5\x33\xc0\x50\x86\xf7\xc5\x53\x87\x06\x38\xbc\xe7\x58\xce\x38\xed\x94\x45\xc2\x7b\x32\x0c\x9e\x73\x8e\xe6\x11\x11\xfa\x6f\x80\xc3\xf0\x7e\xc8\x78\x70\x83\x78\x47\xf6\x63\x48\xfb\x14\xdf\x76\xec\xb7\x28\xc7\x74\x24\xc7\xe1\xf7\xf2\x2f\xc5\xef\xef\xe5\x77\xdf\x85\xf4\x52\x0e\xfa\xf8\x52\x0e\xb6\x6c\x13\x74\xb1\x08\x70\xf8\xf0\x50\x6b\xea\x62\x3e\xb9\x62\x79\x44\x24\xe6\x48\x32\xde\x21\xb4\xf3\xfe\xea\x57\x9c\x4a\x5d\x18\x5c\x32\xfd\xd0\x79\xce\x47\xb3\x09\xa6\x52\x0c\x40\xbf\xdf\x37\x25\xa2\x29\x67\x92\xc9\xf9\x14\x47\x92\x5d\x48\x4e\xe8\x28\x4a\x51\x9e\x2b\x84\x6d\xa3\xa6\x23\x43\xce\x26\x01\x0e\x6b\xed\x87\xf7\x72\xcc\xd9\x6d\x47\x75\xe6\xe3\x7c\x8a\x5f\x72\xce\x78\x00\x5e\xd3\x1b\x94\x93\xac\x83\xa4\xc4\x93\xa9\xec\x48\xd6\x11\x53\x8e\x51\xd6\xa1\x8c\x76\x35\x9e\x57\x39\xee\x10\x2a\x24\xa2\x29\x06\xe1\x22\x08\x17\x16\x21\x33\x6c\x1f\x38\x9b\x62\x2e\xe7\x01\x86\xe0\x9f\xff\xc4\xe2\x2d\xcb\x66\x39\x06\xf0\xfe\x06\xe5\x33\x9c\x6c\xc7\x8b\x10\x62\x55\x16\xcd\x72\xd9\xbf\x61\x24\xeb\xc4\x5b\x8a\xb8\xa8\x2f\x8b\xd7\x11\xbe\x93\x98\x66\xc1\xfd\x14\xc9\xf1\x2b\xc6\x15\x82\x89\x87\xba\xe9\x1f\xd0\xdc\xb0\x3b\xc1\x93\x2b\xcc\x05\x58\xc0\x19\xcf\x5f\x31\xfe\x8a\xd0\xec\x1c\xa7\x8c\x67\x7e\x15\xd5\x02\xee\x1b\x8a\x94\x94\x13\x39\x49\xb1\x21\x1b\x2a\x68\x1c\x9a\xb7\x41\x2f\x2c\x06\x4f\x8e\x89\x88\x4a\xe0\xcf\xf3\x3c\x52\x3c\x36\x0f\xd4\x07\xa8\xc6\x32\x5c\x2c\xc2\xad\xb2\x57\x68\x11\xc2\x15\x4c\x9c\xe7\xcc\xb2\xe7\x23\x9c\x7c\x8b\x64\x3a\x56\x04\xf7\xbf\xce\x24\xc9\xc5\x2e\xca\xb2\xae\x64\x5d\x45\xa0\x1a\x93\x43\x1a\xde\x7f\xb9\x11\x11\x92\x4d\x13\x9f\x8b\xcd\xbc\x70\xd4\xb3\xb3\xe0\x87\xde\xce\x8e\x81\xb4\xdd\x2f\x3f\x5e\xf6\x06\xcf\xfc\x87\x04\x7c\x78\x7f\xf1\x11\x6c\xd5\xe7\x21\x32\x60\x45\x3f\x88\x21\x2d\x50\x08\x83\xda\x38\x98\x41\x0e\x50\x44\x32\x08\x3c\xa2\x86\x10\x57\x87\x0e\xfd\x8a\xee\x02\x01\x65\xb8\x58\x04\x60\x57\xf5\x00\x84\x90\x63\x21\x11\x97\x49\x55\x3e\xa8\x66\x69\x1f\x80\x28\x65\x34\x45\xd2\x34\x39\x66\x42\x3e\x3c\x80\x5d\x10\x56\x5e\xcf\x78\xfe\x81\xe3\x21\xb9\x0b\xc2\x10\x22\xaf\x12\x85\x60\x37\xcd\x89\x62\xce\x12\x2d\xaf\x36\xd6\x18\xef\x5a\x0c\x40\x0b\xb2\x08\x82\x0f\xbf\x7c\x04\xf0\x3e\x43\x12\x25\x72\x67\xe7\xfe\x23\x12\xd7\xef\xd0\x04\x27\x72\xb1\xd8\x8c\xdb\x3c\x69\x58\x61\x37\x3d\x6d\xba\xaa\x81\xb2\xb0\x42\xa9\xc9\x6b\x29\xcb\xb0\xe8\x0e\x19\xef\x62\x25\x25\x9a\x05\x38\x9e\xb0\x1b\xdc\xe5\x7a\x40\x9a\x9f\x29\xeb\xe6\x18\x65\xb8\xa8\x5f\xe7\x57\x88\xa0\xf8\x24\x9e\xc5\x11\x45\x13\x2c\xa6\x28\xc5\x05\xff\xfa\xaf\xc0\x4d\x0f\x68\x86\x66\x2d\x0c\xed\x8a\x25\xaa\x18\x14\x73\x21\xf1\x24\x79\xa9\x88\x13\x11\xaa\x51\x12\x98\xdf\x28\x89\x10\x42\xc9\xae\x31\x5d\xf6\x71\xac\xfb\x28\xec\xe7\x94\x4d\xa6\x33\x89\xb3\x00\xe8\x4a\x91\xc0\x29\xc7\x12\xc0\x86\x4c\xd2\xa3\x3e\xc2\xb2\x56\x30\xdc\x22\xc3\x00\x5b\x51\x7e\x0f\xfe\x77\xf7\x9d\x26\xea\x47\x55\x06\x24\x78\xb1\x08\xe1\x18\xd1\x2c\xc7\xe7\x58\x4c\x19\x15\x38\xa9\x0b\x01\xcb\x55\x87\x71\xdc\xef\xf7\xf1\xce\x0e\xed\xf7\xfb\x22\x7a\xf7\xfe\x9f\x6f\x5e\x3e\x3f\x7b\x79\xfe\x4c\x89\x7e\x51\xd0\x23\xd1\x68\xfc\x53\xcc\xa6\x98\xfb\xd2\xad\x14\x8b\x0b\x38\x34\xc2\xaf\x29\x89\x3b\x8f\x56\x8e\x52\x25\xca\x82\xda\xf2\x57\x9d\xde\x38\x8c\x08\x4d\xf3\x59\x86\x45\x00\x0e\xe3\x1e\x28\x16\xb2\xcb\xc1\x96\x59\xac\xf0\x22\x5c\x40\x35\x41\xde\x4f\x15\x14\xd1\x3a\x79\x1b\xa2\x68\xaf\x55\x14\xed\xf9\xa2\x68\x6f\x90\xdc\x2f\x14\xc1\x69\xa4\x26\xc4\xc3\x83\xfd\xd1\xbf\x5f\x84\xb0\x1c\x20\xc3\x1c\x91\x18\xb3\x59\x9e\xbd\x36\xb8\x9e\xe3\x91\x16\x3a\xa6\x79\xd4\x6f
|
2019-01-30 18:49:44 +00:00
|
|
|
|
2019-11-18 18:04:01 +00:00
|
|
|
func distAssetsNomadUi3f5aade8a94ca946d42dfb0ab70ffee0JsBytes() ([]byte, error) {
|
2019-01-30 18:49:44 +00:00
|
|
|
return bindataRead(
|
2019-11-18 18:04:01 +00:00
|
|
|
_distAssetsNomadUi3f5aade8a94ca946d42dfb0ab70ffee0Js,
|
|
|
|
"dist/assets/nomad-ui-3f5aade8a94ca946d42dfb0ab70ffee0.js",
|
2019-01-30 18:49:44 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-11-18 18:04:01 +00:00
|
|
|
func distAssetsNomadUi3f5aade8a94ca946d42dfb0ab70ffee0Js() (*asset, error) {
|
|
|
|
bytes, err := distAssetsNomadUi3f5aade8a94ca946d42dfb0ab70ffee0JsBytes()
|
2019-01-30 18:49:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-11-18 18:04:01 +00:00
|
|
|
info := bindataFileInfo{name: "dist/assets/nomad-ui-3f5aade8a94ca946d42dfb0ab70ffee0.js", size: 704439, 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-11-18 18:04:01 +00:00
|
|
|
var _distAssetsVendor34c674f94f8ed54c9c302f718969513fJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\xfd\xfb\x76\xdb\x38\xb2\x28\x0e\xff\xef\xa7\x90\xf9\x75\x34\x40\x04\xc9\x24\x75\xb3\xd9\x46\xeb\x4b\xc7\xb9\xf5\x44\x49\xba\xed\x8c\x27\x91\x35\xda\xb4\x04\xd9\xec\x48\xa4\x1b\x84\xe2\x38\xa6\xf6\xb3\xff\x16\x0a\x00\x09\x4a\x94\x93\xcc\xec\xb3\xcf\x49\xd6\xb2\x88\x5b\xa1\x70\x2b\x14\x0a\x55\x85\xdb\x28\x9e\x25\xb7\xad\x67\xcb\x4b\xc6\x9f\xbd\xf9\x07\xbd\x7f\xfe\xec\xc9\xd9\xfb\x3f\x9e\x9d\x06\xf7\x6b\xf2\xec\x9f\x67\xcf\xde\x9c\x4c\xde\xfd\xf1\xf6\xec\xed\xd9\x87\x77\x32\xf2\x24\x14\x2c\xd8\xf7\xd6\x64\xf2\xdb\xef\xef\x9f\xfd\xf1\x61\xf2\xea\xcd\xd9\xb3\x17\x7f\x3c\x39\x7b\xf5\xf6\x4d\xb0\xef\xae\xf7\x3e\x87\xbc\xb6\x48\xc2\x19\xe3\x64\xc6\xe6\x51\xcc\x08\x67\x7f\xad\x22\xce\x86\xc9\x6c\xb5\xc8\x43\xe6\xf7\xcf\x94\xf0\x55\x1c\x47\xf1\xd5\x19\x4b\x45\x4a\xf7\xbd\xbd\x68\x8e\xe6\xab\x78\x2a\xa2\x24\x46\x0c\xdf\x3b\xab\x94\xd5\x52\xc1\xa3\xa9\x70\xf6\x4c\x42\x4d\x20\x7c\x2f\xab\x62\xf4\xed\xe5\x9f\x6c\x2a\x5a\x53\xce\x42\xc1\x50\xbc\x5a\x2c\xf0\x1e\x67\x62\xc5\xe3\x1a\x6b\x4d\x26\xf4\x73\x12\xcd\x6a\x2e\x99\xb1\x05\x13\x0c\xa2\x08\x5b\xcb\xa2\x9c\xde\x2b\x44\x83\x12\xbe\x41\x15\xda\x41\x65\x23\x82\xad\xc6\x04\xf9\xd7\x7a\x2f\xff\xa4\xfa\x8b\x96\x80\x50\xbb\x91\xf3\x84\x23\x89\x93\xa0\xa3\x31\xe1\x74\x81\x18\x71\x90\xce\x8e\x1d\x22\x30\x89\xa9\x68\x2d\x58\x7c\x25\xae\x9b\xde\xcf\xf1\x2f\xd4\xfd\x39\x6e\x36\xb1\x18\xc5\xe3\x16\xfb\x72\x93\x70\x91\xa2\xbc\xdd\xbc\xb5\x84\x2a\x4c\xca\x9a\xa8\x16\xd2\xfb\x38\x79\x9a\xc4\xf3\x45\x34\x15\x41\x5e\xbd\x50\x3d\x19\x93\x68\x4f\xa2\x11\xd7\xa2\xb8\x26\xb0\x68\x5d\x87\xe9\xdb\xdb\xf8\x1d\x4f\x6e\x18\x17\x77\x28\xc6\xf5\x3a\xaf\x8a\x44\x11\x95\x68\x10\x36\x8a\xc6\x94\xa9\xaf\x78\x4c\xf9\x28\x1e\xe3\x35\x59\x86\x9f\xd8\x09\x9b\x87\xab\x85\x78\x06\xd8\xe4\xb3\x24\xa6\x02\x61\x12\x51\x24\x7f\x5c\x0c\x71\x09\x1d\x39\xba\xd9\x0e\x71\x34\xfa\x0e\x71\x54\x7b\x9c\x71\x31\x01\x42\xc4\x88\x20\x9c\xc4\xf8\x5e\x5c\x47\x69\x6b\xb5\x8a\x66\x34\x6a\x34\x08\x84\xa2\x19\x65\xea\x6b\xc6\x6e\x52\xba\x6f\xfa\x4e\x36\x41\x7d\x0d\x92\x40\xa8\x1c\x0a\x36\xbd\xd7\xb5\x05\xf7\xeb\xb5\x4a\x98\x86\x8b\xc5\x65\x38\xfd\x44\xb9\x0a\x5f\x87\xa9\x6a\x42\xfa\x24\x3d\x61\x37\x74\xdf\xd3\x95\xa5\x4f\x16\x51\x98\xd2\x58\x05\x39\x8b\xe6\x11\x9b\xd1\x98\xdd\xd6\x9e\x70\x1e\xde\x21\x53\x3b\x56\x19\x52\x11\x0a\x46\x9d\x98\xdd\x3a\xeb\xbc\x3d\x29\xc2\xf7\x45\x68\x25\x27\x45\xde\x92\x22\x7e\xa1\x5a\x5d\x4c\x98\x88\xc6\x23\x36\xce\xb2\x78\xc4\x1a\xce\x41\x14\xcf\xd8\x17\x67\xfc\x73\x54\xaf\x47\x06\xad\x9f\xb1\xcc\x13\xb5\xa2\x19\x64\x93\x1f\x45\x4e\x33\x63\xa2\x2c\x2b\xa6\x23\x11\xb2\x6e\x9e\xdc\xd6\x64\x13\x9e\x71\x9e\x70\xe4\x3c\x4d\x56\x8b\x59\x2d\x4e\x44\x6d\x1e\xc5\xb3\x9a\xea\xb4\xda\x7f\x39\x0d\xd6\x70\xfe\xab\x16\x2d\x65\xbf\xb0\x59\x6d\xce\x93\xa5\x8c\x15\x0d\xe7\xbf\x1c\xbc\x06\x60\x84\xd7\xeb\xce\x0d\x8b\x67\x51\x7c\xe5\xec\x53\x1a\xa9\x1e\xa8\xd7\x9d\x79\x14\x87\x8b\xe8\x2b\x9b\x95\xa2\x51\xd4\x92\x75\x9c\xb0\x9b\x14\x71\x4c\x78\xeb\x66\x95\x5e\xa3\x08\x63\x12\x15\x3d\x31\x55\x78\x46\x73\xe4\xb4\x64\x69\xd6\x9a\x5e\x87\xfc\x89\x40\x2e\xc6\x66\xf9\xef\x99\x5e\xe2\x94\xb5\xd2\x9b\x45\x24\x90\x73\xe0\xa8\xb5\x54\x04\x5b\xe9\x22\x9a\x32\xe4\x92\xa6\x27\xa7\xa3\x4b\x12\x6a\x26\xc9\xcf\xd1\x71\xf2\x73\xd4\x68\xa8\x15\x12\x52\x3e\x8a\xc6\x7b\x50\x65\xcb\xa1\x94\x86\x50\xbf\x4b\x29\x8d\xcd\x08\x6f\xf7\x5b\x18\xcb\x4e\x0b\xa7\x53\x96\xa6\xb5\x9b\x90\xb3\x58\x98\xde\x4b\xe6\x35\x9e\x24\xc2\xc1\x7b\x71\xeb\x26\xb9\x41\x78\xcd\x16\x29\xd3\x6d\x02\xf8\xd3\x24\x16\x51\xbc\x62\x32\x83\xec\x84\x10\xaf\xd7\xba\x75\x71\xeb\xcf\x24\x8a\xa1\x05\x45\xaf\xcc\xe5\xbc\x51\x19\xf6\xd1\xbe\x9c\x1a\xf5\xfa\x7e\x69\x6e\xe0\x75\xd8\xba\xe1\x89\x48\xc4\xdd\x0d\x6b\x6d\xad\xce\x82\x2a\x19\xfa\x6a\xad\x11\x43\x4f\xf6\x24\x95\xa5\x94\xb2\x2c\x73\x12\x20\xbf\xce\x3e\x95\xf0\x92\x79\x0d\x86\x55\xc3\xb0\x62\xb3\x4c\xd1\x61\x18\xa9\x99\xaa\x31\xcb\xf6\x35\xf1\x8e\xd2\x67\x5f\x04\x8b\xd3\xe8\x72\xc1\x10\xc3\x59\x86\xf2\x4c\x94\xe1\x35\xb1\x51\xd6\x38\xd8\x88\xca\x0e\x2b\xa6\x12\xa5\xb4\x58\x66\x59\xe6\xc8\xf5\x78\x27\xa7\x5e\x29\xc1\x4c\x92\xaa\
|
2019-01-30 18:49:44 +00:00
|
|
|
|
2019-11-18 18:04:01 +00:00
|
|
|
func distAssetsVendor34c674f94f8ed54c9c302f718969513fJsBytes() ([]byte, error) {
|
2019-01-30 18:49:44 +00:00
|
|
|
return bindataRead(
|
2019-11-18 18:04:01 +00:00
|
|
|
_distAssetsVendor34c674f94f8ed54c9c302f718969513fJs,
|
|
|
|
"dist/assets/vendor-34c674f94f8ed54c9c302f718969513f.js",
|
2019-01-30 18:49:44 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-11-18 18:04:01 +00:00
|
|
|
func distAssetsVendor34c674f94f8ed54c9c302f718969513fJs() (*asset, error) {
|
|
|
|
bytes, err := distAssetsVendor34c674f94f8ed54c9c302f718969513fJsBytes()
|
2019-01-30 18:49:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-11-18 18:04:01 +00:00
|
|
|
info := bindataFileInfo{name: "dist/assets/vendor-34c674f94f8ed54c9c302f718969513f.js", size: 1560353, 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-11-18 18:04:01 +00:00
|
|
|
var _distIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x94\x51\x6f\xa3\xb8\x13\xc0\xdf\xfb\x29\xf8\x23\xe5\xed\x4f\x01\x43\x20\x91\x20\x52\xae\xa1\xab\x9e\x4e\x69\x36\x4d\xef\x76\x9f\x2a\x63\x8f\xc1\x57\x63\x73\xb6\x49\x9b\x6f\x7f\x22\x24\x2c\xbb\xd7\x5b\xdd\x53\x02\xfe\xcd\xcf\x9e\x61\x3c\xd9\xff\x36\x8f\x77\x87\xaf\xbb\xc2\xa9\x6d\x23\x56\x37\xd9\xf0\xe3\x38\x59\x0d\x98\xf6\x7f\x1c\x27\x6b\xc0\x62\x87\xd4\x58\x1b\xb0\xb9\xdb\x59\xe6\x2d\xdc\xe9\x52\x6d\x6d\xeb\xc1\x5f\x1d\x3f\xe6\xee\x17\xef\x79\xed\xdd\xa9\xa6\xc5\x96\x97\x02\x5c\x87\x28\x69\x41\xda\xdc\x7d\x28\x72\xa0\x15\x5c\x23\x2d\xb7\x02\x56\x5b\xd5\x60\x9a\xf9\xc3\xc3\x44\x29\x71\x03\xb9\x4b\xc1\x10\xcd\x5b\xcb\x95\x9c\x88\xdc\x7f\x82\x47\x0e\x6f\xad\xd2\x76\x42\xbd\x71\x6a\xeb\x9c\xc2\x91\x13\xf0\xce\x0f\xff\x77\xb8\xe4\x96\x63\xe1\x19\x82\x05\xe4\xa1\xbb\xba\x39\x9b\x6e\xa6\x2a\xd9\x9f\xc8\xeb\xb8\x4f\x94\x64\xbc\xf2\x41\x1e\xb9\x56\xb2\x01\x39\xb5\xcf\xd2\x5f\x66\x08\x35\x8a\x76\x02\x76\x1a\x18\x7f\x9f\x21\x34\x8b\xd6\x33\x84\xae\x82\xfe\x05\xba\x9b\x21\x34\x31\x8c\x50\xab\x15\xed\x48\x9f\xd8\x88\x69\xa5\xec\xf3\xfe\xb7\x11\x99\xa1\xfb\x5e\x72\x3f\x02\x42\x11\xdc\x47\x1c\x4e\x2d\x8c\x14\xee\xac\x1a\x89\xa2\x29\x41\x17\xdb\xdf\x2f\xab\xe7\x33\xde\x17\xeb\xc3\xf3\xbe\x78\xfa\xf6\x2e\xdd\x5c\xe8\x2f\x87\x62\xbb\x79\xd9\xed\x1f\x0f\x8f\x7d\x0b\x3c\x4d\xc3\x36\xd8\x5e\x36\x61\x58\x18\x18\x83\x5e\x7e\xfd\xfc\x5c\xec\xbf\xbe\x3c\x6c\x0f\xc5\xa7\xfd\xfa\xf0\xf0\xb8\x1d\x30\xab\xbb\x6f\xd4\x7a\xb7\x9b\xca\x4a\xa1\xc8\x2b\x97\xd5\xe7\x0e\x34\x07\x33\x09\x38\xd3\x0d\xd7\xb8\x82\x27\x02\x12\x6b\xae\xc6\xd4\x4c\x83\x85\xb8\x13\x9d\xb1\xa0\xc7\x14\x07\xf6\x0f\x6e\xeb\x2d\x6e\xc0\xb4\x98\xfc\x9b\xaf\x67\x0e\xea\x15\xe4\x4f\xd6\xf7\x50\x71\xf5\x1d\x70\xcd\x00\xfa\x52\x7a\x44\x70\x6f\xa0\xa7\xe9\x74\x86\xcb\x6a\xa7\xd5\xfb\xe9\x47\x73\x67\x60\x03\x0c\x77\xc2\xee\xb0\x31\xb6\xd6\xaa\xab\xea\x0f\xf5\xef\x7d\xbb\xae\xdb\x56\xf0\xe1\xa3\x7e\x12\xaa\xc4\xe2\xfb\x8a\xbb\x8e\x7f\xe9\xd0\x4c\x70\xf9\xea\x68\x10\xb9\x6b\xec\x49\x80\xa9\x01\xac\xeb\xd4\x1a\x58\xee\xfa\x1d\xf7\xb1\x31\x60\x8d\x7f\x04\x49\x95\xf6\xd2\xb8\x8c\x23\x4c\xe2\x20\x0c\xa2\x05\x2b\x13\x1a\xc5\x09\x2c\xe6\xb8\xa4\x51\x59\xce\xa3\xe4\x96\x18\x73\xbd\x45\xff\xd1\x7c\xed\x6a\x0f\x31\x06\x2c\x4c\x81\x95\x25\x89\xa3\x24\x5c\x06\x88\x26\x84\x84\x34\x46\x04\x50\xb9\xf8\xd8\xcd\x49\x7f\x85\xed\xa9\x85\xdc\xe5\x0d\xae\xc0\x6f\x65\x35\xdd\xc6\x67\xf8\xd8\x43\x5e\x48\xd0\x1c\xa5\x38\xc5\x41\x4a\xc3\x28\x00\x52\x62\x46\x20\x9d\x43\x9c\x84\x73\x9c\x2c\x6f\xcf\x81\xd7\xc2\xf4\x93\xca\xbf\x8e\xaa\xac\x54\xf4\x34\x6c\x7d\x29\xdb\x30\x3e\x1c\xa3\xc9\x47\x65\x8a\x62\x92\xa4\x31\x5b\xc6\x6c\x01\x74\x1e\x93\x25\x89\x02\xc4\xd2\x70\xb1\x4c\x96\xf3\x30\x62\xb7\x7f\x1a\x77\x95\xf9\x83\x64\xf5\x53\xe3\x58\x9e\x88\xcd\x31\xa6\xb0\xc0\xcb\x98\xe0\x65\x9c\xd0\x18\x51\x56\x06\xb8\x4c\x03\xc6\x00\x82\x1f\x9c\x83\x94\xf2\xa3\xc3\x69\xee\x0e\x4d\x57\x62\xc3\x89\x47\xb5\x6a\xa9\x7a\x93\xde\x9b\xd2\x4d\xad\x04\xf4\x61\x94\x1f\xcf\x89\xfa\x43\xa6\x99\x3f\x8c\xeb\xbf\x03\x00\x00\xff\xff\xb4\x7f\x01\xeb\xc6\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-11-18 18:04:01 +00:00
|
|
|
info := bindataFileInfo{name: "dist/index.html", size: 1478, 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-10-22 12:34:56 +00:00
|
|
|
"dist/assets/nomad-ui-2ffef17efbbc4361902d6cc1d42ce2b8.css": distAssetsNomadUi2ffef17efbbc4361902d6cc1d42ce2b8Css,
|
2019-11-18 18:04:01 +00:00
|
|
|
"dist/assets/nomad-ui-3f5aade8a94ca946d42dfb0ab70ffee0.js": distAssetsNomadUi3f5aade8a94ca946d42dfb0ab70ffee0Js,
|
|
|
|
"dist/assets/vendor-34c674f94f8ed54c9c302f718969513f.js": distAssetsVendor34c674f94f8ed54c9c302f718969513fJs,
|
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-10-22 12:34:56 +00:00
|
|
|
"nomad-ui-2ffef17efbbc4361902d6cc1d42ce2b8.css": &bintree{distAssetsNomadUi2ffef17efbbc4361902d6cc1d42ce2b8Css, map[string]*bintree{}},
|
2019-11-18 18:04:01 +00:00
|
|
|
"nomad-ui-3f5aade8a94ca946d42dfb0ab70ffee0.js": &bintree{distAssetsNomadUi3f5aade8a94ca946d42dfb0ab70ffee0Js, map[string]*bintree{}},
|
|
|
|
"vendor-34c674f94f8ed54c9c302f718969513f.js": &bintree{distAssetsVendor34c674f94f8ed54c9c302f718969513fJs, 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")
|
|
|
|
}
|