-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwebgui.go
107 lines (96 loc) · 20.4 KB
/
webgui.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
package main
import (
"bytes"
"compress/gzip"
"fmt"
"io"
"strings"
)
func bindata_read(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)
gz.Close()
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
return buf.Bytes(), nil
}
var _static_gui_index_html = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x3c\x6b\x77\xdb\x36\x96\xdf\xfd\x2b\x50\x76\x3a\xa4\x6a\x91\x94\xe4\x38\x6d\x64\x51\x39\x19\x3b\x73\x9a\x99\x4c\x9b\xc9\x63\x67\xbb\x8e\x37\x07\x22\x21\x09\x36\x08\xb0\x00\xa8\x47\x93\xfc\xf7\x3d\x00\x5f\xe0\x43\xb2\x1c\x3b\xdb\x19\x7d\x70\x28\xe0\xe2\xe2\xde\x8b\xfb\x06\x95\xc9\x37\x17\xbf\x9c\xbf\xfd\xf5\xd5\x73\xb0\x94\x31\x99\x1e\x4d\xd4\x3f\x80\x40\xba\x08\x2c\x44\x2d\x35\x80\x60\x34\x3d\x02\x60\x22\xb1\x24\x68\xfa\xcf\x14\x86\x37\x88\x5f\xc3\xf0\x06\xac\x4e\x26\x7e\x36\x7a\xa4\x00\x62\x24\x21\x08\x97\x90\x0b\x24\x03\x2b\x95\x73\xf7\x47\x6b\x5a\x4e\x2c\xa5\x4c\x5c\xf4\x5b\x8a\x57\x81\xf5\xdf\xee\xbb\x67\xee\x39\x8b\x13\x28\xf1\x8c\x20\x0b\x84\x8c\x4a\x44\x65\x60\xbd\x78\x1e\xa0\x68\x81\x8c\x75\x14\xc6\x28\xb0\x56\x18\xad\x13\xc6\xa5\x01\xba\xc6\x91\x5c\x06\x11\x5a\xe1\x10\xb9\xfa\x4b\x1f\x60\x8a\x25\x86\xc4\x15\x21\x24\x28\x18\x5a\x19\x61\x04\xd3\x1b\xc0\x11\x09\x2c\x21\xb7\x04\x89\x25\x42\xd2\x02\x4b\x8e\xe6\x81\xa5\xc8\x12\x63\xdf\x17\x12\x86\x37\x09\x94\x4b\x6f\xc6\x98\x14\x92\xc3\x24\x8c\xa8\x17\xb2\xd8\x2f\x07\xfc\x47\xde\x23\x6f\xe8\x87\x42\x54\x63\x5e\x8c\xa9\x17\x0a\x91\x51\x7c\xcf\x9d\xe6\x8c\x4a\x17\xae\x91\x60\x31\xf2\x1f\x79\x3f\x78\x03\xbd\x99\x39\x5c\xdf\x4f\xef\x02\xe4\x36\x41\x81\x25\xd1\x46\xfa\xc5\x0c\x00\x31\xc4\x14\x7c\x04\x31\xe4\x0b\x4c\x5d\xc9\x92\x31\x38\xe5\x28\x3e\x03\x9f\xf5\xf4\xb7\x98\x4a\xce\xc0\x47\x10\x61\x91\x10\xb8\x1d\x83\x19\x61\xe1\x4d\x39\x9d\x70\x16\x22\x21\x30\x5d\x98\x30\x94\x51\x54\x82\x70\xa4\x4e\xe4\xb6\x69\x4f\x29\x10\xe2\x25\x29\x63\x30\x48\x36\x60\xa8\xfe\x14\x0f\x67\x60\xc6\x78\x84\xb8\x3b\x63\x52\xb2\x78\x0c\x86\xc9\x06\x08\x46\x70\x04\xbe\x7d\xf2\xe4\x49\x81\xd1\x63\xa9\x24\x98\x22\xf0\x31\x87\x37\x01\x67\x24\x2d\xb7\xf6\x66\x78\x41\xd3\x18\x7c\x04\x09\x8c\x22\x4c\x17\x63\x70\x6a\xec\xc2\x61\x84\x53\x91\x8f\x29\xa9\xb9\x90\xe0\x05\x1d\x83\x10\x51\x89\xf8\x59\x49\xe8\xf0\xb4\x20\x32\x7f\x68\x6e\x20\x12\x48\xbd\x6c\x27\x7d\x46\x02\xff\x8e\xc6\x60\xf4\x48\x41\x76\xcb\xb5\xb6\x32\x42\x22\xac\x2f\xcd\xa4\xa1\x69\x92\x1c\x52\x31\x67\x3c\x1e\x83\x34\x49\x10\x0f\xa1\xa8\x18\x94\x70\x26\x76\xae\xac\x71\x53\x5b\x41\x70\x4b\x26\x61\xca\x05\xe3\x63\x90\x30\x9c\x31\xaf\xe0\x27\xbe\x56\xac\xe9\xd1\xc4\xcf\xcc\x7f\x32\x63\xd1\x76\x7a\x74\x34\xa1\x70\x05\x42\x02\x85\x08\x2c\x0a\x57\x33\xc8\x41\xf6\x8f\x8b\x36\x09\xa4\x91\x1b\x47\xc5\x40\x04\xf9\x0d\x98\x2d\xb2\x7f\xe7\x78\x83\x22\xa5\x84\x99\xda\xc2\x3a\x0e\x77\xc6\x21\x8d\x0a\x3b\xf9\xd6\x32\x9d\xcc\xc4\x87\x7a\xc9\x2c\x95\x92\xd1\xc6\x3a\xc9\x16\x0b\x82\xb8\x95\x5b\x40\x06\x63\x81\x08\x4a\x98\xcf\x05\x56\xc8\x08\x81\x89\x40\xc5\x30\xe4\x0b\xe5\x9e\xbe\xcd\x50\x88\xe7\x1b\x18\x27\x04\x5d\xa0\x39\x4c\x89\xb4\x00\xe4\x18\xba\xca\xc7\x70\x46\xca\x8d\xba\xa1\x32\x96\x51\x14\x58\x73\x48\xd4\x06\x7a\x94\xc0\x99\xb2\xff\xb7\x7a\x7b\x25\x0c\xbc\x80\x12\x33\x9a\x9b\xe5\x44\x9d\x7c\x37\x1b\x2e\x0e\x15\xd8\xc4\x57\x20\x9a\x69\x3f\xe3\x28\xf3\x62\x11\x2e\x45\x5f\xf0\x54\xc8\xba\xe2\x11\x47\xbb\x68\xce\xb7\x4f\x49\x63\x73\x75\xa2\x31\x77\x61\x2a\x59\x0e\xa3\xfd\x98\x01\xe5\x62\x89\x62\x00\x43\x89\x57\xa8\x04\x69\x9c\xa2\xab\x3c\x5f\x71\x82\xbe\x35\xfd\x19\xad\xc1\xeb\xcc\x01\xd4\x38\x16\xdc\x65\x94\x6c\xad\xa9\x13\xa6\x9c\x23\x2a\x7b\x39\xbb\xf9\x39\x6b\xc4\x3e\xc1\x7b\x28\x39\x88\x84\xc2\xd9\x2e\xb0\x5c\xa6\x33\xed\x5c\x63\x7c\x83\xe6\x64\x4b\xa9\xff\x5b\xa5\x5e\x3e\x47\x04\x41\x81\x84\x35\x9d\x94\x3b\xcd\x21\x98\x43\x37\x5b\xea\x8a\xdf\x52\xc8\x8b\xc3\x5d\xe2\x28\x42\x34\xb0\x24\x4f\x91\x3a\x29\x3c\x05\xaf\x73\x04\x7f\x10\x03\x5f\x4c\xf7\x1b\x96\xf2\x10\xed\xa2\xfa\x1b\xd7\xdd\xa3\x0b\x11\x67\x49\xc4\xd6\x74\x2f\x27\x25\x54\xae\xdf\x95\x7d\x6b\x2d\x2d\x66\x07\xc3\x86\xc1\x96\xc8\x73\xd2\xa1\x48\x58\x92\x26\x39\xf1\xdd\xa6\x37\xbd\xc8\x17\x19\xfc\xd4\x4d\xa6\x24\x26\x46\x34\x35\x4d\x95\xa0\x68\xb6\xad\x91\x53\x21\x30\xd9\x2a\x11\xe8\x23\xac\x7c\xd5\xb3\x50\x59\x77\x6d\xdf\x83\x96\x51\x26\x97\x88\x6b\xb3\xfa\x82\xe5\x6f\x58\x8c\xe4\x52\x45\x67\x44\x04\x02\x4b\xc4\x51\x9d\x75\x3f\xc2\xab\xae\x93\x75\xdd\xdc\x11\xf8\x29\xc9\x9f\x8a\xb3\x9e\xa8\x68\x53\xea\x12\xe3\xb1\x8b\xa9\x8e\xb7\xf1\xd6\x1d\xa9\x3f\x64\xe1\x0e\x2a\x1f\x81\x69\x92\xca\x1a\x78\xee\x36\x95\x3b\x11\xb1\x3b\xb2\x8c\xc4\xc4\x02\x09\x81\x21\x5a\x32\x12\x21\x1e\x58\x6f\x10\xe4\xe1\xb2\xee\x31\xf3\xb1\x12\x7f\xdd\xe3\xcf\x24\x05\x33\x49\x5d\x81\x42\x46\x23\xc8\xb7\x25\x55\x22\x76\x07\xc5\x56\x22\x9d\xc5\x58\x5a\xd3\x0c\x57\xe5\x3f\x33\x8e\x15\x91\xd9\x73\x26\x85\x5c\x48\x13\x9f\xc2\x95\x0a\x6e\x3a\x65\xe2\x4c\x29\xa1\x7a\xb4\x2a\x77\x4b\x25\xc4\x14\x71\xab\xf2\xc4\x4a\x85\x75\x0a\x55\x38\x56\x2d\x3c\x75\x28\x2c\x0a\xac\x85\x4a\xfb\xb2\xa3\x0d\xac\x8a\x25\x43\x1f\xb5\xc0\x16\x9c\xa5\x89\x69\x44\x5a\x14\x60\xce\x78\x60\xbd\x50\xe2\x7d\xf7\xfa\xa5\x35\x7d\xae\xe3\x38\x04\xbf\xb2\xf4\x6d\x3a\x43\xe0\xbf\x70\x84\x18\x78\xf7\xfa\xe5\xc4\xd7\xf0\xc6\xfa\xec\x4c\x32\x59\xa4\x9c\x58\x5d\xc7\x93\x99\x5f\x89\x3e\x3b\x03\x95\x8a\x70\x3c\xcb\x6c\x21\xe5\xe4\x27\x44\x12\xab\xcc\xbd\x23\x93\x46\x11\x43\x42\x34\x8e\x12\xce\xdc\x45\x9d\x76\x96\x87\xc4\xa9\x44\x91\x35\xcd\xe3\xd0\x18\x14\x2e\x6d\xbd\x5e\x7b\x5b\x96\xca\x74\x86\xb4\x5f\x5b\x43\x19\x2e\x9f\xae\x02\xf6\xd3\xe2\xf4\xcd\xdf\x7e\x7d\xfd\xd3\xb3\xc1\xc4\xd7\xbb\x54\x0a\x6c\x6a\x73\xae\x18\xb5\x13\x6f\xaa\x49\xc2\x71\x0c\xf9\xb6\xed\x1d\x43\x16\xc7\x88\x4a\xe1\xb2\x3d\xae\x31\x84\x14\xc8\x25\x02\xe7\x39\xf0\x2e\x45\xca\xe9\x32\x75\xa2\xca\x9b\x0b\xc5\x30\x0e\x9d\x30\x18\x55\x33\xf5\x39\xce\xd6\x56\xb7\xeb\x0a\x19\x71\xe3\xc8\x3d\x51\xd4\x19\x72\xe8\x04\x7a\x5c\xf7\x5e\x55\xb4\x27\x58\xc8\x4c\xdf\x40\xf5\xe8\xce\x49\x2a\x96\xb5\x25\x35\x87\x6f\x40\x66\xfe\xa7\xce\xa1\x1b\x2e\x51\x78\xe3\x2a\x45\x6b\xc9\x39\x0b\x3f\xfb\xa4\x7c\xae\x16\x2b\x0f\x36\x67\x1c\xac\xa0\x4a\xe2\xb5\x4e\xe3\xa9\xe9\xaf\xee\x4e\x53\x76\x66\x6e\xc8\x52\x2a\xef\x4d\x57\x58\x6a\xc0\x03\x90\xa4\x1c\xb9\x52\x81\x2f\xa1\xea\x22\x5f\xab\x08\x7b\x10\xa2\x50\xcc\xae\xf1\x97\x50\xf2\x8c\x42\xb2\xfd\x5d\x87\x1e\x85\xe2\x5e\x44\x08\x44\x25\x56\xbc\xdc\x8f\x90\x12\x4d\x93\x98\x2c\xca\x99\x03\x86\xc9\x24\x9c\x2d\x38\x2a\x0b\xe6\x7d\x20\xae\xaa\x74\xcc\x2f\xae\x90\x1c\x27\x28\xaa\x0f\x42\x8a\x63\xa8\x9c\x5e\x1e\x45\x8a\xc9\x19\xe4\x39\x1b\x2b\x48\x52\x44\xd9\x3a\xb0\x4e\xcc\x91\x18\xd3\xc0\x1a\xd4\x46\xe0\x26\xb0\x86\x83\x81\x05\x74\x29\x96\xb7\x3b\xc6\xe0\xe4\xbb\x96\x1b\x68\xf8\xc7\x56\xf0\x2f\xbf\x94\x8f\x1d\x7e\x2b\xab\xd6\x3b\x7c\x16\x67\x6b\x90\x95\xf0\x9d\x6e\x2b\xf7\x3b\xc3\x81\xe9\xbc\x96\xa3\x62\x7a\xa5\x62\xd5\x07\xdd\x24\xca\x92\x96\x3c\x7a\xbd\x55\x23\x13\x7f\x39\x32\x56\x25\x25\xce\x25\xa4\x14\x91\x62\xd9\x33\x70\x9e\x0d\x4c\xfc\xa4\x3b\x22\xb4\xe9\x19\x59\xe5\xb1\x77\x09\x60\xb7\xeb\xed\xc0\xf5\xe3\x0e\xbf\x5c\xf7\xd8\x07\xb8\xe3\x1c\x24\x3f\xd0\x25\xc2\x8b\xa5\x1c\x83\x93\x81\x2a\xdd\x1b\x80\x00\x4c\x42\x48\x57\x50\xe8\xc3\x09\x97\x90\xcb\xb7\x4c\x42\xf2\xa6\x34\x18\x90\xf5\xbf\xac\x47\x4a\x47\x32\x5c\x81\x75\x32\x18\x28\xf5\xc8\x96\x36\xb6\xbe\x45\x69\xba\xe9\x07\x42\x42\xb9\xcf\x42\x9a\x42\xd8\x89\x48\x3d\x88\x38\x7f\xd8\x88\x96\x68\x9a\x0b\xb3\x46\x49\x07\x50\xb3\x86\x4e\x73\xb7\x22\x95\x7c\x3e\x14\xbe\xd1\x9a\xba\x6e\x55\x49\xef\xc5\xa0\x72\x1f\x6b\xaa\xc5\x6b\x44\xfc\xee\xa5\x2d\xa1\xed\x1e\xfc\x43\x84\x90\x30\x81\x55\x9d\xfe\x01\xd1\x05\x5c\xa0\x2f\x13\xc5\xab\x1c\xc9\x7d\x85\xd0\x35\xf4\x6f\xa9\x3a\x85\xd2\x7c\x48\x10\xff\x10\xc1\xed\x9d\x25\x56\xa8\x0d\x78\x85\x38\xb8\x80\xdb\xff\x54\xf5\xa1\x68\x01\xff\x7d\xd5\x67\x5f\x98\xbb\xb3\x6b\x1e\x8e\xac\xa6\x27\x1e\x75\x79\xe2\x96\x1f\xbe\x80\x98\x6c\xdb\x7e\x78\x38\x18\x7c\x57\x39\xe2\x91\x11\xb9\x9b\xe8\xbb\xfc\xf3\x81\x11\xbc\x93\x93\x47\xcd\xf8\xd4\xd8\xf7\x74\xd4\x62\xab\x23\xb8\x24\x2f\xb1\xd8\xc5\xcd\xe9\xa8\xcd\x4d\x81\xb5\xcd\x4d\x93\x97\xac\x28\x2d\xb7\xfa\x2b\x26\x12\xf1\xce\xd2\x14\x98\x5f\x5c\x11\xef\xe9\x20\xe4\x58\x8c\x6d\x66\xdc\xf8\x72\x5b\xe1\xb3\x64\x1c\xff\xae\xca\x7a\x02\x24\x9c\xd5\x03\xdc\xee\xfc\x15\xcc\x09\xda\xb8\x73\x4c\x08\x68\xcc\x94\x05\x67\xd1\x65\x9e\xa9\x80\x94\xac\x19\x8f\x84\x8a\x2d\x09\xf8\x97\x7a\x6c\xe5\xa7\x07\x6c\x65\xa2\xcc\x93\x76\x85\xef\x79\x3b\xf9\xae\x7a\x3a\x7b\xd3\xbe\x89\x1f\x43\x9c\x37\x95\x55\xd5\x9f\x48\x20\x78\x58\xb5\x1c\x43\x16\x21\xef\xfa\xb7\x14\xf1\xad\xae\xcf\xb3\x47\xf7\xc4\x7b\xe4\x0d\xf5\xf5\xd3\xb5\xb0\x40\xc8\x99\x10\x8c\xe3\x85\xca\x5c\x21\x65\x74\x1b\xb3\x54\xe8\xee\xb5\x46\x39\xdd\x85\xfd\x0e\x17\x6d\xd7\xe6\x3d\xdb\x2c\xa5\x11\x41\xc5\xfe\xb7\xef\x13\x46\xf4\x5a\x78\x21\x61\x69\x34\x27\x90\x67\xad\x06\x78\x0d\x37\x3e\xc1\x33\xe1\x9f\x2b\x55\xf4\xae\x85\x3f\xf2\x9e\x78\x27\xf9\xd7\x36\x72\x03\xbb\x71\xcb\x76\x0d\x57\x30\x1b\xd5\x8a\xb3\x82\xaa\x50\x24\x8c\x0b\x10\x80\x8f\x5a\xe6\x1c\x45\x63\x60\xf1\xc5\xcc\x19\x9d\x9e\xf6\xc1\x93\x27\x7d\x30\x3c\x19\xf5\xac\xbe\x9e\x65\x1c\xd2\x05\x32\x01\x86\xa7\x4f\xfa\xe0\xf1\xa3\x02\x60\x8b\x08\x61\x6b\x13\x60\x34\x38\xed\x83\x1f\x1f\x17\x00\x0b\x8e\x10\xcd\xe7\x7f\x50\xeb\x9f\x8c\xf4\x9f\x62\x7e\x46\xd2\x02\xff\xe9\xa3\x3e\x18\x3e\x1e\xf5\xc1\xe8\xe4\xb4\x98\x4e\x52\xae\x5b\x32\x1a\x60\x78\x7a\xd2\x07\xc3\x81\x82\x38\x3d\x35\x36\xd8\x16\xfb\x0f\x86\x6a\xff\x13\xf5\xe7\x87\x9e\x75\x04\xc0\x67\x25\x97\x79\x4a\x75\x83\x0b\x2c\x90\x7c\xf7\xfa\xe5\x2b\xc8\x61\x8c\x24\xe2\x0e\x85\x31\xea\x95\x72\x90\x29\xa7\x20\x42\x4a\xa9\xde\xbd\x7e\x71\xce\xe2\x84\x51\x44\xa5\xe3\x50\x7d\x45\xb0\x78\xbe\x49\x1c\xfb\xf2\xe9\xa7\x3f\x5f\xd9\xe0\x58\x77\x9c\xc0\x31\xb0\x03\xf5\xc5\x76\x2e\xff\xf7\xcf\x67\x57\xc7\x4f\x7b\xce\x9f\x3f\x7d\xfb\xe9\xec\xd3\x9f\x7a\x76\xcf\x43\x1b\x14\x3a\x84\x85\xfa\x56\xc5\x13\xba\xd3\xd7\xfb\xf4\xe9\xb2\x6f\x59\x57\xbd\xcb\xe1\x95\xc7\x91\xf6\x14\x8e\xff\xfe\xd8\x5f\xf4\x81\xfd\xdd\x68\x60\xf7\x7a\x9f\x3e\xd1\x94\x90\x16\xf1\xd1\xca\x51\xe6\xd5\x07\x51\x76\x4f\x72\x01\x25\x6c\x10\xaf\x01\xc0\x53\x6d\x86\x60\x5c\x03\x3c\x6b\xe1\x93\x3c\xa5\x21\x94\xc8\x11\x92\xf7\x41\x0c\x37\x05\x32\x3c\x57\x43\x1e\x41\x74\x21\x97\x60\x6a\x4e\x01\x20\x24\x07\x81\xfa\xeb\x89\x74\xa6\x4a\x4b\xba\x70\x06\xf9\xf2\x63\x60\x79\x9e\x67\x9d\x69\xd0\xcf\x47\x26\x65\x42\xf2\x92\x82\x90\x51\x21\x81\x20\x08\x25\x20\x00\x4e\x8c\x09\xc1\x59\xb3\x54\xf4\x40\x30\xad\xb3\xa4\x64\xff\x8a\xb3\x18\x0b\xe4\x70\x24\x18\x59\x21\x05\x23\x90\x7c\x8b\x63\xc4\x52\x59\x8c\xf6\x41\x0d\x51\xaf\xd8\x6d\x8d\x69\xc4\xd6\x1e\xd3\x3d\x09\x10\x94\xfc\x3b\x05\x4f\xca\x26\x56\x58\x4d\x35\xd5\xc3\x5e\xe1\xc8\xee\x9d\x15\x42\x59\xe1\xa8\x92\xc3\xf5\x3f\x95\xab\x71\xec\xec\x76\xda\xee\x79\x4b\x1c\x21\x27\x07\x36\xa6\xab\x16\x82\xdd\xf3\xc4\x92\xad\x15\x4c\x0e\x44\x90\x04\x38\x64\x14\x04\x5d\xf0\x55\xcf\x0a\x60\x6f\x0e\xed\x12\x77\x26\xbf\xad\x7c\x8d\x16\x68\x03\x02\xe0\x6b\x47\xf2\x74\xfc\xde\x7f\xef\x3b\xeb\xf5\xfa\xbd\xd7\x7b\x9a\x77\x2d\xdf\x2b\x5f\xf2\x3e\xeb\x5b\xbe\x7f\xba\x0a\x2e\xa1\xfb\xfb\x33\xf7\x7f\x06\xee\x93\x0f\xef\xdd\xab\x8f\x8f\xfb\x9f\xfd\x02\x2b\x9e\x3b\xdf\xac\x70\xe4\xc5\x0a\xd6\xc9\xb1\xf7\x2a\x86\x81\x26\xd5\xe3\x28\x66\x2b\x74\xae\x22\x81\x63\x1b\xcd\x8f\x8a\xbc\x1c\x10\x46\x51\x05\xa5\x32\x10\x61\x82\xfc\xa9\xc6\x2a\xf0\xcc\xe6\x84\xdd\xf3\x42\xb5\x4e\x07\x78\xbb\x0f\xec\xd1\xe0\x3b\xbb\xd7\x91\xd1\x75\x7d\x3c\x28\x25\x77\xec\x5a\x0b\xc3\x56\xfe\xe0\x60\x04\x35\x0e\xbb\x3a\x29\x77\xa0\xa5\x94\x81\xbe\x5e\xa6\x0b\xc4\x4d\x21\xe4\x2a\xae\x2f\x86\x8a\xd1\xcf\xd9\x35\xc9\x83\x48\x3d\x53\xa0\x2e\xd8\x3f\x40\xfc\x25\x83\x47\x35\x13\xf1\x16\x48\xfe\xed\xcd\x2f\x3f\x3b\x96\x0f\x13\xfc\x74\xa5\x92\xaf\x63\x65\x69\xb5\x0d\xbd\x88\x51\xe4\x94\xa6\xcb\x91\x48\x4c\xcd\xcc\x05\x30\x77\xbe\x51\x33\xde\x73\xce\x19\x6f\xcf\x67\x06\x27\x24\x4a\x54\xf4\xbb\xdc\xdd\x8a\xed\x83\xbd\x3d\xd1\x7e\xbb\x39\xd9\xef\x6e\x15\x5e\xb5\x28\x98\x33\xee\x28\x2a\x94\xdd\x0e\xce\xc0\x06\x4c\x32\x82\x72\x6f\x7b\x06\x36\xc7\xc7\x5d\x94\x77\x3b\x0b\xfb\x58\x2f\xbe\xdc\x5c\x1d\xdb\x0d\x27\x51\x13\xcc\xa1\x2a\xd4\x58\x72\xa0\x32\x55\x9f\xbb\xa8\x95\xb3\x39\x1e\xf5\xbe\x1f\x0d\x8e\xed\xc3\xb5\xab\xfa\xec\xd0\xb3\x02\x69\x07\x75\x9f\x8f\x5a\x43\x77\xb2\x02\x55\x67\xdc\x99\xd0\x1d\x64\x0e\x07\x07\xbb\xa3\x12\xd3\xc3\xb9\xa5\x8a\x38\xd3\x3d\x89\x34\x54\x82\xb0\xab\xf0\x54\x7d\x74\xac\x76\x86\x83\xc1\xa0\xe7\xc9\x25\xa2\x8e\x63\x04\xea\xfa\x27\xe2\x70\x9d\xbd\x4e\x91\x59\x69\xc7\x41\xb4\xc6\x5a\x3e\xaf\xf8\xe0\xb9\x53\x19\x34\x08\x02\x60\xff\xcc\xca\x3b\x05\x30\x67\x29\x8d\xf4\xdd\x87\x5c\x62\x01\x12\x26\xa4\x67\x1f\x6e\x3c\xbb\xcc\xff\x6b\x1b\x52\x2b\x16\x56\x9f\xaf\xaf\x90\x0f\xa9\x92\x5f\x45\x29\x77\x45\xcd\xbb\xa3\x51\xf5\x8f\xa1\x3e\x9d\x2e\x61\xdf\xf7\xcf\x8d\x10\x34\x87\x98\x38\xad\xec\xb1\xfa\x28\x1d\xd3\x4e\xf2\xc5\xfd\x14\xad\xc4\x71\x07\x4d\xab\xd6\x74\xab\x5a\x07\xa9\x11\x39\x80\xce\x22\xe6\xed\x20\x35\xc3\x71\x07\x3a\xf3\x05\x07\x11\xf9\xb5\x8d\xe1\xa1\x0c\xe1\xc1\x8d\xe0\x01\x0c\x20\x53\x7e\xfb\x1d\x85\x33\x82\x80\x64\xa0\x3c\xc8\xc2\x7b\x7a\xcd\xc3\x29\xdc\x72\x1e\x27\xab\xb2\xb3\x72\xe8\x91\x51\x71\x16\xfa\xde\xba\xee\x79\x71\x01\x02\x10\xb1\x30\x55\x5f\x54\x76\xf7\x9c\xe8\xee\xec\x5f\xb6\x2f\x22\xc7\xee\x58\x60\xf7\x14\xd4\x39\xa3\x19\xcd\xa3\xa8\xa2\xac\xdc\xa2\xde\xc9\x3c\x60\x8b\xfa\x82\x43\xb6\xc8\xfb\x8a\x07\x91\xaf\x21\x3b\x91\xe6\x58\x7d\x1f\xfc\x03\x49\xa8\x04\xd6\x28\x08\x8b\x97\x8c\x97\x23\xcf\xb8\x71\xb4\x7b\xd9\x89\xa9\x05\x5e\xb1\xd2\xd3\x57\x8f\xad\x92\xb2\xc0\x90\x78\xb5\xdb\x47\x55\x82\xca\x98\x38\xf6\x04\x82\xe2\xd5\x51\x8a\xd6\xcd\xb7\xf4\x9a\xaf\xb4\xe4\x38\x7c\xfb\xb8\xbe\x77\x7e\x91\xf9\xe2\xe2\xd8\xb6\xa6\x3b\x26\x35\x7d\xc7\xf6\xc4\x87\x53\xbb\x5d\xf9\xd6\x6f\xb9\x6a\x1c\x6a\x05\x28\x6e\x22\x3c\xc9\x5e\xb2\x10\x12\xf4\x26\xeb\x26\xf4\x3a\x8a\xe8\x8e\xbb\xa2\x02\xe1\x3f\xa0\x5c\x7a\x5c\xa5\x02\x19\xee\xf2\xd0\xbd\x62\x15\xf0\x41\x43\xae\xe6\xf6\xe0\x7b\x6d\xf2\xc7\xd6\x77\x56\x7b\xe3\xae\x5b\x86\xdb\x37\x2e\x56\xdd\x63\xe3\xe6\x3d\xcf\xae\x4d\x73\x64\xcf\x56\x8b\x57\x88\x5f\xc0\x6d\xaf\xa6\x83\x6f\x59\x02\x94\xaa\x0a\x43\xd9\x25\x4b\x74\x83\x17\x04\xe0\x97\xd9\x35\x0a\xa5\x77\x83\xb6\x22\xc3\xf6\x77\xb4\xd5\x7d\xe0\xbd\xce\xc6\x13\xca\x17\x94\x81\x10\xf6\xc1\xac\x3b\xe9\x32\x3f\x78\x0e\xea\x5b\x5c\xc2\x2b\x30\x05\xf5\xa1\xd9\xd5\xed\x88\xca\xaa\xd9\x1d\x76\x65\x50\xe6\x27\x4f\x2b\xdb\x5b\xcf\xda\x5b\xc3\xbb\x6c\x7d\xfb\xce\xed\x14\xba\x13\xd1\x60\x2f\xa2\xcf\xf5\x4e\x91\x64\x89\xee\xa4\x77\x1d\x9c\x9e\x38\x57\x49\xc5\x57\x3c\xba\x6a\x13\xe3\xf0\x8c\xc1\xaf\x7c\x7c\xb5\x9d\x3a\xb6\xff\x0f\x38\x42\x33\x7c\x80\x40\xf7\x36\x75\x3b\xdf\xa9\x47\xa0\xbe\xc1\x87\xdc\x26\x68\x0c\xec\xea\x16\xe8\x2f\x90\xdb\xfd\x72\x5a\x09\x61\x5c\x63\x5b\xbf\x68\x29\xc6\xa5\x9d\x7b\x82\xe0\x10\x39\x83\x3e\x18\x9d\xf6\xfa\x06\xa0\x5a\x2a\x90\x14\x63\x70\xd9\x14\xdb\x0c\x86\x37\x0b\xed\x65\xce\x19\x61\x7c\x9c\x51\xe9\x2d\x11\x49\x10\x17\x9e\xbe\x41\x70\xf2\xc6\x6a\x76\x9d\xe0\x71\x14\xf5\x3c\x48\x92\x25\x74\x06\xde\x69\xcf\xe3\x8b\x59\xe1\xcf\xfb\x4d\xec\xfa\xc7\x2d\x39\xe6\x16\x96\x6e\xe8\x7f\x65\xef\x14\x0d\x9b\xb3\x19\xff\x9d\xbc\x7a\x31\x4c\x9c\x8d\xaa\x53\xeb\xa6\xbe\xb9\x32\x6d\xe4\x73\xd5\xa3\xf9\x5c\x21\x67\x89\x32\x10\x51\x97\x6c\x0c\xb1\x7e\xbb\xf6\x99\x48\x50\x28\x5f\x43\x89\xd9\x38\x6b\xde\x99\x54\xa9\x8a\x83\x51\x81\x57\x68\x0c\x24\x4f\x6b\x73\x3a\x50\x8f\xc1\x47\xfd\xd6\xe9\x18\x58\xe5\x6d\x9b\xd5\xaf\x7e\x85\xa3\x16\x99\xb4\x28\xd5\x59\x20\x1a\x8d\x1b\xda\x5d\x2e\xd0\x24\x98\x2c\x99\x6b\xf5\xef\xcb\x44\x73\xed\xe6\xd9\x06\x75\x1d\x7c\x8d\x88\xa6\xac\x35\xaa\x97\x4a\xbd\x9a\xe8\x5a\x4b\x9b\x85\x55\x13\xd5\x82\xe3\xe8\x25\xa6\x6d\xc2\x6e\xc5\x54\xcf\x59\xaf\xea\x88\xb7\x5f\x91\xad\xd6\x41\x67\x9f\x39\xa3\xf2\x4d\xfe\xbb\xa6\x87\xe1\xba\x79\x9c\x5d\x6c\x1f\x75\x4d\x15\x4f\x86\xd3\xa9\xf2\x89\xea\x3e\x5b\xd5\x4e\x4b\x55\x54\x74\x17\xb3\x3a\xd4\xc0\x99\x51\x18\x7a\x3b\x6e\x90\xed\x5e\x5e\x42\x15\xb7\xbe\x66\x49\xa1\xd0\xe8\xdb\x58\xb3\xc2\xac\x53\xb1\x82\xc4\x31\xcb\x3e\x5d\x84\xa9\xbc\xa4\x66\xaf\x06\x4a\xed\xd9\x40\x50\x9a\xbb\xd1\xfb\x9e\x03\x47\x13\x1d\x80\xfc\xe6\xb9\xd7\xe1\x14\xb3\xa5\x3a\x64\x98\x5e\xbb\xbe\x6f\x15\x51\x0c\xc1\xd6\xd8\x9a\x6b\x06\x50\x04\x82\x1c\x6f\x8d\x8c\x8c\xe9\x6f\x02\x60\x35\x68\x68\x2d\xf3\xb2\x11\x47\xb1\xa9\xdc\x94\xfa\xd7\xc3\x34\x24\x69\x84\x44\x86\xa7\x07\x0c\x91\x1a\x64\x98\xf1\xc2\xd3\x64\x97\x1c\x16\xdb\xd4\x7c\xe1\xd9\x9e\x95\x45\x1c\xb8\x1c\x5c\xe9\xe7\x5d\x38\x2a\x7f\x9a\x09\x4c\x39\xd2\x1d\x78\xd3\x24\x82\xd2\xb8\x0d\xeb\xd0\xc8\x94\x14\x3f\xf4\x53\xfa\x48\x70\x78\xd3\xad\x8e\x9d\xf0\x08\x86\xcb\x0a\x1c\x47\x9b\xba\xa4\xf3\x35\x72\x89\x45\xaf\x5e\x9d\xef\xd4\x64\x43\xca\xa6\x4a\xd6\x30\x55\x65\xf9\x01\x68\x5a\x66\x94\xe3\x68\x19\x4c\x97\x0e\xdb\xc5\x0b\x19\x8d\x76\xe6\x9e\x63\xef\x0c\x81\x67\x7b\xd7\x76\x1c\xfc\x5d\x03\xe9\xce\x0d\xf2\x00\xea\xe9\x88\xa7\x4b\x17\x10\x00\xbb\x8c\x77\xf6\xce\x85\x4d\xd5\xa9\xe5\x81\x85\x78\xb4\x89\xdf\x49\x36\xda\xaa\xef\x2d\x9b\x36\x96\x86\x6c\x8c\x74\xf4\xcb\xa4\xa3\x11\x7c\x81\x74\x3e\xd6\x32\x90\xf6\xb5\x62\x67\x74\xf0\x7d\xa0\xfb\x24\xa0\x2c\x5d\xb3\x44\xcf\xc8\x58\xa3\x5a\x1f\xe5\xef\x68\xdb\x59\x37\xd6\xbb\x2d\xbd\xac\xcc\xe8\x55\x82\x3a\x19\xf4\xce\xda\x89\x70\x7d\x55\x3b\x1f\x6e\x36\x7d\x3a\xd2\x62\x82\x29\x3a\x28\x1b\x6e\xf3\x71\x50\x2a\x4c\xb2\xb4\xc0\x2a\x5e\x14\x2c\xdf\xba\xb5\xea\xb1\xbd\x95\x30\xd7\xd3\x5a\xfd\x0e\x4c\x63\xc5\xee\x24\xb8\x03\x3a\x63\xac\xcd\x44\x43\xfd\xea\x12\xbb\xdc\x5c\x95\x3d\x90\x46\x12\x3e\xc7\x84\x74\x25\x8e\xa0\x9b\xfd\x9f\x8b\x86\xc6\x97\xb1\xdf\xca\xea\xef\x52\x01\x7c\x31\xeb\x45\x17\xe6\x30\xd6\x0f\x2f\x03\xee\x93\x8d\x37\x0b\x80\xbf\x62\x2e\x24\x38\x19\x80\x0b\xb8\x15\x4d\x63\xdc\x5f\x14\xec\xab\x33\x0e\xab\x54\xfe\xff\x4b\x83\xce\xd4\xf6\xeb\x65\xc9\x87\x15\x07\x85\x2b\x61\x0b\xc8\xb1\x5c\xc6\x38\xb4\x5b\x55\xe6\xde\x22\xe0\x7e\x05\x84\xb6\xb1\xac\x54\x1e\x03\xbb\x30\x30\xfb\x81\x0a\x00\xdd\x04\x94\x90\xec\x71\xf1\x1d\x2d\xf9\xae\xde\x44\xbd\xc7\xdf\xe1\x8b\x23\x96\x2e\x96\x34\x95\x7b\xfd\xf1\x4e\x4f\x9b\x81\x5e\xee\x68\xe1\xf6\xc1\x8e\x16\x6b\x6b\x22\xa5\x37\x94\xad\xe9\xd5\x2d\x0e\xea\xb2\x21\xdf\x5b\x3d\x70\x13\xa4\xa3\x53\xd1\xc2\xb1\xad\x01\xd4\xce\xac\x46\x5f\x11\xa4\x2e\xcb\x38\x63\xf5\x4b\x9f\xab\x1e\x53\x24\x39\x24\xd6\xd5\x6d\xae\x69\x9f\x4f\x08\x31\x0f\xd3\x78\x8e\x38\xa2\xa1\xaa\x56\xbf\xd7\xad\xe4\x57\x2f\x6a\x3e\x85\x49\xfd\xae\xe2\x18\xb8\x1d\xb3\xed\xee\x45\x4d\xb1\xf6\xbb\xab\xec\x07\x67\x1a\x77\xfd\xe0\xf3\x5f\xa2\xbd\x51\x46\xd4\xe5\x5c\xf2\xf9\xd7\x8a\x34\xd4\xea\x09\x1c\x56\xfd\xd6\x5e\xc2\xdb\xf1\xa2\x5e\xf6\xb3\x32\xe3\x25\xbd\x02\x69\xfe\xdf\x8c\xe4\xaf\xd9\x4e\xfc\xec\x3f\x18\x99\xf8\xfa\xbf\x21\xfa\xbf\x00\x00\x00\xff\xff\x63\xa9\x1b\x05\x96\x48\x00\x00")
func static_gui_index_html() ([]byte, error) {
return bindata_read(
_static_gui_index_html,
"static/gui/index.html",
)
}
// 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 {
return f()
}
return nil, fmt.Errorf("Asset %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() ([]byte, error){
"static/gui/index.html": static_gui_index_html,
}
// 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 name := range node.Children {
rv = append(rv, name)
}
return rv, nil
}
type _bintree_t struct {
Func func() ([]byte, error)
Children map[string]*_bintree_t
}
var _bintree = &_bintree_t{nil, map[string]*_bintree_t{
"static": &_bintree_t{nil, map[string]*_bintree_t{
"gui": &_bintree_t{nil, map[string]*_bintree_t{
"index.html": &_bintree_t{static_gui_index_html, map[string]*_bintree_t{
}},
}},
}},
}}