ui-mod-sample.json 1.9 KB

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