ui-mod-sample.json 1.4 KB

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