This repository was archived by the owner on Oct 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathsections-descriptors.json
More file actions
89 lines (89 loc) · 2.16 KB
/
sections-descriptors.json
File metadata and controls
89 lines (89 loc) · 2.16 KB
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
{
"dashboard": {
"label": "Dashboard",
"id": "dashboard",
"index": 0,
"icon": "dashboard"
},
"storage": {
"label": "Storage",
"id": "storage",
"index": 1,
"icon": "storage",
"service": "core/service/section/storage-section-service"
},
"accounts": {
"label": "Accounts",
"id": "accounts",
"index": 2,
"icon": "users",
"service": "core/service/section/accounts-section-service"
},
"network": {
"label": "Network",
"id": "network",
"index": 3,
"icon": "network",
"service": "core/service/section/network-section-service"
},
"settings": {
"label": "System",
"id": "settings",
"index": 4,
"icon": "settings",
"service": "core/service/section/system-section-service"
},
"services": {
"label": "Services",
"id": "services",
"index": 5,
"icon": "services",
"service": "core/service/section/service-section-service"
},
"console": {
"label": "Console",
"id": "console",
"index": 6,
"icon": "console"
},
"tasks": {
"label": "Task",
"id": "tasks",
"index": 7,
"icon": "container"
},
"calendar": {
"label": "Calendar",
"id": "calendar",
"index": 8,
"icon": "calendar",
"service": "core/service/section/calendar-section-service"
},
"peering": {
"label": "Peering",
"id": "peering",
"index": 9,
"icon": "peering",
"service": "core/service/section/peering-section-service"
},
"vms": {
"label": "VMs",
"id": "vms",
"index": 10,
"icon": "vms",
"service": "core/service/section/vms-section-service"
},
"containers": {
"label": "Docker",
"id": "containers",
"index": 11,
"icon": "container",
"service": "core/service/section/container-section-service"
},
"wizard": {
"label": "Wizard",
"id": "wizard",
"index": 12,
"icon": "wizard"
}
}