-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtab.json
57 lines (57 loc) · 1.22 KB
/
tab.json
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
{
"info": {"version": 1, "license": "GPL-2.1-or-later", "author": "Cyril Hrubis <[email protected]>"},
"layout": {
"rows": 3,
"align": "fill",
"widgets": [
{
"type": "frame",
"title": "Link status",
"halign": "fill",
"widget": {
"rows": 3,
"widgets": [
{
"cols": 2,
"rows": 2,
"border": "none",
"widgets": [
{"type": "label", "tattr": "bold", "text": "link:"},
{"type": "label", "tattr": "bold", "text": "brd:"},
{"type": "label", "tattr": "mono", "text": "00:00:00:00:00:00", "uid": "link_addr"},
{"type": "label", "tattr": "mono", "text": "00:00:00:00:00:00", "uid": "link_brd"}
]
},
{
"cols": 2,
"border": "none",
"widgets": [
{"type": "label", "tattr": "bold", "text": "mtu:"},
{"type": "label", "text": "00000", "uid": "mtu"}
]
},
{"type": "label", "text": "", "uid": "flags"}
]
}
},
{
"type": "frame",
"halign": "fill",
"title": "IPV4",
"widget": {
"uid": "ipv4",
"rows": 0
}
},
{
"type": "frame",
"halign": "fill",
"title": "IPV6",
"widget": {
"uid": "ipv6",
"rows": 0
}
}
]
}
}