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-12-20 15:42:20 +00:00
|
|
|
// ui/dist/assets/nomad-ui-30024b2225a95d7c8d13e40e6ee69829.js
|
|
|
|
// ui/dist/assets/nomad-ui-6fb61ac8fe029356b1b6b5308b3b141e.css
|
|
|
|
// ui/dist/assets/vendor-c0c19ff98759dd117e4dfde19d99ffbc.js
|
2019-11-22 18:42:49 +00:00
|
|
|
// ui/dist/assets/vendor-d8602bc1ee5a13b26e7066b76b62d063.css
|
2017-10-19 22:20:39 +00:00
|
|
|
// ui/dist/crossdomain.xml
|
2019-12-20 15:42:20 +00:00
|
|
|
// ui/dist/ember-fetch/fetch-fastboot-81a7992e6a6bd07e7f64282a4ab9c6e9.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-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/assets/auto-import-fastboot-d41d8cd98f00b204e9800998ecf8427e.js", size: 0, mode: os.FileMode(436), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
var _distAssetsNomadUi30024b2225a95d7c8d13e40e6ee69829Js = []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\x66\x20\x9a\xf2\xdb\x9c\x68\xfa\xf6\xf4\x23\xd3\x73\xfb\xb5\xb6\x27\xd9\x7b\x1c\x6d\x0e\x4c\x42\x12\xc6\x14\xa0\x00\x90\x6d\x8d\xad\xfd\xec\xbf\x83\x07\x41\xf0\x21\x59\x72\x77\x4f\xf7\xdc\xcd\xe4\xa4\x2d\x92\x40\xa1\x50\x28\x14\xaa\x0a\x85\x02\x98\x09\xdc\x11\x92\x93\x54\x82\xad\x0c\x0f\x09\xc5\x01\xa0\x6c\x82\xb2\xee\x8c\xec\xa2\x0c\x4d\x25\xe6\x62\x17\x8d\x30\x95\x00\x5e\x02\x7c\x37\x65\x5c\x0a\x00\xdb\x0a\x4d\xa7\x39\x49\x91\x24\x8c\x82\x01\x1c\xce\x68\xaa\x7e\x06\x18\xca\xf0\xbe\x78\xea\xd0\x00\x87\xf7\x1c\xcb\x19\xa7\x9d\xb2\x48\x78\x4f\x86\xc1\x73\xce\xd1\x3c\x22\x42\xff\x0d\x70\x18\xde\x0f\x19\x0f\x6e\x10\xef\xc8\x7e\x0c\x69\x9f\xe2\xdb\x8e\xfd\x16\xe5\x98\x8e\xe4\x38\xfc\x5e\xfe\xa5\xf8\xfd\xbd\xfc\xee\xbb\x90\x5e\xca\x41\x1f\x5f\xca\xc1\x96\x6d\x82\x2e\x16\x01\x0e\x1f\x1e\x6a\x4d\x9d\xcf\x27\x57\x2c\x8f\x88\xc4\x1c\x49\xc6\x3b\x84\x76\x3e\x5c\xfd\x8a\x53\xa9\x0b\x83\x4b\xa6\x1f\x3a\xcf\xf9\x68\x36\xc1\x54\x8a\x01\xe8\xf7\xfb\xa6\x44\x34\xe5\x4c\x32\x39\x9f\xe2\x48\xb2\x73\xc9\x09\x1d\x45\x29\xca\x73\x85\xb0\x6d\xd4\x74\x64\xc8\xd9\x24\xc0\x61\xad\xfd\xf0\x5e\x8e\x39\xbb\xed\xa8\xce\x5c\xcc\xa7\xf8\x15\xe7\x8c\x07\xe0\x0d\xbd\x41\x39\xc9\x3a\x48\x4a\x3c\x99\xca\x8e\x64\x1d\x31\xe5\x18\x65\x1d\xca\x68\x57\xe3\x79\x95\xe3\x0e\xa1\x42\x22\x9a\x62\x10\x2e\x82\x70\x61\x11\x32\xc3\xf6\x91\xb3\x29\xe6\x72\x1e\x60\x08\xfe\xf9\x4f\x2c\xde\xb1\x6c\x96\x63\x00\xef\x6f\x50\x3e\xc3\xc9\x76\xbc\x08\x21\x56\x65\xd1\x2c\x97\xfd\x1b\x46\xb2\x4e\xbc\xa5\x88\x8b\xfa\xb2\x78\x1d\xe1\x3b\x89\x69\x16\xdc\x4f\x91\x1c\xbf\x66\x5c\x21\x98\x78\xa8\x9b\xfe\x01\xcd\x0d\xbb\x13\x3c\xb9\xc2\x5c\x80\x05\x9c\xf1\xfc\x35\xe3\xaf\x09\xcd\xce\x70\xca\x78\xe6\x57\x51\x2d\xe0\xbe\xa1\x48\x49\x39\x91\x93\x14\x1b\xb2\xa1\x82\xc6\xa1\x79\x1b\xf4\xc2\x62\xf0\xe4\x98\x88\xa8\x04\xfe\x3c\xcf\x23\xc5\x63\xf3\x40\x7d\x80\x6a\x2c\xc3\xc5\x22\xdc\x2a\x7b\x85\x16\x21\x5c\xc1\xc4\x79\xce\x2c\x7b\x3e\xc2\xc9\xb7\x48\xa6\x63\x45\x70\xff\xeb\x4c\x92\x5c\xec\xa2\x2c\xeb\x4a\xd6\x55\x04\xaa\x31\x39\xa4\xe1\xfd\x97\x1b\x11\x21\xd9\x34\xf1\xb9\xd8\xcc\x0b\x47\x3d\x3b\x0b\x7e\xe8\xed\xec\x18\x48\xdb\xfd\xf2\xe3\x65\x6f\xf0\xcc\x7f\x48\xc0\xc7\x0f\xe7\x17\x60\xab\x3e\x0f\x91\x01\x2b\xfa\x41\x0c\x69\x81\x42\x18\xd4\xc6\xc1\x0c\x72\x80\x22\x92\x41\xe0\x11\x35\x84\xb8\x3a\x74\xe8\x57\x74\x17\x08\x28\xc3\xc5\x22\x00\xbb\xaa\x07\x20\x84\x1c\x0b\x89\xb8\x4c\xaa\xf2\x41\x35\x4b\xfb\x00\x44\x29\xa3\x29\x92\xa6\xc9\x31\x13\xf2\xe1\x01\xec\x82\xb0\xf2\x7a\xc6\xf3\x8f\x1c\x0f\xc9\x5d\x10\x86\x10\x79\x95\x28\x04\xbb\x69\x4e\x14\x73\x96\x68\x79\xb5\xb1\xc6\x78\xd7\x62\x00\x5a\x90\x45\x10\x7c\xfc\xe5\x02\xc0\xfb\x0c\x49\x94\xc8\x9d\x9d\xfb\x0b\x24\xae\xdf\xa3\x09\x4e\xe4\x62\xb1\x19\xb7\x79\xd2\xb0\xc2\x6e\x7a\xda\x74\x55\x03\x65\x61\x85\x52\x93\xd7\x52\x96\x61\xd1\x1d\x32\xde\xc5\x4a\x4a\x34\x0b\x70\x3c\x61\x37\xb8\xcb\xf5\x80\x34\x3f\x53\xd6\xcd\x31\xca\x70\x51\xbf\xce\xaf\x10\x41\xf1\x49\x3c\x8b\x23\x8a\x26\x58\x4c\x51\x8a\x0b\xfe\xf5\x5f\x81\x9b\x1e\xd0\x0c\xcd\x5a\x18\xda\x15\x4b\x54\x31\x28\xe6\x42\xe2\x49\xf2\x4a\x11\x27\x22\x54\xa3\x24\x30\xbf\x51\x12\x21\x84\x92\x5d\x63\xba\xec\xe3\x58\xf7\x51\xd8\xcf\x29\x9b\x4c\x67\x12\x67\x01\xd0\x95\x22\x81\x53\x8e\x25\x80\x0d\x99\xa4\x47\x7d\x84\x65\xad\x60\xb8\x45\x86\x01\xb6\xa2\xfc\x1e\xfc\xef\xee\x7b\x4d\xd4\x0b\x55\x06\x24\x78\xb1\x08\xe1\x18\xd1\x2c\xc7\x67\x58\x4c\x19\x15\x38\xa9\x0b\x01\xcb\x55\x87\x71\xdc\xef\xf7\xf1\xce\x0e\xed\xf7\xfb\x22\x7a\xff\xe1\x9f\x6f\x5f\x3d\x7f\xf9\xea\xec\x99\x12\xfd\xa2\xa0\x47\xa2\xd1\xf8\xa7\x98\x4d\x31\xf7\xa5\x5b\x29\x16\x17\x70\x68\x84\x5f\x53\x12\x77\x1e\xad\x1c\xa5\x4a\x94\x05\xb5\xe5\xaf\x3a\xbd\x71\x18\x11\x9a\xe6\xb3\x0c\x8b\x00\x1c\xc6\x3d\x50\x2c\x64\x97\x83\x2d\xb3\x58\xe1\x45\xb8\x80\x6a\x82\x7c\x98\x2a\x28\xa2\x75\xf2\x36\x44\xd1\x5e\xab\x28\xda\xf3\x45\xd1\xde\x20\xb9\x5f\x28\x82\xd3\x48\x4d\x88\x87\x07\xfb\xa3\x7f\xbf\x08\x61\x39\x40\x86\x39\x22\x31\x66\xb3\x3c\x7b\x63\x70\x3d\xc3\x23\x2d\x74\x4c\xf3\xa8\xdf\x28
|
2019-01-30 18:49:44 +00:00
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
func distAssetsNomadUi30024b2225a95d7c8d13e40e6ee69829JsBytes() ([]byte, error) {
|
2019-01-30 18:49:44 +00:00
|
|
|
return bindataRead(
|
2019-12-20 15:42:20 +00:00
|
|
|
_distAssetsNomadUi30024b2225a95d7c8d13e40e6ee69829Js,
|
|
|
|
"dist/assets/nomad-ui-30024b2225a95d7c8d13e40e6ee69829.js",
|
2019-01-30 18:49:44 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
func distAssetsNomadUi30024b2225a95d7c8d13e40e6ee69829Js() (*asset, error) {
|
|
|
|
bytes, err := distAssetsNomadUi30024b2225a95d7c8d13e40e6ee69829JsBytes()
|
2019-01-30 18:49:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/assets/nomad-ui-30024b2225a95d7c8d13e40e6ee69829.js", size: 705574, mode: os.FileMode(436), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
var _distAssetsNomadUi6fb61ac8fe029356b1b6b5308b3b141eCss = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\xbd\xdd\x8e\x33\x39\xb2\x20\xf6\x2a\xb9\x3d\x68\xe0\xab\x69\x49\x93\xfa\xad\x2a\x09\xd3\xd8\xf5\x01\xd6\x5e\x60\x8f\x0d\xf8\xec\x01\xf6\x60\x30\x17\x29\x25\x55\xca\xe9\x54\xa6\x4e\x66\xea\xab\xaa\xd1\x96\xe1\xab\x35\x7c\xeb\x47\xf0\xb5\xef\x7d\xe1\x3b\x3f\xca\x3e\x89\x91\xfc\x4b\x06\x19\x41\x32\x55\xf5\x9d\xf1\xee\xd4\x74\x77\x55\x32\xfe\x48\x06\x83\x41\x32\x18\xfc\xd7\x87\x53\xd6\xb4\xac\x4b\x7e\xfa\xc7\xff\xf0\x6f\xa7\x4f\x3f\xed\x66\xfb\xeb\xf9\xc2\x9a\x69\x53\xbc\x9c\xba\xc9\xac\xba\x9e\xf7\xac\xb9\x9d\xb3\xe6\xa5\xa8\xc4\xc7\xed\x7c\xb6\x6e\xd8\xf9\x63\xc6\xfa\xa2\xe9\x3e\x6b\x8b\xc3\x34\x6f\xea\x4b\x5e\xbf\x56\x13\xf4\xeb\xf4\x50\x57\x1d\xab\x3a\x7f\x69\xf2\x7b\x55\x7e\xa9\x5f\x59\x33\x6d\x59\xc9\x0e\x9d\x06\xeb\x8b\xbb\x6c\x5f\xb2\xa4\xdb\xd7\xf9\x7b\xd2\x35\xb3\xa2\x9d\x16\x55\xc7\x9a\xec\xd0\x15\xdf\xd9\xe4\xd4\x9d\xcb\xdb\xbe\x7e\x9b\xb6\xc5\x5f\x8b\xea\x65\xbb\xaf\x9b\xbc\xe7\x56\xbf\x7d\x64\x4d\x57\x1c\x4a\x36\xc9\xda\x22\x67\x93\x63\xf1\x72\x6d\xd8\xe4\x58\xd7\x1d\x6b\x26\x27\x96\xe5\xfd\x7f\x5e\x9a\xfa\x7a\x99\x9c\x9a\x49\xcb\x0e\x5d\x51\x57\xb7\xbc\x68\x2f\x65\xf6\xbe\xdd\x97\xf5\xe1\xb7\x8f\xec\x9a\x17\xf5\xa4\x17\x30\x9f\x14\xe7\x97\x49\xbd\xff\x0b\x3b\x74\x93\xef\x45\xce\xea\xdb\x39\x7b\x9b\xbe\x16\x79\x77\xda\xce\xd3\xf4\xe7\x8f\x99\xaa\xd2\xa5\x61\x93\x4b\xc3\x6e\xd3\x57\xb6\xff\xad\xe8\xa6\xf5\x77\xd6\x1c\xcb\xfa\x75\xda\x1e\x9a\xba\x2c\x7b\x29\xbb\xfa\x7a\x38\xed\x74\xc1\xdb\x36\xbb\x76\xf5\xc7\xa1\xce\x05\xe6\x3e\x3b\xfc\xd6\x4b\x56\xe5\xd3\x43\x5d\xd6\xcd\xf6\x77\xc7\x75\xff\xf3\xd1\x37\x02\x87\x90\x9f\xd3\xac\xff\x81\xac\x67\x55\xf6\x7d\x9f\x35\xd3\x2e\xdb\xb7\x1c\xd6\x66\x33\xab\xea\xae\x38\x16\x87\xac\xaf\x70\x32\xd3\xfd\x04\x3f\xb7\xd7\x7d\x57\x74\x25\xb3\xbf\x63\x1f\xb3\x6d\x55\x77\xdf\x66\xfb\x6b\xd7\xd5\xd5\x83\x55\xd8\x76\x4d\x5d\xbd\x4c\x32\xf5\xcb\xa5\x61\x49\x5f\x53\x59\x87\xc3\xb5\x69\x58\xd5\xfd\x5d\xff\xc7\x87\x04\x91\x5d\x7e\x52\xd5\x5c\x6e\xfa\x9f\x0f\xc9\x60\x22\xff\xdb\xde\xb2\xb2\x78\xa9\xa6\x45\xc7\xce\xed\xf6\xc0\x7a\xad\x18\x60\x0e\x27\x76\xf8\x6d\x5f\xbf\x0d\xbf\x25\x45\x75\xb9\x76\x93\x59\x93\xf5\x9d\x2a\xfe\x23\xbf\x65\xb7\xc3\xb5\x69\xeb\x66\x7b\xa9\xb9\x72\x89\x86\xee\xff\xf5\xab\x54\xcf\xef\x05\x7b\x15\xca\x76\x62\x62\x44\xa4\xe9\xcf\x3b\xb3\xfb\xe5\x20\x2a\xd9\xb1\x53\x63\xa7\xff\x5d\x0f\x9d\xa2\x9d\x66\x6d\x5b\x1f\x8a\xac\x57\x5c\x05\xd2\xd5\x97\xed\x74\xf6\xb8\x66\xe7\x8f\x3f\xfc\xfe\x5f\x25\xfb\x6b\x79\xce\x66\x45\x9d\x7c\x4f\x67\x9b\xd9\x3c\xf9\x4f\xc9\xdf\xff\xbb\xff\x90\xfc\xfb\xe2\xc0\xaa\x96\x25\xff\x29\x79\x29\xba\xd3\x75\x3f\x3b\xd4\xe7\x3f\xfc\xe5\xa5\x3b\x9d\xdb\x3f\x70\x8c\xe4\xf7\x7f\xf8\xd7\xbf\xb1\xf7\x63\x93\x9d\x59\x9b\xb4\x97\xa2\xfa\x37\x5c\x7d\x6e\xc7\xa6\x3e\xdf\xba\x26\xab\xda\x63\xdd\x9c\xb7\x4d\xdd\x65\x1d\xfb\x96\x3e\x7c\x74\xb5\xfb\x79\xb9\x7e\xce\xd9\xcb\xc3\x07\x97\xe4\x5c\x54\x45\xc3\x5a\xd6\xcd\x0e\x6d\xdb\x8b\x93\xce\x16\x11\xe2\x40\xb4\xdf\xff\x81\x8f\xa3\x7f\xbe\xd6\x1d\xe3\xcd\x39\xc9\xf3\x49\x5e\x4e\xf2\x6e\x72\x2c\x58\x99\xb7\xac\x53\x03\xf3\x34\x9f\x9c\x16\x93\xd3\x72\x72\x5a\x4d\x4e\xeb\xc9\x69\xd3\x8f\xca\xbe\xc1\x27\x05\xaf\xd6\xa4\x64\x2f\xac\xca\x27\x65\x31\xa9\xcb\xc9\xa5\x57\xa3\x49\xc7\xde\xba\xac\x61\xd9\xe4\x5a\xca\xf6\xdc\xa6\xbb\x4b\x96\xe7\xfd\x18\x4b\x3f\x1c\x92\xb7\x63\x5d\x75\xbd\xa5\x60\xa2\xfb\xf8\x9f\xaf\xa2\x3f\x57\x69\xfa\x71\x2d\x6f\x65\xd1\x76\xd3\xb6\x7b\x2f\xd9\xb6\xaa\x2b\xf6\x21\xd5\x49\xa8\x89\xb0\x4e\x9a\xad\xe6\xf9\x21\xac\x90\x3b\x6a\x8f\xc7\x9d\xc1\x72\x75\x79\xdb\x4d\xcf\xf5\x5f\xa7\x75\xfb\x36\x15\xdf\xcf\x75\xdd\x9d\x7a\x69\x5f\x9a\xec\xbd\x3d\x64\x25\xdb\x29\xb3\x61\x01\x64\x55\x57\x64\x65\x91\xb5\x2c\xdf\x9d\x8b\x4a\x5a\x9e\x65\x9a\x5e\xde\x4c\x43\x72\x2a\xf2\x9c\x55\xc3\x97\xf7\xad\xb0\x3a\xbb\x5e\xe8\x69\xc3\xaa\x9c\x35\x3d\xb9\xfa\xd2\x15\xe7\xe2\xaf\xec\xdf\xb3\x97\x62\x5f\x94\x45\xf7\x2e\x20\x7a\x49\xa7\x59\xfe\x97\x6b\xdb\x69\xbd\xe6\x2d\xd0\xf7\x9e\xd9\x7e\x0d\x3b\xef\xca\xa2\x62\x53\x35\x1e\x66\xeb\x8f\xdf\x4f\xb6\xd9\xb1\x37\xaf\xdb\x3d\x3b\xd6\xbd\x21\x1b\x0c\x73\x51\x9d\x5
|
2019-01-30 18:49:44 +00:00
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
func distAssetsNomadUi6fb61ac8fe029356b1b6b5308b3b141eCssBytes() ([]byte, error) {
|
2019-01-30 18:49:44 +00:00
|
|
|
return bindataRead(
|
2019-12-20 15:42:20 +00:00
|
|
|
_distAssetsNomadUi6fb61ac8fe029356b1b6b5308b3b141eCss,
|
|
|
|
"dist/assets/nomad-ui-6fb61ac8fe029356b1b6b5308b3b141e.css",
|
2019-01-30 18:49:44 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
func distAssetsNomadUi6fb61ac8fe029356b1b6b5308b3b141eCss() (*asset, error) {
|
|
|
|
bytes, err := distAssetsNomadUi6fb61ac8fe029356b1b6b5308b3b141eCssBytes()
|
2019-01-30 18:49:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/assets/nomad-ui-6fb61ac8fe029356b1b6b5308b3b141e.css", size: 212974, mode: os.FileMode(436), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
var _distAssetsVendorC0c19ff98759dd117e4dfde19d99ffbcJs = []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-12-20 15:42:20 +00:00
|
|
|
func distAssetsVendorC0c19ff98759dd117e4dfde19d99ffbcJsBytes() ([]byte, error) {
|
2019-01-30 18:49:44 +00:00
|
|
|
return bindataRead(
|
2019-12-20 15:42:20 +00:00
|
|
|
_distAssetsVendorC0c19ff98759dd117e4dfde19d99ffbcJs,
|
|
|
|
"dist/assets/vendor-c0c19ff98759dd117e4dfde19d99ffbc.js",
|
2019-01-30 18:49:44 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
func distAssetsVendorC0c19ff98759dd117e4dfde19d99ffbcJs() (*asset, error) {
|
|
|
|
bytes, err := distAssetsVendorC0c19ff98759dd117e4dfde19d99ffbcJsBytes()
|
2019-01-30 18:49:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/assets/vendor-c0c19ff98759dd117e4dfde19d99ffbc.js", size: 1587237, mode: os.FileMode(436), modTime: time.Unix(1480000000, 0)}
|
2019-05-22 19:29:30 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-11-22 18:42:49 +00:00
|
|
|
var _distAssetsVendorD8602bc1ee5a13b26e7066b76b62d063Css = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\xdb\x8e\xa3\x38\x13\x7e\x15\x7e\xb5\x46\x33\x2d\x85\x96\x93\x4e\x26\xd3\x20\xfd\x1a\x69\xaf\xf7\x21\x0c\x2e\xc0\x8a\xb1\x19\xdb\xe4\x30\x28\xef\xbe\xf2\x01\xc2\xc1\x49\x7a\xe7\x6a\x15\xe5\x02\xbb\x5c\xae\x73\x7d\xe5\xb7\xbf\x04\x81\xbf\xa9\x94\x42\x76\x85\xe0\x3a\x2e\x70\x4d\xd9\x25\xa9\x05\x17\xaa\xc1\x39\xa4\x15\xd0\xb2\xd2\xc9\x3b\x42\xcd\x39\xcd\x05\x13\x32\x79\x41\x08\xa5\x84\x4a\xc8\x35\x15\x3c\x61\x5a\x5e\x47\x7c\x62\x46\x39\xa8\xae\xc1\x84\x50\x5e\x26\xdb\xe6\x1c\xa1\xf1\x7e\xd4\x48\x98\x93\xaf\x9e\xec\xc7\x8c\x1e\x60\x60\x89\xa2\x6d\x73\x9e\x5c\x59\xb6\x5a\x83\x8c\x0b\xca\x18\xc8\x31\xb3\x58\xe5\x52\x30\x96\xe1\x7e\xb3\xcb\x70\x7e\x28\xa5\x68\x39\x89\xbd\x36\x45\x51\x04\x98\xa9\x2e\x13\x92\x80\x8c\xa5\xd5\x7f\xdd\x9c\x23\x25\x18\x25\xd1\x0b\x21\x24\x0d\x70\xd9\x9b\x5f\x7a\xaa\xa8\x86\xd8\x9a\x2e\xe1\xe2\x24\x71\xb3\xb0\x0d\x6f\xeb\x0c\xe4\x48\x9b\x77\x63\xa2\x68\xd7\x9c\xd3\x9a\xf2\xf8\x44\x89\xae\x92\x8d\x31\xb7\x86\xb3\x8e\x31\xa3\x25\x4f\xac\x14\xbd\xfd\x3f\x3e\x3e\x9e\x5d\xe4\x94\xa8\xb1\x3c\x80\xec\x6e\x6e\xbb\x4b\x13\xab\x36\xd3\x0c\xba\xdb\x0d\x13\xd2\xbc\x95\x4a\xc8\xde\x24\x0c\x8a\x89\x45\x4c\x3c\x4c\xac\xc5\x05\x87\xd4\x29\x32\xf5\x3d\xa1\xc7\x89\x77\x20\x17\x9c\x60\x79\x79\xc8\x5f\x51\x76\x04\x79\x7d\xcb\xeb\xb8\xc0\xda\xcb\x12\x05\xc4\x73\x37\xe2\x56\x0b\x2f\x4e\x82\xfe\x47\xeb\x46\x48\x8d\xb9\x1e\xf9\x2c\x79\xd9\xc3\x7e\xce\x6f\x26\x9a\x5b\x55\xdd\xef\x98\x72\x02\xe7\x64\x3d\xa3\x8f\x8d\xdd\x96\xd1\x24\xcb\x0c\x7f\xdb\xa0\xd5\x66\xb7\x5b\x6d\xd0\xea\x6d\xf7\x9a\xc6\x27\xc8\x0e\x54\xc7\x98\xd3\x1a\xdb\x8c\xc9\x18\xe5\x87\x68\xfd\x86\xbe\xab\x48\x69\x68\xd4\xb7\xf5\x6b\x44\x79\x41\x39\xd5\x90\xc6\xb5\xf8\xfd\x69\xe2\x4f\xd2\x59\xe1\x1d\x2d\x8c\x94\x08\x59\xec\x3f\x21\x6f\x20\xc1\x8c\xcb\x7e\xda\xbb\x0e\x70\x29\x24\xae\x41\x45\x96\x47\xb7\x43\x5f\x96\x8e\xd0\x12\x73\xd5\x60\x09\x5c\x5f\xaf\x3f\x7b\x9d\xfe\xe0\xe8\xbf\x3f\x62\x6c\xad\x71\xd6\x11\xaa\x1a\x86\x2f\x09\xe5\xb6\x86\x65\x4c\xe4\x07\x97\xd3\x04\x72\x21\x9d\x19\x28\xaf\x40\x52\x3d\xc9\x36\xd9\x32\x53\x80\x1a\xa1\xa8\xa5\xc1\x99\x12\xac\xd5\x90\xda\xc4\x40\xa9\x4b\x32\x94\x6a\xd1\x24\xf1\xce\x54\x8a\x4c\x68\x2d\xea\x04\xa5\xe2\x08\xb2\x60\xe2\x94\x54\x94\x10\xe0\x4b\xb6\xf7\x72\x38\xcf\x73\xcb\x0f\xdd\x78\x2d\xee\xb7\x9a\xa9\x98\x40\x81\x5b\xa6\x23\xf3\x55\x01\x26\xe3\x0a\x53\x04\x68\x7e\xb5\x42\x0f\x95\x05\x7d\x20\x4b\xc2\xa1\xc4\x9a\x1e\x87\x75\xb2\xdd\xda\x75\x77\xe9\x6d\x7d\xf3\xb1\xb9\xde\x2e\x5a\x59\xee\x5a\x0a\x5e\xba\x7e\x75\x72\xed\x69\x8f\x1c\x57\xa8\xdd\xb2\xd2\x17\x06\x09\xd5\x98\xd1\xdc\x6e\x58\xd7\xcd\x6d\xdf\x72\x02\xd2\xf8\xe6\xea\xd9\xd2\x03\xe8\x4a\x8a\xb6\xac\x16\xb4\xd6\x85\x7e\x33\xa0\xe3\x01\x2e\x27\x21\x49\x2f\xf5\x1e\xfd\x08\x10\x61\x2d\xea\x41\xaf\xf5\x47\x80\xc2\xf7\x06\x4f\xb3\xfe\xbe\x0d\xd0\x10\x28\x1e\xdb\xfb\x88\x25\xc5\x19\x83\x78\x33\xd0\xed\x70\x80\x4e\x5f\x1a\x58\x3d\x38\xfe\x3e\x1c\xff\xb1\x0b\x1c\xcf\x45\x5d\x03\xd7\x3d\x11\xde\xa1\x00\x91\x31\x2a\x2f\x07\x9a\xf5\xfa\x2e\xcd\x4d\xda\x22\xc8\xa9\x06\x8d\x03\xd2\xfe\x6a\x31\xa3\x05\xbd\x19\x6d\xb7\x0b\x09\x9b\xb5\x94\x69\xca\x7b\xa2\x77\x14\x32\x48\x26\x71\x7e\x00\x7d\x6b\x82\xfb\x90\xd5\xf0\xa0\xce\x7a\x1f\x12\x14\x6b\x2d\x69\xd6\x8e\x42\x1e\xe5\xa1\xcc\x91\x93\x66\xbb\xd8\xb7\x11\x3b\xe3\x40\xf9\x11\x33\x4a\xf2\x0a\xcb\x80\x29\xc0\xc2\x38\xdf\x87\x80\x4c\x1b\xb8\xa8\x4d\x66\xf1\xb2\xcf\x7f\x9f\xe5\x9b\xbe\x02\x5c\xa7\xfd\x2f\x52\x0d\xe6\x63\x06\x35\xd6\x79\x45\x79\x39\xb3\x11\xca\xd0\xb3\x93\x5c\xf0\x3b\x87\xf1\x66\x73\x0d\xdd\x61\x4c\x3c\xea\xd6\xae\xa7\xee\x76\xab\xf5\x0e\xad\xd0\xea\xed\xfd\x75\x72\x0a\xe7\xa6\x5e\xb8\x12\x3b\x1c\x1a\x9f\x7f\x81\x1f\xc5\x66\x0a\xf2\x6e\xb5\x55\x02\xb3\x75\x68\x5e\x39\x27\x70\x61\x0e\x11\x1d\xaa\xec\x86\x23\xee\x7b\x84\x35\x6a\x2c\x4b\xca\x7b\x23\xc7\xef\xa6\x46\xfb\x35\x57\xbc\xdd\x92\xc7\x80\x3d\x9d\x5d\xf3\x80\x7b\x8d\xd0\x97\x54\xb4\xda\xe8\x35\xae\xc5\xbd\xbc\x53\x79\xe8\x6f\x08\xe9\x34\x01\x65\x86\xbb\xaf\xf6\xe3\x76\xf5\x39\x1c\x5d\x0d\x40\xfa\x21\xbc\x9e\x6c\x1e\x87\xdd\x40\x2b\xeb\x71\xd5\xf7\xb4\x6f
|
2019-05-22 19:29:30 +00:00
|
|
|
|
2019-11-22 18:42:49 +00:00
|
|
|
func distAssetsVendorD8602bc1ee5a13b26e7066b76b62d063CssBytes() ([]byte, error) {
|
2019-05-22 19:29:30 +00:00
|
|
|
return bindataRead(
|
2019-11-22 18:42:49 +00:00
|
|
|
_distAssetsVendorD8602bc1ee5a13b26e7066b76b62d063Css,
|
|
|
|
"dist/assets/vendor-d8602bc1ee5a13b26e7066b76b62d063.css",
|
2019-05-22 19:29:30 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-11-22 18:42:49 +00:00
|
|
|
func distAssetsVendorD8602bc1ee5a13b26e7066b76b62d063Css() (*asset, error) {
|
|
|
|
bytes, err := distAssetsVendorD8602bc1ee5a13b26e7066b76b62d063CssBytes()
|
2019-05-22 19:29:30 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/assets/vendor-d8602bc1ee5a13b26e7066b76b62d063.css", size: 5992, mode: os.FileMode(436), 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-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/crossdomain.xml", size: 585, mode: os.FileMode(436), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
var _distEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x53\x5d\x6f\xdb\x30\x0c\x7c\xcf\xaf\xe0\x34\xa0\xb3\x50\xc7\x7a\x0f\x20\x04\xdb\xb0\x61\x7b\x1d\xf6\x32\xf4\x03\x55\x6c\x3a\x56\xa1\x8a\x2e\x45\x35\x2d\x82\xfc\xf7\x41\xf1\x9c\x76\xed\xf6\xc6\x10\xa7\xbb\xcb\xf9\xd8\x61\xef\x23\x56\xaa\x47\x69\x07\x55\x5f\x28\x7c\x1c\x89\x25\xa9\xab\xba\xcf\xb1\x15\x4f\xb1\x42\xbd\x7f\x70\x0c\x62\xcd\xf5\x20\x32\xa6\xf5\xea\xd2\x5c\x1a\x53\xb3\x35\xd7\xd3\x44\xf6\xab\x4b\xf2\x89\x48\x1a\xc6\xfb\xec\x19\x2b\xe5\x36\xc4\xd2\x52\x14\xa6\x10\x90\x97\x23\x85\xa7\xde\x87\x60\x3a\x9f\xc4\xb4\xb7\x69\x39\x52\x3c\x6e\x94\xae\xe3\x3f\x08\x22\x75\xb8\x9c\x7c\xe9\xc5\x6c\x06\x52\xb1\xe3\xfb\x2a\xe6\x10\xac\xb5\xa8\x65\x60\xda\x41\xc4\x1d\x7c\x61\x26\xae\xd4\x4f\x7e\xf2\x71\x0b\x42\x70\x7c\x0c\x3b\x2f\x03\x30\x06\x27\xfe\x01\x21\x73\x80\x4d\x16\xc0\xbb\x0d\xf2\x44\x0f\x83\x4b\xf1\x83\x40\xef\xa3\x4f\x03\x76\x10\xc8\x75\x85\x62\xf6\xf4\x3d\xf6\x54\x43\x42\x84\x0e\xc5\xf9\x90\xc0\x09\x1c\xa3\x58\x19\xb3\xf5\x32\xe4\x4d\xd3\xd2\x9d\x99\x38\xdb\xe0\xcd\x0b\xf6\xf7\xb3\xf4\x32\x73\x50\x7a\xd1\x52\x4c\x02\x62\x55\x8e\x53\xf8\xdd\x4a\x95\x3f\xd2\x8c\x4c\x42\x2d\x85\xb5\x2a\xd4\x2b\xb5\x7a\x5e\x2d\x18\x25\x73\xbc\xc0\x66\x8b\x52\xa9\x81\x92\x28\x5d\xcb\xd5\xe1\x14\x4b\xff\x27\x16\x6e\x04\x93\x54\xa8\xf5\x3e\xa0\x5c\xc8\x95\x4d\x95\xd7\x0b\xb4\x72\x8e\x07\x0c\x09\xc1\xf7\xd5\x3b\x79\x85\xaa\xf9\x84\xe3\x73\x65\x8c\x3a\x2f\xf0\x49\x14\xf0\x50\xbe\xbe\xb7\x25\xf1\x05\x36\x1d\xf6\x2e\x07\xb1\xcf\xf5\xa8\x45\xef\x67\xec\xd9\x19\x36\x03\x63\xbf\xc6\x26\x73\xb0\x7d\x35\xfd\xd4\x2b\x95\x84\x7d\xdc\x2a\x6b\xe5\x69\x44\xea\x0b\xb4\xc2\x02\xd0\xba\x9e\x48\x0e\x35\x36\x09\x25\x8f\x25\xf7\x0d\xd1\x4b\x0d\xbd\xf7\x16\x0b\xe0\x07\xde\x67\x4c\x62\xdb\xe0\x52\x02\x7c\x14\x8c\x5d\x82\x38\xef\xf7\xc7\x78\x39\xb7\x42\x3c\x39\x7b\x2b\xbc\x9e\x64\x57\x27\xb3\xb3\x93\xc9\xaa\xae\x53\x1e\x71\x7a\x7d\x28\x92\xdf\xd0\x75\xc8\xc9\xc6\x79\x3a\xda\x48\x23\xc5\x84\x36\x9e\xc6\x1a\x9b\x8f\xa5\xf3\x9f\x4f\x9d\xb7\xf4\x7a\x73\xd0\xf5\x5f\x17\x67\xdc\xad\x7b\xfc\xcf\xd9\xe9\xfd\x9b\x6a\xff\xa2\x0c\x3e\xb6\x21\x77\xd8\xc1\xcd\x33\xc3\xcd\xb1\xd2\x5e\x60\xe7\x12\x30\x46\x77\x87\x5d\x39\x80\x9b\x17\x3d\x9c\x80\x4a\x1f\xf4\xe2\x77\x00\x00\x00\xff\xff\xe9\x52\x9b\xee\xf5\x03\x00\x00")
|
2019-01-30 18:49:44 +00:00
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
func distEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9JsBytes() ([]byte, error) {
|
2019-01-30 18:49:44 +00:00
|
|
|
return bindataRead(
|
2019-12-20 15:42:20 +00:00
|
|
|
_distEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9Js,
|
|
|
|
"dist/ember-fetch/fetch-fastboot-81a7992e6a6bd07e7f64282a4ab9c6e9.js",
|
2019-01-30 18:49:44 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
func distEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9Js() (*asset, error) {
|
|
|
|
bytes, err := distEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9JsBytes()
|
2019-01-30 18:49:44 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/ember-fetch/fetch-fastboot-81a7992e6a6bd07e7f64282a4ab9c6e9.js", size: 1013, mode: os.FileMode(436), 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-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/favicon-1c2527a7a07d130ecbafce75e4615a69.png", size: 6714, mode: os.FileMode(436), 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
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/images/icons/boot.svg", size: 721, mode: os.FileMode(436), modTime: time.Unix(1480000000, 0)}
|
2019-05-22 19:29:30 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/images/icons/cancel.svg", size: 248, mode: os.FileMode(436), modTime: time.Unix(1480000000, 0)}
|
2019-05-22 19:29:30 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/images/icons/clock.svg", size: 273, mode: os.FileMode(436), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/images/icons/history.svg", size: 158, mode: os.FileMode(436), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
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-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/images/icons/media-pause.svg", size: 160, mode: os.FileMode(436), 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-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/images/icons/media-play.svg", size: 145, mode: os.FileMode(436), 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
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/images/icons/search.svg", size: 355, mode: os.FileMode(436), modTime: time.Unix(1480000000, 0)}
|
2019-05-22 19:29:30 +00:00
|
|
|
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-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/images/icons/warning.svg", size: 312, mode: os.FileMode(436), modTime: time.Unix(1480000000, 0)}
|
2019-01-30 18:49:44 +00:00
|
|
|
a := &asset{bytes: bytes, info: info}
|
|
|
|
return a, nil
|
|
|
|
}
|
|
|
|
|
2019-12-20 15:42:20 +00:00
|
|
|
var _distIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x94\x5d\x6f\xa3\x38\x17\x80\xef\xfb\x2b\x78\x91\x72\xf7\x52\xc0\x09\x10\x24\x88\x94\x6d\xe8\xa8\xab\x55\x9a\x49\xd3\xdd\x99\xab\xca\x1f\x07\xf0\xd6\xd8\xac\x6d\xd2\xe6\xdf\xaf\x08\x09\xc3\xcc\x76\x47\x7b\x95\x80\x9f\xf3\xd8\xe7\x70\x7c\xb2\xff\x6d\x1e\xef\x0e\x5f\x77\x85\x53\xdb\x46\xac\x6e\xb2\xe1\xc7\x71\xb2\x1a\x30\xeb\xff\x38\x4e\xd6\x80\xc5\x0e\xad\xb1\x36\x60\x73\xb7\xb3\xa5\xb7\x74\xa7\x4b\xb5\xb5\xad\x07\x7f\x75\xfc\x98\xbb\x5f\xbc\xe7\xb5\x77\xa7\x9a\x16\x5b\x4e\x04\xb8\x0e\x55\xd2\x82\xb4\xb9\xfb\x50\xe4\xc0\x2a\xb8\x46\x5a\x6e\x05\xac\xb6\xaa\xc1\x2c\xf3\x87\x87\x89\x52\xe2\x06\x72\x97\x81\xa1\x9a\xb7\x96\x2b\x39\x11\xb9\xff\x04\x8f\x1c\xde\x5a\xa5\xed\x84\x7a\xe3\xcc\xd6\x39\x83\x23\xa7\xe0\x9d\x1f\xfe\xef\x70\xc9\x2d\xc7\xc2\x33\x14\x0b\xc8\x43\x77\x75\x73\x36\xdd\x4c\x55\xb2\x3f\x91\xd7\x71\x9f\x2a\x59\xf2\xca\x07\x79\xe4\x5a\xc9\x06\xe4\xd4\x3e\x4b\x7e\x99\x21\xd4\x28\xd6\x09\xd8\x69\x28\xf9\xfb\x0c\xa1\xd9\x7c\x3d\x43\xe8\x2a\xe8\x5f\xa0\xbb\x19\x42\x13\xc3\x08\xb5\x5a\xb1\x8e\xf6\x89\x8d\x98\x56\xca\x3e\xef\x7f\x1b\x91\x19\xba\xef\x25\xf7\x23\x20\x14\xc5\x7d\xc4\xe1\xd4\xc2\x48\xe1\xce\xaa\x91\x28\x1a\x02\xba\xd8\xfe\x7e\x59\x3d\x9f\xf1\xbe\x58\x1f\x9e\xf7\xc5\xd3\xb7\x77\xc9\xe6\x42\x7f\x39\x14\xdb\xcd\xcb\x6e\xff\x78\x78\xec\x5b\xe0\x69\x1a\xb6\xc1\xf6\xb2\x49\x89\x85\x81\x31\xe8\xe5\xd7\xcf\xcf\xc5\xfe\xeb\xcb\xc3\xf6\x50\x7c\xda\xaf\x0f\x0f\x8f\xdb\x01\xb3\xba\xfb\x46\xad\x77\xbb\xa9\x8c\x08\x45\x5f\xb9\xac\x3e\x77\xa0\x39\x98\x49\xc0\x99\x6e\xb8\xc6\x15\x3c\x51\x90\x58\x73\x35\xa6\x66\x1a\x2c\xc4\x9d\xe8\x8c\x05\x3d\xa6\x38\xb0\x7f\x70\x5b\x6f\x71\x03\xa6\xc5\xf4\xdf\x7c\x3d\x73\x50\xaf\x20\x7f\xb2\xbe\x87\x8a\xab\xef\x80\x6b\x06\xd0\x97\xd2\xa3\x82\x7b\x03\x3d\x4d\xa7\x33\x5c\x56\x3b\xad\xde\x4f\x3f\x9a\x3b\x03\x1b\x28\x71\x27\xec\x0e\x1b\x63\x6b\xad\xba\xaa\xfe\x50\xff\xde\xb7\xeb\xba\x6d\x05\x1f\x3e\xea\x27\xa1\x08\x16\xdf\x57\xdc\x75\xfc\x4b\x87\x66\x82\xcb\x57\x47\x83\xc8\x5d\x63\x4f\x02\x4c\x0d\x60\x5d\xa7\xd6\x50\xe6\xae\xdf\x71\x1f\x1b\x03\xd6\xf8\x47\x90\x4c\x69\x8f\x2d\xe3\x00\x11\x1a\x02\x44\x38\x9c\x13\x14\x43\x12\xc4\x31\x49\x62\x12\x23\x16\xc4\xf3\x5b\x6a\xcc\xf5\x16\xfd\x47\xf3\xb5\xab\xbd\xb8\x24\x71\x88\xe9\xb2\x84\x00\xa5\xf3\x28\x26\x21\x89\x49\x34\x0f\x96\x64\x4e\xc2\x45\x08\x1f\xbb\x39\xed\xaf\xb0\x3d\xb5\x90\xbb\xbc\xc1\x15\xf8\xad\xac\xa6\xdb\xf8\x25\x3e\xf6\x90\x17\x52\x14\xa1\x04\x27\x38\x48\x58\x38\x0f\x80\x12\x5c\x52\x48\x22\x58\xc4\x61\x84\xe3\xf4\xf6\x1c\x78\x2d\x4c\x3f\xa9\xfc\xeb\xa8\xca\x88\x62\xa7\x61\xeb\x4b\xd9\x86\xf1\xe1\x18\x4d\x3f\x2a\x13\x0d\x68\x98\x96\x65\xba\x4c\xa2\x94\xb1\x30\x4c\x60\xc1\x4a\x06\x61\xca\xd2\xb4\x2c\x09\xbd\xfd\xd3\xb8\xab\xcc\x1f\x24\xab\x9f\x1a\xc7\xf2\xcc\x83\x00\x2d\x08\x42\x28\xc2\x69\xc4\x12\xba\x64\xe1\x1c\x16\x01\xc4\x00\x71\xba\x44\xe9\x0f\xce\x41\xca\xf8\xd1\xe1\x2c\x77\x87\xa6\x23\xd8\x70\xea\x31\xad\x5a\xa6\xde\xa4\xf7\xa6\x74\x53\x2b\x01\x7d\x18\xe3\xc7\x73\xa2\xfe\x90\x69\xe6\x0f\xe3\xfa\xef\x00\x00\x00\xff\xff\x91\x92\x9b\x66\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-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/index.html", size: 1478, mode: os.FileMode(436), 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-12-20 15:42:20 +00:00
|
|
|
info := bindataFileInfo{name: "dist/robots.txt", size: 51, mode: os.FileMode(436), 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-12-20 15:42:20 +00:00
|
|
|
"dist/assets/nomad-ui-30024b2225a95d7c8d13e40e6ee69829.js": distAssetsNomadUi30024b2225a95d7c8d13e40e6ee69829Js,
|
|
|
|
"dist/assets/nomad-ui-6fb61ac8fe029356b1b6b5308b3b141e.css": distAssetsNomadUi6fb61ac8fe029356b1b6b5308b3b141eCss,
|
|
|
|
"dist/assets/vendor-c0c19ff98759dd117e4dfde19d99ffbc.js": distAssetsVendorC0c19ff98759dd117e4dfde19d99ffbcJs,
|
2019-11-22 18:42:49 +00:00
|
|
|
"dist/assets/vendor-d8602bc1ee5a13b26e7066b76b62d063.css": distAssetsVendorD8602bc1ee5a13b26e7066b76b62d063Css,
|
2019-01-30 18:49:44 +00:00
|
|
|
"dist/crossdomain.xml": distCrossdomainXml,
|
2019-12-20 15:42:20 +00:00
|
|
|
"dist/ember-fetch/fetch-fastboot-81a7992e6a6bd07e7f64282a4ab9c6e9.js": distEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9Js,
|
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-12-20 15:42:20 +00:00
|
|
|
"nomad-ui-30024b2225a95d7c8d13e40e6ee69829.js": &bintree{distAssetsNomadUi30024b2225a95d7c8d13e40e6ee69829Js, map[string]*bintree{}},
|
|
|
|
"nomad-ui-6fb61ac8fe029356b1b6b5308b3b141e.css": &bintree{distAssetsNomadUi6fb61ac8fe029356b1b6b5308b3b141eCss, map[string]*bintree{}},
|
|
|
|
"vendor-c0c19ff98759dd117e4dfde19d99ffbc.js": &bintree{distAssetsVendorC0c19ff98759dd117e4dfde19d99ffbcJs, map[string]*bintree{}},
|
2019-11-22 18:42:49 +00:00
|
|
|
"vendor-d8602bc1ee5a13b26e7066b76b62d063.css": &bintree{distAssetsVendorD8602bc1ee5a13b26e7066b76b62d063Css, map[string]*bintree{}},
|
2019-01-30 18:49:44 +00:00
|
|
|
}},
|
|
|
|
"crossdomain.xml": &bintree{distCrossdomainXml, map[string]*bintree{}},
|
|
|
|
"ember-fetch": &bintree{nil, map[string]*bintree{
|
2019-12-20 15:42:20 +00:00
|
|
|
"fetch-fastboot-81a7992e6a6bd07e7f64282a4ab9c6e9.js": &bintree{distEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9Js, 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")
|
|
|
|
}
|