ui-mod-sample.json 1.6 KB

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