-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathui-mod-sample.json
55 lines (55 loc) · 1.85 KB
/
ui-mod-sample.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
{
"config": {
"_comment": "Add any `config.js` property here to override it.",
"disabledPages": ["planning", "users", "projects"],
"servicesUrls": {
"keystone": "{BASE_URL}/identity",
"barbican": "{BASE_URL}/barbican",
"coriolis": "{BASE_URL}/coriolis",
"coriolisLogs": "{BASE_URL}/logs",
"coriolisLogStreamBaseUrl": "{BASE_URL}",
"coriolisLicensing": "{BASE_URL}/licensing"
}
},
"providers": {
"openstack": {
"logos": {
"height32": {
"_comment": "As seen in Wizard page breadcrumbs and Transfers page list item.",
"path": "/tmp/logos/logo.svg"
},
"height32white": {
"_comment": "As seen in Dashboard page, Top Endpoints chart tooltip.",
"path": "/tmp/logos/logo-white.svg"
},
"height42": {
"_comment": "As seen in Endpoints page list item.",
"path": "/tmp/logos/logo.svg"
},
"height64": {
"_comment": "As seen in Transfer Details page and Endpoint Details page.",
"path": "/tmp/logos/logo.svg"
},
"height128": {
"_comment": "As seen in New Endpoint modal and Wizard endpoint selection page.",
"path": "/tmp/logos/logo.svg"
},
"height128disabled": {
"_comment": "As seen in Wizard endpoint selection page when there's no endpoint for that provider.",
"path": "/tmp/logos/logo-disabled.svg"
}
}
},
"oci": {
"_comment": "Specifying all heights is not required, it will scale to the closest one provided. If there's a no height properties in 'logos', the logo will be scaled to all heights",
"logos": {
"default": {
"path": "/tmp/logos/one-logo.svg"
},
"disabled": {
"path": "/tmp/logos/one-logo-disabled.svg"
}
}
}
}
}