ui-mod-sample.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "config": {
  3. "_comment": "Add any `config.js` property here to override it.",
  4. "disabledPages": ["planning", "users", "projects"],
  5. "servicesUrls": {
  6. "keystone": "{BASE_URL}/identity",
  7. "barbican": "{BASE_URL}/barbican",
  8. "coriolis": "{BASE_URL}/coriolis",
  9. "coriolisLogs": "{BASE_URL}/logs",
  10. "coriolisLogStreamBaseUrl": "{BASE_URL}",
  11. "coriolisLicensing": "{BASE_URL}/licensing"
  12. }
  13. },
  14. "providers": {
  15. "openstack": {
  16. "logos": {
  17. "height32": {
  18. "_comment": "As seen in Wizard page breadcrumbs and Transfers page list item.",
  19. "path": "/tmp/logos/logo.svg"
  20. },
  21. "height32white": {
  22. "_comment": "As seen in Dashboard page, Top Endpoints chart tooltip.",
  23. "path": "/tmp/logos/logo-white.svg"
  24. },
  25. "height42": {
  26. "_comment": "As seen in Endpoints page list item.",
  27. "path": "/tmp/logos/logo.svg"
  28. },
  29. "height64": {
  30. "_comment": "As seen in Transfer Details page and Endpoint Details page.",
  31. "path": "/tmp/logos/logo.svg"
  32. },
  33. "height128": {
  34. "_comment": "As seen in New Endpoint modal and Wizard endpoint selection page.",
  35. "path": "/tmp/logos/logo.svg"
  36. },
  37. "height128disabled": {
  38. "_comment": "As seen in Wizard endpoint selection page when there's no endpoint for that provider.",
  39. "path": "/tmp/logos/logo-disabled.svg"
  40. }
  41. }
  42. },
  43. "oci": {
  44. "_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",
  45. "logos": {
  46. "default": {
  47. "path": "/tmp/logos/one-logo.svg"
  48. },
  49. "disabled": {
  50. "path": "/tmp/logos/one-logo-disabled.svg"
  51. }
  52. }
  53. }
  54. }
  55. }