| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "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"
- }
- }
- }
- }
- }
|