@patternfly/patternfly 6.5.0-prerelease.1 → 6.5.0-prerelease.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/assets/images/RHAiExperienceIcon.svg +27 -0
  2. package/assets/images/RHAutomationsLogo.svg +96 -0
  3. package/assets/images/RHServerStackIcon.svg +16 -0
  4. package/assets/images/compass--hero-bg.png +0 -0
  5. package/assets/images/compass--rh-wallpaper-dark.png +0 -0
  6. package/assets/images/compass--rh-wallpaper-light.png +0 -0
  7. package/assets/images/compass--wallpaper-dark.png +0 -0
  8. package/assets/images/compass--wallpaper-light.png +0 -0
  9. package/base/patternfly-common.css +46 -0
  10. package/base/patternfly-common.scss +56 -0
  11. package/components/ActionList/action-list.css +9 -0
  12. package/components/ActionList/action-list.scss +12 -0
  13. package/components/Button/button.css +18 -0
  14. package/components/Button/button.scss +22 -0
  15. package/components/Card/card.css +6 -0
  16. package/components/Card/card.scss +8 -0
  17. package/components/Compass/compass.css +211 -0
  18. package/components/Compass/compass.scss +275 -0
  19. package/components/DataList/data-list.css +5 -1
  20. package/components/DataList/data-list.scss +6 -1
  21. package/components/Menu/menu.css +1 -1
  22. package/components/Menu/menu.scss +1 -1
  23. package/components/MenuToggle/menu-toggle.css +4 -0
  24. package/components/MenuToggle/menu-toggle.scss +5 -0
  25. package/components/Panel/panel.css +1 -1
  26. package/components/Panel/panel.scss +1 -1
  27. package/components/Spinner/spinner.css +3 -0
  28. package/components/Spinner/spinner.scss +5 -0
  29. package/components/Table/table.css +3 -0
  30. package/components/Table/table.scss +5 -0
  31. package/components/Tabs/tabs.css +17 -1
  32. package/components/Tabs/tabs.scss +22 -1
  33. package/components/_index.css +278 -4
  34. package/components/_index.scss +1 -0
  35. package/docs/components/ActionList/examples/ActionList.md +85 -0
  36. package/docs/components/Button/examples/Button.md +116 -0
  37. package/docs/components/Card/examples/Card.md +6 -4
  38. package/docs/components/Compass/examples/Compass.css +11 -0
  39. package/docs/components/Compass/examples/Compass.md +65 -0
  40. package/docs/components/DataList/examples/DataList.md +181 -185
  41. package/docs/components/Drawer/examples/Drawer.md +1 -1
  42. package/docs/components/MenuToggle/examples/MenuToggle.md +40 -0
  43. package/docs/components/Table/examples/Table.md +88 -0
  44. package/docs/components/Tabs/examples/Tabs.md +188 -0
  45. package/docs/components/Wizard/examples/Wizard.md +15 -15
  46. package/docs/demos/Compass/examples/Compass.md +4550 -0
  47. package/docs/demos/Dashboard/examples/Dashboard.md +1 -4
  48. package/docs/demos/DescriptionList/examples/DescriptionList.md +31 -33
  49. package/docs/demos/Drawer/examples/Drawer.md +31 -33
  50. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +127 -163
  51. package/docs/demos/Wizard/examples/Wizard.md +31 -34
  52. package/icons/PfIcons/add-circle-o.svg +4 -0
  53. package/icons/PfIcons/ansible-tower.svg +4 -0
  54. package/icons/PfIcons/applications.svg +4 -0
  55. package/icons/PfIcons/arrow.svg +4 -0
  56. package/icons/PfIcons/asleep.svg +4 -0
  57. package/icons/PfIcons/attention-bell.svg +4 -0
  58. package/icons/PfIcons/automation.svg +4 -0
  59. package/icons/PfIcons/bell.svg +4 -0
  60. package/icons/PfIcons/blueprint.svg +4 -0
  61. package/icons/PfIcons/build.svg +4 -0
  62. package/icons/PfIcons/builder-image.svg +4 -0
  63. package/icons/PfIcons/bundle.svg +4 -0
  64. package/icons/PfIcons/catalog.svg +4 -0
  65. package/icons/PfIcons/chat.svg +4 -0
  66. package/icons/PfIcons/close.svg +4 -0
  67. package/icons/PfIcons/cloud-security.svg +4 -0
  68. package/icons/PfIcons/cloud-tenant.svg +4 -0
  69. package/icons/PfIcons/cluster.svg +4 -0
  70. package/icons/PfIcons/connected.svg +4 -0
  71. package/icons/PfIcons/container-node.svg +4 -0
  72. package/icons/PfIcons/cpu.svg +4 -0
  73. package/icons/PfIcons/critical-risk.svg +4 -0
  74. package/icons/PfIcons/data-processor.svg +4 -0
  75. package/icons/PfIcons/data-sink.svg +4 -0
  76. package/icons/PfIcons/data-source.svg +4 -0
  77. package/icons/PfIcons/degraded.svg +4 -0
  78. package/icons/PfIcons/disconnected.svg +4 -0
  79. package/icons/PfIcons/domain.svg +4 -0
  80. package/icons/PfIcons/edit.svg +4 -0
  81. package/icons/PfIcons/enhancement.svg +4 -0
  82. package/icons/PfIcons/enterprise.svg +4 -0
  83. package/icons/PfIcons/equalizer.svg +4 -0
  84. package/icons/PfIcons/error-circle-o.svg +4 -0
  85. package/icons/PfIcons/export.svg +4 -0
  86. package/icons/PfIcons/filter.svg +4 -0
  87. package/icons/PfIcons/flavor.svg +4 -0
  88. package/icons/PfIcons/folder-close.svg +4 -0
  89. package/icons/PfIcons/folder-open.svg +4 -0
  90. package/icons/PfIcons/globe-route.svg +4 -0
  91. package/icons/PfIcons/help.svg +4 -0
  92. package/icons/PfIcons/history.svg +4 -0
  93. package/icons/PfIcons/home.svg +4 -0
  94. package/icons/PfIcons/import.svg +4 -0
  95. package/icons/PfIcons/in-progress.svg +4 -0
  96. package/icons/PfIcons/info.svg +4 -0
  97. package/icons/PfIcons/infrastructure.svg +4 -0
  98. package/icons/PfIcons/integration.svg +4 -0
  99. package/icons/PfIcons/key.svg +4 -0
  100. package/icons/PfIcons/locked.svg +4 -0
  101. package/icons/PfIcons/maintenance.svg +4 -0
  102. package/icons/PfIcons/memory.svg +4 -0
  103. package/icons/PfIcons/messages.svg +4 -0
  104. package/icons/PfIcons/middleware.svg +4 -0
  105. package/icons/PfIcons/migration.svg +4 -0
  106. package/icons/PfIcons/module.svg +4 -0
  107. package/icons/PfIcons/monitoring.svg +4 -0
  108. package/icons/PfIcons/multicluster.svg +4 -0
  109. package/icons/PfIcons/namespaces.svg +4 -0
  110. package/icons/PfIcons/network.svg +4 -0
  111. package/icons/PfIcons/new-process.svg +4 -0
  112. package/icons/PfIcons/not-started.svg +4 -0
  113. package/icons/PfIcons/off.svg +4 -0
  114. package/icons/PfIcons/ok.svg +4 -0
  115. package/icons/PfIcons/on-running.svg +4 -0
  116. package/icons/PfIcons/on.svg +4 -0
  117. package/icons/PfIcons/open-drawer-right.svg +4 -0
  118. package/icons/PfIcons/openshift.svg +4 -0
  119. package/icons/PfIcons/openstack.svg +4 -0
  120. package/icons/PfIcons/optimize.svg +4 -0
  121. package/icons/PfIcons/orders.svg +4 -0
  122. package/icons/PfIcons/os-image.svg +4 -0
  123. package/icons/PfIcons/package.svg +4 -0
  124. package/icons/PfIcons/panel-close.svg +4 -0
  125. package/icons/PfIcons/panel-open.svg +4 -0
  126. package/icons/PfIcons/paused.svg +4 -0
  127. package/icons/PfIcons/pending.svg +4 -0
  128. package/icons/PfIcons/pficon-dragdrop.svg +4 -0
  129. package/icons/PfIcons/pficon-history.svg +4 -0
  130. package/icons/PfIcons/pficon-network-range.svg +4 -0
  131. package/icons/PfIcons/pficon-satellite.svg +4 -0
  132. package/icons/PfIcons/pficon-sort-common-asc.svg +4 -0
  133. package/icons/PfIcons/pficon-sort-common-desc.svg +4 -0
  134. package/icons/PfIcons/pficon-template.svg +4 -0
  135. package/icons/PfIcons/pficon-vcenter.svg +4 -0
  136. package/icons/PfIcons/plugged.svg +4 -0
  137. package/icons/PfIcons/port.svg +4 -0
  138. package/icons/PfIcons/print.svg +4 -0
  139. package/icons/PfIcons/private.svg +4 -0
  140. package/icons/PfIcons/process-automation.svg +4 -0
  141. package/icons/PfIcons/project.svg +4 -0
  142. package/icons/PfIcons/rebalance.svg +4 -0
  143. package/icons/PfIcons/rebooting.svg +4 -0
  144. package/icons/PfIcons/regions.svg +4 -0
  145. package/icons/PfIcons/registry.svg +4 -0
  146. package/icons/PfIcons/remove2.svg +4 -0
  147. package/icons/PfIcons/replicator.svg +4 -0
  148. package/icons/PfIcons/repository.svg +4 -0
  149. package/icons/PfIcons/resource-pool.svg +4 -0
  150. package/icons/PfIcons/resources-almost-empty.svg +4 -0
  151. package/icons/PfIcons/resources-almost-full.svg +4 -0
  152. package/icons/PfIcons/resources-empty.svg +4 -0
  153. package/icons/PfIcons/resources-full.svg +4 -0
  154. package/icons/PfIcons/running.svg +4 -0
  155. package/icons/PfIcons/save.svg +4 -0
  156. package/icons/PfIcons/screen.svg +4 -0
  157. package/icons/PfIcons/security.svg +4 -0
  158. package/icons/PfIcons/server-group.svg +4 -0
  159. package/icons/PfIcons/server.svg +4 -0
  160. package/icons/PfIcons/service-catalog.svg +4 -0
  161. package/icons/PfIcons/service.svg +4 -0
  162. package/icons/PfIcons/services.svg +4 -0
  163. package/icons/PfIcons/severity-critical.svg +4 -0
  164. package/icons/PfIcons/severity-important.svg +4 -0
  165. package/icons/PfIcons/severity-minor.svg +4 -0
  166. package/icons/PfIcons/severity-moderate.svg +4 -0
  167. package/icons/PfIcons/severity-none.svg +4 -0
  168. package/icons/PfIcons/severity-undefined.svg +4 -0
  169. package/icons/PfIcons/spinner.svg +4 -0
  170. package/icons/PfIcons/spinner2.svg +4 -0
  171. package/icons/PfIcons/storage-domain.svg +4 -0
  172. package/icons/PfIcons/task.svg +4 -0
  173. package/icons/PfIcons/tenant.svg +4 -0
  174. package/icons/PfIcons/thumb-tack.svg +4 -0
  175. package/icons/PfIcons/topology.svg +4 -0
  176. package/icons/PfIcons/treeview.svg +4 -0
  177. package/icons/PfIcons/trend-down.svg +4 -0
  178. package/icons/PfIcons/trend-up.svg +4 -0
  179. package/icons/PfIcons/unknown.svg +4 -0
  180. package/icons/PfIcons/unlocked.svg +4 -0
  181. package/icons/PfIcons/unplugged.svg +4 -0
  182. package/icons/PfIcons/user.svg +4 -0
  183. package/icons/PfIcons/users.svg +4 -0
  184. package/icons/PfIcons/virtual-machine.svg +4 -0
  185. package/icons/PfIcons/volume.svg +4 -0
  186. package/icons/PfIcons/warning-triangle.svg +4 -0
  187. package/icons/PfIcons/zone.svg +4 -0
  188. package/package.json +28 -16
  189. package/patternfly-base-no-globals.css +46 -0
  190. package/patternfly-base.css +46 -0
  191. package/patternfly-no-globals.css +324 -4
  192. package/patternfly.css +324 -4
  193. package/patternfly.min.css +1 -1
  194. package/patternfly.min.css.map +1 -1
  195. package/sass-utilities/namespaces-components.scss +3 -0
@@ -0,0 +1,4550 @@
1
+ ---
2
+ id: Compass
3
+ section: components
4
+ wrapperTag: div
5
+ ---## Examples
6
+
7
+ ### Card view
8
+
9
+ ```html isFullscreen isBeta
10
+ <div
11
+ class="pf-v6-c-compass"
12
+ style="
13
+ --pf-v6-c-compass--BackgroundImage--light: url(/assets/images/compass--wallpaper-light.png);
14
+ --pf-v6-c-compass--BackgroundImage--dark: url(/assets/images/compass--wallpaper-dark.png);
15
+ "
16
+ >
17
+ <div class="pf-v6-c-compass__header">
18
+ <div class="pf-v6-c-compass__logo">
19
+ <svg
20
+ width="192"
21
+ height="39"
22
+ viewBox="0 0 192 39"
23
+ fill="none"
24
+ xmlns="http://www.w3.org/2000/svg"
25
+ aria-hidden="true"
26
+ >
27
+ <path
28
+ d="M33.3807 22.9001C36.6672 22.9001 41.4287 22.2167 41.4287 18.2926C41.4287 17.9865 41.4209 17.6883 41.3472 17.3901L39.3885 8.85069C38.9336 6.97444 38.5392 6.11944 35.2501 4.47014C32.7023 3.16125 27.1468 1 25.5035 1C23.9733 1 23.5211 2.98972 21.7069 2.98972C19.8927 2.98972 18.6465 1.51194 17.0032 1.51194C15.3599 1.51194 14.395 2.59389 13.6036 4.81056C13.6036 4.81056 11.3924 11.0674 11.1085 11.9778C11.0506 12.1493 11.0506 12.3393 11.0506 12.4897C11.0506 14.9228 20.5921 22.9001 33.3833 22.9001M41.9414 19.8839C42.3963 22.0451 42.3963 22.2721 42.3963 22.5571C42.3963 26.2542 38.2579 28.3019 32.818 28.3019C20.5185 28.3019 9.74918 21.0767 9.74918 16.3003C9.74918 15.5614 9.92008 14.8779 10.1462 14.366C5.72383 14.5929 0 15.3899 0 20.4539C0 28.7585 19.6114 39 35.1396 39C47.0421 39 50.0447 33.5956 50.0447 29.3285C50.0447 25.9718 47.1552 22.1612 41.9388 19.8839"
29
+ fill="#EE0000"
30
+ />
31
+ <path
32
+ d="M41.9386 19.8864C42.3935 22.0477 42.3935 22.2746 42.3935 22.5596C42.3935 26.2567 38.255 28.3045 32.8152 28.3045C20.5157 28.3045 9.74634 21.0792 9.74634 16.3028C9.74634 15.5639 9.91724 14.8804 10.1434 14.3685L11.1083 11.9777C11.0504 12.1492 11.0504 12.3392 11.0504 12.4896C11.0504 14.9227 20.5919 22.9 33.3831 22.9C36.6696 22.9 41.4312 22.2165 41.4312 18.2925C41.4312 17.9864 41.4233 17.6882 41.3496 17.39L41.9412 19.8864H41.9386Z"
33
+ fill="black"
34
+ />
35
+ <path
36
+ d="M75.764 16V1.29995H82.295C83.261 1.29995 84.115 1.48895 84.857 1.86695C85.599 2.24495 86.173 2.76995 86.579 3.44195C86.999 4.09995 87.209 4.86995 87.209 5.75195C87.209 6.70395 86.943 7.53695 86.411 8.25095C85.893 8.95095 85.186 9.46195 84.29 9.78395L87.398 16H84.605L81.77 10.12H78.284V16H75.764ZM78.284 8.10395H82.064C82.848 8.10395 83.478 7.89395 83.954 7.47395C84.43 7.03995 84.668 6.47295 84.668 5.77295C84.668 5.05895 84.43 4.49195 83.954 4.07195C83.478 3.63795 82.848 3.42095 82.064 3.42095H78.284V8.10395Z"
37
+ fill="var(--pf-t--global--text--color--regular)"
38
+ />
39
+ <path
40
+ d="M93.9392 16.21C92.9312 16.21 92.0212 15.972 91.2092 15.496C90.3972 15.006 89.7532 14.3549 89.2772 13.5429C88.8012 12.7169 88.5632 11.7859 88.5632 10.75C88.5632 9.71395 88.7872 8.78995 89.2352 7.97795C89.6832 7.16595 90.2922 6.52195 91.0622 6.04595C91.8462 5.55595 92.7142 5.31095 93.6662 5.31095C94.6462 5.31095 95.5072 5.54895 96.2492 6.02495C97.0052 6.50095 97.5932 7.14495 98.0132 7.95695C98.4472 8.76895 98.6642 9.69995 98.6642 10.75V11.3169H90.8942C90.9782 11.8909 91.1602 12.4019 91.4402 12.8499C91.7342 13.2839 92.1052 13.627 92.5532 13.879C93.0152 14.1309 93.5122 14.257 94.0442 14.257C94.5342 14.257 94.9962 14.173 95.4302 14.005C95.8782 13.823 96.2492 13.578 96.5432 13.2699L98.0972 14.677C97.4532 15.209 96.7952 15.601 96.1232 15.853C95.4652 16.091 94.7372 16.21 93.9392 16.21ZM90.9152 9.84695H96.4172C96.3332 9.34295 96.1582 8.89495 95.8922 8.50295C95.6402 8.11095 95.3182 7.80295 94.9262 7.57895C94.5482 7.35495 94.1282 7.24295 93.6662 7.24295C93.2042 7.24295 92.7772 7.35495 92.3852 7.57895C92.0072 7.78895 91.6922 8.08995 91.4402 8.48195C91.1882 8.87395 91.0132 9.32895 90.9152 9.84695Z"
41
+ fill="var(--pf-t--global--text--color--regular)"
42
+ />
43
+ <path
44
+ d="M105.388 16.1049C104.506 16.1049 103.708 15.867 102.994 15.391C102.28 14.901 101.706 14.257 101.272 13.459C100.852 12.6469 100.642 11.7439 100.642 10.75C100.642 9.74195 100.859 8.83895 101.293 8.04095C101.727 7.22895 102.315 6.58495 103.057 6.10895C103.813 5.63295 104.646 5.39495 105.556 5.39495C106.158 5.39495 106.718 5.51395 107.236 5.75195C107.768 5.97595 108.23 6.31195 108.622 6.75995V0.94295L110.995 0.522949V16H108.643V14.6139C108.265 15.0899 107.796 15.461 107.236 15.727C106.676 15.979 106.06 16.1049 105.388 16.1049ZM106.123 14.11C106.627 14.11 107.096 14.012 107.53 13.816C107.964 13.606 108.328 13.319 108.622 12.955V8.52395C108.314 8.15995 107.943 7.87995 107.509 7.68395C107.075 7.48795 106.613 7.38995 106.123 7.38995C105.521 7.38995 104.982 7.53695 104.506 7.83095C104.044 8.11095 103.673 8.50295 103.393 9.00695C103.113 9.51095 102.973 10.092 102.973 10.75C102.973 11.38 103.113 11.9539 103.393 12.4719C103.673 12.976 104.044 13.375 104.506 13.669C104.982 13.9629 105.521 14.11 106.123 14.11Z"
45
+ fill="var(--pf-t--global--text--color--regular)"
46
+ />
47
+ <path
48
+ d="M118.848 16V1.29995H121.368V7.47395H128.676V1.29995H131.196V16H128.676V9.72095H121.368V16H118.848Z"
49
+ fill="var(--pf-t--global--text--color--regular)"
50
+ />
51
+ <path
52
+ d="M137.314 16.189C136.586 16.189 135.935 16.056 135.361 15.79C134.801 15.51 134.36 15.132 134.038 14.656C133.73 14.166 133.576 13.606 133.576 12.976C133.576 12.346 133.737 11.7999 134.059 11.3379C134.395 10.8759 134.864 10.519 135.466 10.267C136.068 10.015 136.782 9.88895 137.608 9.88895C138.098 9.88895 138.581 9.94495 139.057 10.0569C139.533 10.1549 139.995 10.323 140.443 10.561V9.38495C140.443 8.68495 140.24 8.15995 139.834 7.80995C139.442 7.45995 138.84 7.28495 138.028 7.28495C137.594 7.28495 137.125 7.35495 136.621 7.49495C136.131 7.62095 135.578 7.82395 134.962 8.10395L134.122 6.38195C135.662 5.66795 137.118 5.31095 138.49 5.31095C139.862 5.31095 140.919 5.64695 141.661 6.31895C142.417 6.97695 142.795 7.91495 142.795 9.13295V16H140.443V14.908C139.995 15.342 139.512 15.6639 138.994 15.874C138.476 16.084 137.916 16.189 137.314 16.189ZM135.802 12.934C135.802 13.424 135.998 13.809 136.39 14.089C136.782 14.3689 137.307 14.509 137.965 14.509C138.441 14.509 138.882 14.439 139.288 14.299C139.708 14.1449 140.093 13.9209 140.443 13.627V11.926C140.079 11.7579 139.701 11.6319 139.309 11.5479C138.917 11.464 138.49 11.422 138.028 11.422C137.342 11.422 136.796 11.5549 136.39 11.8209C135.998 12.0869 135.802 12.458 135.802 12.934Z"
53
+ fill="var(--pf-t--global--text--color--regular)"
54
+ />
55
+ <path
56
+ d="M149.897 16.21C148.833 16.21 148.028 15.9649 147.482 15.4749C146.936 14.971 146.663 14.236 146.663 13.2699V7.36895H144.563V5.47895H146.663V2.58095L149.036 2.07695V5.47895H151.955V7.36895H149.036V12.745C149.036 13.2629 149.148 13.634 149.372 13.858C149.596 14.068 149.974 14.1729 150.506 14.1729C150.744 14.1729 150.961 14.1589 151.157 14.1309C151.367 14.089 151.626 14.0189 151.934 13.9209V15.9159C151.64 16.0139 151.304 16.084 150.926 16.1259C150.562 16.1819 150.219 16.21 149.897 16.21Z"
57
+ fill="var(--pf-t--global--text--color--regular)"
58
+ />
59
+ <path
60
+ d="M73.916 38L79.964 23.2999H83.471L89.456 38H86.159L84.668 34.1359H78.599L77.087 38H73.916ZM79.544 31.6999H83.744L81.644 26.2819L79.544 31.6999Z"
61
+ fill="var(--pf-t--global--text--color--regular)"
62
+ />
63
+ <path
64
+ d="M94.4493 38.2099C93.6093 38.2099 92.8603 38.028 92.2023 37.664C91.5583 37.286 91.0473 36.768 90.6693 36.11C90.3053 35.452 90.1233 34.6959 90.1233 33.8419V27.059H93.0003V33.422C93.0003 34.122 93.2033 34.682 93.6093 35.102C94.0293 35.522 94.5823 35.7319 95.2683 35.7319C96.2483 35.7319 97.0043 35.368 97.5363 34.6399V27.059H100.413V38H97.5363V37.118C96.6963 37.846 95.6673 38.2099 94.4493 38.2099Z"
65
+ fill="var(--pf-t--global--text--color--regular)"
66
+ />
67
+ <path
68
+ d="M107.842 38.1679C106.625 38.1679 105.7 37.895 105.07 37.3489C104.454 36.7889 104.146 35.9769 104.146 34.9129V29.4529H101.899V27.059H104.146V24.2659L107.024 23.6149V27.059H110.153V29.4529H107.024V34.325C107.024 34.829 107.136 35.193 107.36 35.417C107.583 35.6269 107.975 35.7319 108.535 35.7319C108.815 35.7319 109.068 35.7179 109.292 35.6899C109.529 35.6479 109.789 35.5779 110.069 35.4799V37.853C109.775 37.951 109.404 38.028 108.956 38.084C108.522 38.1399 108.15 38.1679 107.842 38.1679Z"
69
+ fill="var(--pf-t--global--text--color--regular)"
70
+ />
71
+ <path
72
+ d="M116.767 38.2099C115.675 38.2099 114.688 37.958 113.806 37.4539C112.924 36.9499 112.224 36.271 111.706 35.417C111.188 34.563 110.929 33.604 110.929 32.54C110.929 31.476 111.188 30.517 111.706 29.663C112.224 28.795 112.924 28.1089 113.806 27.6049C114.688 27.101 115.675 26.8489 116.767 26.8489C117.859 26.8489 118.846 27.101 119.728 27.6049C120.61 28.1089 121.31 28.795 121.828 29.663C122.346 30.517 122.605 31.476 122.605 32.54C122.605 33.604 122.346 34.563 121.828 35.417C121.31 36.271 120.61 36.9499 119.728 37.4539C118.846 37.958 117.859 38.2099 116.767 38.2099ZM116.767 35.7109C117.341 35.7109 117.852 35.5709 118.3 35.291C118.762 35.011 119.126 34.6329 119.392 34.1569C119.672 33.6669 119.812 33.128 119.812 32.54C119.812 31.938 119.672 31.399 119.392 30.923C119.126 30.447 118.762 30.069 118.3 29.7889C117.852 29.4949 117.341 29.3479 116.767 29.3479C116.207 29.3479 115.696 29.4949 115.234 29.7889C114.772 30.069 114.408 30.447 114.142 30.923C113.876 31.399 113.743 31.938 113.743 32.54C113.743 33.128 113.876 33.6669 114.142 34.1569C114.408 34.6329 114.772 35.011 115.234 35.291C115.696 35.5709 116.207 35.7109 116.767 35.7109Z"
73
+ fill="var(--pf-t--global--text--color--regular)"
74
+ />
75
+ <path
76
+ d="M124.373 38V27.059H127.25V27.8989C128.034 27.1989 128.986 26.8489 130.106 26.8489C130.82 26.8489 131.457 26.996 132.017 27.2899C132.577 27.57 133.039 27.969 133.403 28.4869C134.313 27.3949 135.517 26.8489 137.015 26.8489C137.841 26.8489 138.562 27.038 139.178 27.416C139.808 27.78 140.298 28.291 140.648 28.9489C141.012 29.5929 141.194 30.3489 141.194 31.2169V38H138.338V31.6369C138.338 30.9229 138.149 30.3629 137.771 29.9569C137.393 29.5369 136.889 29.327 136.259 29.327C135.377 29.327 134.677 29.6909 134.159 30.4189C134.173 30.5449 134.187 30.6709 134.201 30.7969C134.215 30.9229 134.222 31.063 134.222 31.2169V38H131.345V31.6369C131.345 30.9229 131.156 30.3629 130.778 29.9569C130.414 29.5369 129.917 29.327 129.287 29.327C128.405 29.327 127.726 29.6629 127.25 30.3349V38H124.373Z"
77
+ fill="var(--pf-t--global--text--color--regular)"
78
+ />
79
+ <path
80
+ d="M146.87 38.1889C146.086 38.1889 145.393 38.049 144.791 37.769C144.189 37.475 143.72 37.076 143.384 36.5719C143.048 36.0679 142.88 35.4869 142.88 34.8289C142.88 33.7789 143.272 32.9669 144.056 32.393C144.854 31.805 145.946 31.511 147.332 31.511C148.284 31.511 149.18 31.6579 150.02 31.952V31.1539C150.02 29.8799 149.25 29.243 147.71 29.243C147.248 29.243 146.751 29.32 146.219 29.4739C145.687 29.6139 145.071 29.8379 144.371 30.146L143.321 28.025C144.189 27.6329 145.015 27.3389 145.799 27.143C146.597 26.947 147.395 26.8489 148.193 26.8489C149.663 26.8489 150.804 27.2059 151.616 27.92C152.442 28.62 152.855 29.6139 152.855 30.9019V38H150.02V37.2229C149.572 37.5589 149.089 37.804 148.571 37.958C148.053 38.1119 147.486 38.1889 146.87 38.1889ZM145.61 34.7659C145.61 35.186 145.792 35.5219 146.156 35.7739C146.52 36.0119 147.003 36.131 147.605 36.131C148.571 36.131 149.376 35.893 150.02 35.417V33.8209C149.32 33.541 148.55 33.401 147.71 33.401C147.052 33.401 146.534 33.527 146.156 33.7789C145.792 34.0169 145.61 34.346 145.61 34.7659Z"
81
+ fill="var(--pf-t--global--text--color--regular)"
82
+ />
83
+ <path
84
+ d="M159.912 38.1679C158.694 38.1679 157.77 37.895 157.14 37.3489C156.524 36.7889 156.216 35.9769 156.216 34.9129V29.4529H153.969V27.059H156.216V24.2659L159.093 23.6149V27.059H162.222V29.4529H159.093V34.325C159.093 34.829 159.205 35.193 159.429 35.417C159.653 35.6269 160.045 35.7319 160.605 35.7319C160.885 35.7319 161.137 35.7179 161.361 35.6899C161.599 35.6479 161.858 35.5779 162.138 35.4799V37.853C161.844 37.951 161.473 38.028 161.025 38.084C160.591 38.1399 160.22 38.1679 159.912 38.1679Z"
85
+ fill="var(--pf-t--global--text--color--regular)"
86
+ />
87
+ <path
88
+ d="M163.625 38V27.059H166.502V38H163.625ZM165.053 25.757C164.605 25.757 164.22 25.596 163.898 25.274C163.576 24.952 163.415 24.5669 163.415 24.1189C163.415 23.6569 163.576 23.2719 163.898 22.9639C164.22 22.6419 164.605 22.4809 165.053 22.4809C165.515 22.4809 165.9 22.6419 166.208 22.9639C166.53 23.2719 166.691 23.6569 166.691 24.1189C166.691 24.5669 166.53 24.952 166.208 25.274C165.9 25.596 165.515 25.757 165.053 25.757Z"
89
+ fill="var(--pf-t--global--text--color--regular)"
90
+ />
91
+ <path
92
+ d="M174.086 38.2099C172.994 38.2099 172.007 37.958 171.125 37.4539C170.243 36.9499 169.543 36.271 169.025 35.417C168.507 34.563 168.248 33.604 168.248 32.54C168.248 31.476 168.507 30.517 169.025 29.663C169.543 28.795 170.243 28.1089 171.125 27.6049C172.007 27.101 172.994 26.8489 174.086 26.8489C175.178 26.8489 176.165 27.101 177.047 27.6049C177.929 28.1089 178.629 28.795 179.147 29.663C179.665 30.517 179.924 31.476 179.924 32.54C179.924 33.604 179.665 34.563 179.147 35.417C178.629 36.271 177.929 36.9499 177.047 37.4539C176.165 37.958 175.178 38.2099 174.086 38.2099ZM174.086 35.7109C174.66 35.7109 175.171 35.5709 175.619 35.291C176.081 35.011 176.445 34.6329 176.711 34.1569C176.991 33.6669 177.131 33.128 177.131 32.54C177.131 31.938 176.991 31.399 176.711 30.923C176.445 30.447 176.081 30.069 175.619 29.7889C175.171 29.4949 174.66 29.3479 174.086 29.3479C173.526 29.3479 173.015 29.4949 172.553 29.7889C172.091 30.069 171.727 30.447 171.461 30.923C171.195 31.399 171.062 31.938 171.062 32.54C171.062 33.128 171.195 33.6669 171.461 34.1569C171.727 34.6329 172.091 35.011 172.553 35.291C173.015 35.5709 173.526 35.7109 174.086 35.7109Z"
93
+ fill="var(--pf-t--global--text--color--regular)"
94
+ />
95
+ <path
96
+ d="M181.693 38V27.059H184.57V27.962C185.396 27.2199 186.418 26.8489 187.636 26.8489C188.49 26.8489 189.239 27.038 189.883 27.416C190.541 27.78 191.052 28.291 191.416 28.9489C191.78 29.5929 191.962 30.3489 191.962 31.2169V38H189.085V31.6369C189.085 30.9229 188.882 30.3629 188.476 29.9569C188.07 29.5369 187.517 29.327 186.817 29.327C186.327 29.327 185.893 29.425 185.515 29.621C185.137 29.803 184.822 30.0689 184.57 30.4189V38H181.693Z"
97
+ fill="var(--pf-t--global--text--color--regular)"
98
+ />
99
+ <line
100
+ x1="66.5"
101
+ y1="1.5"
102
+ x2="66.5"
103
+ y2="38.5"
104
+ stroke="var(--pf-t--global--text--color--regular)"
105
+ stroke-linecap="round"
106
+ />
107
+ </svg>
108
+ </div>
109
+ <div class="pf-v6-c-compass__nav">
110
+ <div class="pf-v6-c-compass__panel pf-m-pill pf-m-no-padding">
111
+ <nav
112
+ class="pf-v6-c-tabs pf-m-nav pf-m-inset-xl"
113
+ aria-label="Primary nav"
114
+ role="region"
115
+ id="primary-nav"
116
+ >
117
+ <div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
118
+ <button
119
+ class="pf-v6-c-button pf-m-small pf-m-plain"
120
+ type="button"
121
+ aria-label="Scroll left"
122
+ disabled
123
+ >
124
+ <span class="pf-v6-c-button__icon">
125
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
126
+ </span>
127
+ </button>
128
+ </div>
129
+ <ul class="pf-v6-c-tabs__list" role="tablist">
130
+ <li class="pf-v6-c-tabs__item" role="presentation">
131
+ <a
132
+ class="pf-v6-c-tabs__link"
133
+ href="#"
134
+ role="tab"
135
+ id="primary-nav-users-link"
136
+ >
137
+ <span class="pf-v6-c-tabs__item-text">Users</span>
138
+ </a>
139
+ </li>
140
+ <li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
141
+ <a
142
+ class="pf-v6-c-tabs__link"
143
+ href="#"
144
+ role="tab"
145
+ id="primary-nav-containers-link"
146
+ >
147
+ <span class="pf-v6-c-tabs__item-text">Containers</span>
148
+ </a>
149
+ </li>
150
+ <li class="pf-v6-c-tabs__item" role="presentation">
151
+ <a
152
+ class="pf-v6-c-tabs__link"
153
+ href="#"
154
+ role="tab"
155
+ id="primary-nav-database-link"
156
+ >
157
+ <span class="pf-v6-c-tabs__item-text">Database</span>
158
+ </a>
159
+ </li>
160
+
161
+ <li class="pf-v6-c-tabs__item" role="presentation">
162
+ <a
163
+ class="pf-v6-c-tabs__link"
164
+ href="#"
165
+ role="tab"
166
+ id="primary-nav-server-link"
167
+ >
168
+ <span class="pf-v6-c-tabs__item-text">Server</span>
169
+ </a>
170
+ </li>
171
+ <li class="pf-v6-c-tabs__item" role="presentation">
172
+ <a
173
+ class="pf-v6-c-tabs__link"
174
+ href="#"
175
+ role="tab"
176
+ id="primary-nav-system-link"
177
+ >
178
+ <span class="pf-v6-c-tabs__item-text">System</span>
179
+ </a>
180
+ </li>
181
+ <li class="pf-v6-c-tabs__item" role="presentation">
182
+ <a
183
+ class="pf-v6-c-tabs__link"
184
+ href="#"
185
+ role="tab"
186
+ id="primary-nav-network-wired-link"
187
+ >
188
+ <span class="pf-v6-c-tabs__item-text">Network</span>
189
+ </a>
190
+ </li>
191
+ </ul>
192
+
193
+ <div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
194
+ <button
195
+ class="pf-v6-c-button pf-m-small pf-m-plain"
196
+ type="button"
197
+ aria-label="Scroll right"
198
+ disabled
199
+ >
200
+ <span class="pf-v6-c-button__icon">
201
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
202
+ </span>
203
+ </button>
204
+ </div>
205
+ </nav>
206
+ </div>
207
+ <div class="pf-v6-c-compass__panel pf-m-pill pf-m-no-padding">
208
+ <nav
209
+ class="pf-v6-c-tabs pf-m-nav pf-m-subtab pf-m-inset-xl"
210
+ aria-label="Secondary nav"
211
+ role="region"
212
+ id="secondary-nav"
213
+ >
214
+ <div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
215
+ <button
216
+ class="pf-v6-c-button pf-m-small pf-m-plain"
217
+ type="button"
218
+ aria-label="Scroll left"
219
+ disabled
220
+ >
221
+ <span class="pf-v6-c-button__icon">
222
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
223
+ </span>
224
+ </button>
225
+ </div>
226
+ <ul class="pf-v6-c-tabs__list" role="tablist">
227
+ <li class="pf-v6-c-tabs__item" role="presentation">
228
+ <a
229
+ class="pf-v6-c-tabs__link"
230
+ href="#"
231
+ role="tab"
232
+ id="secondary-nav-sub-1-link"
233
+ >
234
+ <span class="pf-v6-c-tabs__item-text">Item 1</span>
235
+ </a>
236
+ </li>
237
+ <li class="pf-v6-c-tabs__item" role="presentation">
238
+ <a
239
+ class="pf-v6-c-tabs__link"
240
+ href="#"
241
+ role="tab"
242
+ id="secondary-nav-sub-2-link"
243
+ >
244
+ <span class="pf-v6-c-tabs__item-text">Item 2</span>
245
+ </a>
246
+ </li>
247
+ <li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
248
+ <a
249
+ class="pf-v6-c-tabs__link"
250
+ href="#"
251
+ role="tab"
252
+ id="secondary-nav-sub-3-link"
253
+ >
254
+ <span class="pf-v6-c-tabs__item-text">Item 3</span>
255
+ </a>
256
+ </li>
257
+
258
+ <li class="pf-v6-c-tabs__item" role="presentation">
259
+ <a
260
+ class="pf-v6-c-tabs__link pf-m-disabled"
261
+ aria-disabled="true"
262
+ tabindex="-1"
263
+ href="#"
264
+ role="tab"
265
+ id="secondary-nav-sub-disabled-link"
266
+ >
267
+ <span class="pf-v6-c-tabs__item-text">Disabled</span>
268
+ </a>
269
+ </li>
270
+ <li class="pf-v6-c-tabs__item" role="presentation">
271
+ <a
272
+ class="pf-v6-c-tabs__link pf-m-aria-disabled"
273
+ aria-disabled="true"
274
+ href="#"
275
+ role="tab"
276
+ id="secondary-nav-sub-aria-disabled-link"
277
+ >
278
+ <span class="pf-v6-c-tabs__item-text">ARIA disabled</span>
279
+ </a>
280
+ </li>
281
+ <li class="pf-v6-c-tabs__item" role="presentation">
282
+ <a
283
+ class="pf-v6-c-tabs__link"
284
+ href="#"
285
+ role="tab"
286
+ id="secondary-nav-sub-6-link"
287
+ >
288
+ <span class="pf-v6-c-tabs__item-text">Item 6</span>
289
+ </a>
290
+ </li>
291
+ </ul>
292
+
293
+ <div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
294
+ <button
295
+ class="pf-v6-c-button pf-m-small pf-m-plain"
296
+ type="button"
297
+ aria-label="Scroll right"
298
+ disabled
299
+ >
300
+ <span class="pf-v6-c-button__icon">
301
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
302
+ </span>
303
+ </button>
304
+ </div>
305
+ </nav>
306
+ </div>
307
+ </div>
308
+ <div class="pf-v6-c-compass__profile">
309
+ <button
310
+ class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
311
+ type="button"
312
+ aria-expanded="false"
313
+ aria-label="Menu toggle"
314
+ >
315
+ <span class="pf-v6-c-menu-toggle__icon">
316
+ <img
317
+ class="pf-v6-c-avatar pf-m-md"
318
+ alt="Avatar image"
319
+ src="/assets/images/img_avatar-light.svg"
320
+ />
321
+ </span>
322
+ <span class="pf-v6-c-menu-toggle__text">Ned Username</span>
323
+ <span class="pf-v6-c-menu-toggle__controls">
324
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
325
+ <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
326
+ </span>
327
+ </span>
328
+ </button>
329
+ </div>
330
+ </div>
331
+ <div class="pf-v6-c-compass__sidebar pf-m-start">
332
+ <div class="pf-v6-c-compass__panel pf-m-pill">
333
+ <div class="pf-v6-c-action-list pf-m-icons pf-m-vertical">
334
+ <div class="pf-v6-c-action-list__item">
335
+ <button
336
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
337
+ type="button"
338
+ aria-label="Add"
339
+ >
340
+ <span class="pf-v6-c-button__icon">
341
+ <svg
342
+ class="pf-v6-svg"
343
+ viewBox="0 0 448 512"
344
+ fill="currentColor"
345
+ role="img"
346
+ width="1em"
347
+ height="1em"
348
+ aria-hidden="true"
349
+ >
350
+ <path
351
+ d="M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm96-160v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
352
+ />
353
+ </svg>
354
+ </span>
355
+ </button>
356
+ </div>
357
+ <div class="pf-v6-c-action-list__item">
358
+ <button
359
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
360
+ type="button"
361
+ aria-label="Help"
362
+ >
363
+ <span class="pf-v6-c-button__icon">
364
+ <svg
365
+ class="pf-v6-svg"
366
+ viewBox="0 0 512 512"
367
+ fill="currentColor"
368
+ role="img"
369
+ width="1em"
370
+ height="1em"
371
+ aria-hidden="true"
372
+ >
373
+ <path
374
+ d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"
375
+ />
376
+ </svg>
377
+ </span>
378
+ </button>
379
+ </div>
380
+ <div class="pf-v6-c-action-list__item">
381
+ <button
382
+ class="pf-v6-c-button pf-v6-m-ai-indicator pf-m-circle pf-m-plain"
383
+ type="button"
384
+ aria-label="AI assistant"
385
+ >
386
+ <span class="pf-v6-c-button__icon">
387
+ <svg
388
+ fill="currentColor"
389
+ width="1em"
390
+ height="1em"
391
+ viewBox="0 0 32 32"
392
+ style="translate: .05em .1em; scale: 1.1"
393
+ aria-hidden="true"
394
+ >
395
+ <g id="uuid-75f76c23-c1b6-4d16-98c6-ad548b061af4">
396
+ <rect width="32" height="32" fill="none" />
397
+ </g>
398
+ <g id="uuid-08df3350-7f5a-4f9c-8ddc-ec9ca74ef47e">
399
+ <path
400
+ fill="var(--pf-t--global--icon--color--regular)"
401
+ d="M26.03711,16.96191c-5.9043-.46826-10.53027-5.09424-10.99902-10.99121-.03711-.52344-.51367-.96973-1.03809-.96973-.52148,0-.99707.44189-1.03809.96191-.46875,5.90479-5.09473,10.53076-10.99121,10.99854-.52344.0376-.96973.51416-.96973,1.03857,0,.52148.44238.99707.96191,1.03809,5.9043.46875,10.53027,5.09473,10.99902,10.99121.03711.52344.51367.96973,1.03809.96973.52148,0,.99707-.44238,1.03809-.96191.46875-5.9043,5.09473-10.53027,10.99902-10.99902.51953-.04199.96191-.51562.96191-1.03809,0-.52148-.44238-.99707-.96191-1.03809Z"
402
+ />
403
+ <path
404
+ fill="var(--pf-t--global--icon--color--regular)"
405
+ d="M30.06836,6.14746c-1.59668-.35693-2.85938-1.61914-3.21582-3.21387-.08887-.40332-.43945-.68555-.85254-.68555s-.76367.28223-.85156.68311c-.35742,1.59717-1.62012,2.85938-3.21973,3.2168-.40039.09131-.68066.44141-.68066.85205s.28027.76074.68359.85254c1.59668.35693,2.85938,1.61914,3.21582,3.21387.08887.40332.43945.68555.85254.68555s.76367-.28223.85156-.68311c.35742-1.59717,1.62012-2.85938,3.2168-3.21631.00098,0,.00195-.00049.00293-.00049.40039-.09131.68066-.44141.68066-.85205s-.28027-.76074-.68359-.85254Z"
406
+ />
407
+ </g>
408
+ </svg>
409
+ </span>
410
+ </button>
411
+ </div>
412
+ <div class="pf-v6-c-action-list__item">
413
+ <button
414
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
415
+ type="button"
416
+ aria-label="User profile"
417
+ >
418
+ <span class="pf-v6-c-button__icon">
419
+ <svg
420
+ class="pf-v6-svg"
421
+ viewBox="0 0 448 512"
422
+ fill="currentColor"
423
+ role="img"
424
+ width="1em"
425
+ height="1em"
426
+ aria-hidden="true"
427
+ >
428
+ <path
429
+ d="M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z"
430
+ />
431
+ </svg>
432
+ </span>
433
+ </button>
434
+ </div>
435
+ <div class="pf-v6-c-action-list__item">
436
+ <button
437
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
438
+ type="button"
439
+ aria-label="Send"
440
+ >
441
+ <span class="pf-v6-c-button__icon">
442
+ <svg
443
+ class="pf-v6-svg"
444
+ viewBox="0 0 512 512"
445
+ fill="currentColor"
446
+ role="img"
447
+ width="1em"
448
+ height="1em"
449
+ aria-hidden="true"
450
+ >
451
+ <path
452
+ d="M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z"
453
+ />
454
+ </svg>
455
+ </span>
456
+ </button>
457
+ </div>
458
+ </div>
459
+ </div>
460
+ </div>
461
+ <div class="pf-v6-c-compass__main">
462
+ <div class="pf-v6-c-compass__main-header">
463
+ <div class="pf-v6-c-compass__panel">
464
+ <div class="pf-v6-l-flex pf-m-align-items-center">
465
+ <div class="pf-v6-l-flex__item pf-m-grow">
466
+ <h2 class="pf-v6-c-title pf-m-h1">Page title</h2>
467
+ </div>
468
+ <div class="pf-v6-l-flex__item">
469
+ <div class="pf-v6-c-action-list">
470
+ <div class="pf-v6-c-action-list__group">
471
+ <div class="pf-v6-c-action-list__item">
472
+ <button class="pf-v6-c-button pf-m-primary" type="button">
473
+ <span class="pf-v6-c-button__text">Add integration</span>
474
+ </button>
475
+ </div>
476
+ <div class="pf-v6-c-action-list__item">
477
+ <button class="pf-v6-c-button pf-m-secondary" type="button">
478
+ <span class="pf-v6-c-button__text">Test integration</span>
479
+ </button>
480
+ </div>
481
+ </div>
482
+ </div>
483
+ </div>
484
+ </div>
485
+ </div>
486
+ </div>
487
+ <div class="pf-v6-c-compass__content">
488
+ <div class="pf-v6-c-compass__panel pf-m-scrollable">
489
+ <div class="pf-v6-l-flex pf-m-column pf-m-gap-md">
490
+ <div class="pf-v6-c-toolbar" id="-toolbar">
491
+ <div class="pf-v6-c-toolbar__content">
492
+ <div class="pf-v6-c-toolbar__content-section pf-m-nowrap">
493
+ <div
494
+ class="pf-v6-c-toolbar__group pf-m-show-on-xl pf-m-toggle-group"
495
+ >
496
+ <div class="pf-v6-c-toolbar__toggle">
497
+ <button
498
+ class="pf-v6-c-menu-toggle pf-m-plain"
499
+ type="button"
500
+ aria-expanded="false"
501
+ aria-label="Show filters"
502
+ aria-controls="-toolbar-expandable-content"
503
+ >
504
+ <span class="pf-v6-c-menu-toggle__icon">
505
+ <i class="fas fa-filter" aria-hidden="true"></i>
506
+ </span>
507
+ </button>
508
+ </div>
509
+ <div class="pf-v6-c-toolbar__item pf-m-bulk-select">
510
+ <div
511
+ class="pf-v6-c-menu-toggle pf-m-split-button"
512
+ id="-toolbar-check"
513
+ >
514
+ <label
515
+ class="pf-v6-c-check pf-m-standalone"
516
+ for="-toolbar-check-check-input"
517
+ >
518
+ <input
519
+ class="pf-v6-c-check__input"
520
+ type="checkbox"
521
+ id="-toolbar-check-check-input"
522
+ name="-toolbar-check-check-input"
523
+ aria-label="Standalone check"
524
+ />
525
+ </label>
526
+ <button
527
+ class="pf-v6-c-menu-toggle__button"
528
+ type="button"
529
+ aria-expanded="false"
530
+ id="-toolbar-menu-toggle-toggle-button"
531
+ aria-label="Menu toggle"
532
+ >
533
+ <span class="pf-v6-c-menu-toggle__controls">
534
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
535
+ <i
536
+ class="fas fa-caret-down fa-fw"
537
+ aria-hidden="true"
538
+ ></i>
539
+ </span>
540
+ </span>
541
+ </button>
542
+ </div>
543
+ </div>
544
+
545
+ <div class="pf-v6-c-toolbar__item">
546
+ <button
547
+ class="pf-v6-c-menu-toggle"
548
+ type="button"
549
+ aria-expanded="false"
550
+ id="-toolbar-select-checkbox-status"
551
+ >
552
+ <span class="pf-v6-c-menu-toggle__text">Status</span>
553
+ <span class="pf-v6-c-menu-toggle__controls">
554
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
555
+ <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
556
+ </span>
557
+ </span>
558
+ </button>
559
+ </div>
560
+ </div>
561
+
562
+ <div class="pf-v6-c-overflow-menu" id="-toolbar-overflow-menu">
563
+ <div
564
+ class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
565
+ >
566
+ <div class="pf-v6-c-overflow-menu__group pf-m-button-group">
567
+ <div class="pf-v6-c-overflow-menu__item">
568
+ <button
569
+ class="pf-v6-c-button pf-m-primary"
570
+ type="button"
571
+ >
572
+ <span class="pf-v6-c-button__text">Create instance</span>
573
+ </button>
574
+ </div>
575
+ </div>
576
+ </div>
577
+ <div class="pf-v6-c-overflow-menu__control">
578
+ <button
579
+ class="pf-v6-c-menu-toggle pf-m-plain"
580
+ type="button"
581
+ aria-expanded="false"
582
+ aria-label="Menu toggle"
583
+ id="-toolbar-overflow-menu-toggle"
584
+ >
585
+ <span class="pf-v6-c-menu-toggle__icon">
586
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
587
+ </span>
588
+ </button>
589
+ </div>
590
+ </div>
591
+
592
+ <div class="pf-v6-c-toolbar__item pf-m-pagination">
593
+ <div class="pf-v6-c-pagination pf-m-compact">
594
+ <div class="pf-v6-c-pagination__page-menu">
595
+ <button
596
+ class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
597
+ type="button"
598
+ aria-expanded="false"
599
+ aria-label="Menu toggle"
600
+ id="-toolbar-top-pagination"
601
+ >
602
+ <span class="pf-v6-c-menu-toggle__text">
603
+ <b>1 - 10</b>&nbsp;of&nbsp;
604
+ <b>36</b>
605
+ </span>
606
+ <span class="pf-v6-c-menu-toggle__controls">
607
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
608
+ <i
609
+ class="fas fa-caret-down fa-fw"
610
+ aria-hidden="true"
611
+ ></i>
612
+ </span>
613
+ </span>
614
+ </button>
615
+ </div>
616
+ <nav
617
+ class="pf-v6-c-pagination__nav"
618
+ aria-label="Toolbar top pagination"
619
+ >
620
+ <div class="pf-v6-c-pagination__nav-control pf-m-prev">
621
+ <button
622
+ class="pf-v6-c-button pf-m-plain"
623
+ type="button"
624
+ disabled
625
+ aria-label="Go to previous page"
626
+ >
627
+ <span class="pf-v6-c-button__icon">
628
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
629
+ </span>
630
+ </button>
631
+ </div>
632
+ <div class="pf-v6-c-pagination__nav-control pf-m-next">
633
+ <button
634
+ class="pf-v6-c-button pf-m-plain"
635
+ type="button"
636
+ aria-label="Go to next page"
637
+ >
638
+ <span class="pf-v6-c-button__icon">
639
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
640
+ </span>
641
+ </button>
642
+ </div>
643
+ </nav>
644
+ </div>
645
+ </div>
646
+ </div>
647
+
648
+ <div
649
+ class="pf-v6-c-toolbar__expandable-content pf-m-hidden"
650
+ id="-toolbar-expandable-content"
651
+ hidden
652
+ ></div>
653
+ </div>
654
+ </div>
655
+ <div class="pf-v6-l-gallery pf-m-gutter">
656
+ <div
657
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
658
+ id="card-view-basic-example-gallery-card-empty-state"
659
+ >
660
+ <div class="pf-v6-l-bullseye">
661
+ <div class="pf-v6-c-empty-state pf-m-xs">
662
+ <div class="pf-v6-c-empty-state__content">
663
+ <i class="fas fa-plus-circle pf-v6-c-empty-state__icon"></i>
664
+ <div class="pf-v6-c-card__title">
665
+ <h2
666
+ class="pf-v6-c-card__title-text pf-m-md"
667
+ >Add a new card to your page</h2>
668
+ </div>
669
+ <button class="pf-v6-c-button pf-m-link" type="button">
670
+ <span class="pf-v6-c-button__text">Add card</span>
671
+ </button>
672
+ </div>
673
+ </div>
674
+ </div>
675
+ </div>
676
+ <div
677
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
678
+ id="card-view-basic-example-gallery-card-1"
679
+ >
680
+ <div class="pf-v6-c-card__header">
681
+ <img src="/assets/images/PF-IconLogo.svg" alt="PatternFly logo" />
682
+ <div class="pf-v6-c-card__actions">
683
+ <button
684
+ class="pf-v6-c-menu-toggle pf-m-plain"
685
+ type="button"
686
+ aria-expanded="false"
687
+ aria-label="Menu toggle"
688
+ id="card-view-basic-example-gallery-card-1-toggle"
689
+ >
690
+ <span class="pf-v6-c-menu-toggle__icon">
691
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
692
+ </span>
693
+ </button>
694
+ <div class="pf-v6-c-check pf-m-standalone">
695
+ <input
696
+ class="pf-v6-c-check__input"
697
+ type="checkbox"
698
+ id="card-view-basic-example-gallery-card-1-check"
699
+ name="card-view-basic-example-gallery-card-1-check"
700
+ aria-labelledby="card-view-basic-example-gallery-card-1-check-label"
701
+ />
702
+ </div>
703
+ </div>
704
+ </div>
705
+ <div class="pf-v6-c-card__title">
706
+ <h2
707
+ class="pf-v6-c-card__title-text"
708
+ id="card-view-basic-example-gallery-card-1-check-label"
709
+ >Patternfly</h2>
710
+ <div class="pf-v6-c-content">
711
+ <small>Provided by Red Hat</small>
712
+ </div>
713
+ </div>
714
+ <div
715
+ class="pf-v6-c-card__body"
716
+ >PatternFly is a community project that promotes design commonality and improves user experience.</div>
717
+ </div>
718
+ <div
719
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
720
+ id="card-view-basic-example-gallery-card-2"
721
+ >
722
+ <div class="pf-v6-c-card__header">
723
+ <img
724
+ src="/assets/images/activemq-core_200x150.png"
725
+ width="60px"
726
+ alt="Logo"
727
+ />
728
+ <div class="pf-v6-c-card__actions">
729
+ <button
730
+ class="pf-v6-c-menu-toggle pf-m-plain"
731
+ type="button"
732
+ aria-expanded="false"
733
+ aria-label="Menu toggle"
734
+ id="card-view-basic-example-gallery-card-2-toggle"
735
+ >
736
+ <span class="pf-v6-c-menu-toggle__icon">
737
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
738
+ </span>
739
+ </button>
740
+ <div class="pf-v6-c-check pf-m-standalone">
741
+ <input
742
+ class="pf-v6-c-check__input"
743
+ type="checkbox"
744
+ id="card-view-basic-example-gallery-card-2-check"
745
+ name="card-view-basic-example-gallery-card-2-check"
746
+ aria-labelledby="card-view-basic-example-gallery-card-2-check-label"
747
+ />
748
+ </div>
749
+ </div>
750
+ </div>
751
+ <div class="pf-v6-c-card__title">
752
+ <h2
753
+ class="pf-v6-c-card__title-text"
754
+ id="card-view-basic-example-gallery-card-2-check-label"
755
+ >ActiveMq</h2>
756
+ <div class="pf-v6-c-content">
757
+ <small>Provided by Red Hat</small>
758
+ </div>
759
+ </div>
760
+ <div
761
+ class="pf-v6-c-card__body"
762
+ >The ActiveMQ component allows messages to be sent to a JMS Queue or Topic; or messages to be consumed from a JMS Queue or Topic using Apache ActiveMQ.</div>
763
+ </div>
764
+ <div
765
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
766
+ id="card-view-basic-example-gallery-card-3"
767
+ >
768
+ <div class="pf-v6-c-card__header">
769
+ <img
770
+ src="/assets/images/camel-spark_200x150.png"
771
+ width="60px"
772
+ alt="Logo"
773
+ />
774
+ <div class="pf-v6-c-card__actions">
775
+ <button
776
+ class="pf-v6-c-menu-toggle pf-m-plain"
777
+ type="button"
778
+ aria-expanded="false"
779
+ aria-label="Menu toggle"
780
+ id="card-view-basic-example-gallery-card-3-toggle"
781
+ >
782
+ <span class="pf-v6-c-menu-toggle__icon">
783
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
784
+ </span>
785
+ </button>
786
+ <div class="pf-v6-c-check pf-m-standalone">
787
+ <input
788
+ class="pf-v6-c-check__input"
789
+ type="checkbox"
790
+ id="card-view-basic-example-gallery-card-3-check"
791
+ name="card-view-basic-example-gallery-card-3-check"
792
+ aria-labelledby="card-view-basic-example-gallery-card-3-check-label"
793
+ />
794
+ </div>
795
+ </div>
796
+ </div>
797
+ <div class="pf-v6-c-card__title">
798
+ <h2
799
+ class="pf-v6-c-card__title-text"
800
+ id="card-view-basic-example-gallery-card-3-check-label"
801
+ >Apache Spark</h2>
802
+ <div class="pf-v6-c-content">
803
+ <small>Provided by Red Hat</small>
804
+ </div>
805
+ </div>
806
+ <div
807
+ class="pf-v6-c-card__body"
808
+ >This documentation page covers the Apache Spark component for the Apache Camel.</div>
809
+ </div>
810
+ <div
811
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
812
+ id="card-view-basic-example-gallery-card-4"
813
+ >
814
+ <div class="pf-v6-c-card__header">
815
+ <img
816
+ src="/assets/images/camel-avro_200x150.png"
817
+ width="60px"
818
+ alt="Logo"
819
+ />
820
+ <div class="pf-v6-c-card__actions">
821
+ <button
822
+ class="pf-v6-c-menu-toggle pf-m-plain"
823
+ type="button"
824
+ aria-expanded="false"
825
+ aria-label="Menu toggle"
826
+ id="card-view-basic-example-gallery-card-4-toggle"
827
+ >
828
+ <span class="pf-v6-c-menu-toggle__icon">
829
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
830
+ </span>
831
+ </button>
832
+ <div class="pf-v6-c-check pf-m-standalone">
833
+ <input
834
+ class="pf-v6-c-check__input"
835
+ type="checkbox"
836
+ id="card-view-basic-example-gallery-card-4-check"
837
+ name="card-view-basic-example-gallery-card-4-check"
838
+ aria-labelledby="card-view-basic-example-gallery-card-4-check-label"
839
+ />
840
+ </div>
841
+ </div>
842
+ </div>
843
+ <div class="pf-v6-c-card__title">
844
+ <h2
845
+ class="pf-v6-c-card__title-text"
846
+ id="card-view-basic-example-gallery-card-4-check-label"
847
+ >Avro</h2>
848
+ <div class="pf-v6-c-content">
849
+ <small>Provided by Red Hat</small>
850
+ </div>
851
+ </div>
852
+ <div
853
+ class="pf-v6-c-card__body"
854
+ >This component provides a dataformat for avro, which allows serialization and deserialization of messages using Apache Avro’s binary dataformat. Moreover, it provides support for Apache Avro’s rpc, by providing producers and consumers endpoint for using avro over netty or http.</div>
855
+ </div>
856
+ <div
857
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-selected-raised pf-m-compact"
858
+ id="card-view-basic-example-gallery-card-5"
859
+ >
860
+ <div class="pf-v6-c-card__header">
861
+ <img
862
+ src="/assets/images/FuseConnector_Icons_AzureServices.png"
863
+ width="60px"
864
+ alt="Logo"
865
+ />
866
+ <div class="pf-v6-c-card__actions">
867
+ <button
868
+ class="pf-v6-c-menu-toggle pf-m-plain"
869
+ type="button"
870
+ aria-expanded="false"
871
+ aria-label="Menu toggle"
872
+ id="card-view-basic-example-gallery-card-5-toggle"
873
+ >
874
+ <span class="pf-v6-c-menu-toggle__icon">
875
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
876
+ </span>
877
+ </button>
878
+ <div class="pf-v6-c-check pf-m-standalone">
879
+ <input
880
+ class="pf-v6-c-check__input"
881
+ type="checkbox"
882
+ id="card-view-basic-example-gallery-card-5-check"
883
+ name="card-view-basic-example-gallery-card-5-check"
884
+ aria-labelledby="card-view-basic-example-gallery-card-5-check-label"
885
+ />
886
+ </div>
887
+ </div>
888
+ </div>
889
+ <div class="pf-v6-c-card__title">
890
+ <h2
891
+ class="pf-v6-c-card__title-text"
892
+ id="card-view-basic-example-gallery-card-5-check-label"
893
+ >Azure Services</h2>
894
+ <div class="pf-v6-c-content">
895
+ <small>Provided by Red Hat</small>
896
+ </div>
897
+ </div>
898
+ <div
899
+ class="pf-v6-c-card__body"
900
+ >The Camel Components for Windows Azure Services provide connectivity to Azure services from Camel.</div>
901
+ </div>
902
+ <div
903
+ class="pf-v6-c-card pf-m-non-selectable-raised pf-m-compact"
904
+ id="card-view-basic-example-gallery-card-6"
905
+ >
906
+ <div class="pf-v6-c-card__header">
907
+ <img
908
+ src="/assets/images/camel-saxon_200x150.png"
909
+ width="60px"
910
+ alt="Logo"
911
+ />
912
+ <div class="pf-v6-c-card__actions">
913
+ <button
914
+ class="pf-v6-c-menu-toggle pf-m-plain"
915
+ type="button"
916
+ aria-expanded="false"
917
+ aria-label="Menu toggle"
918
+ id="card-view-basic-example-gallery-card-6-toggle"
919
+ >
920
+ <span class="pf-v6-c-menu-toggle__icon">
921
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
922
+ </span>
923
+ </button>
924
+ <div class="pf-v6-c-check pf-m-standalone">
925
+ <input
926
+ class="pf-v6-c-check__input"
927
+ type="checkbox"
928
+ id="card-view-basic-example-gallery-card-6-check"
929
+ name="card-view-basic-example-gallery-card-6-check"
930
+ disabled
931
+ aria-labelledby="card-view-basic-example-gallery-card-6-check-label"
932
+ />
933
+ </div>
934
+ </div>
935
+ </div>
936
+ <div class="pf-v6-c-card__title">
937
+ <h2
938
+ class="pf-v6-c-card__title-text"
939
+ id="card-view-basic-example-gallery-card-6-check-label"
940
+ >Crypto</h2>
941
+ <div class="pf-v6-c-content">
942
+ <small>Provided by Red Hat</small>
943
+ </div>
944
+ </div>
945
+ <div
946
+ class="pf-v6-c-card__body"
947
+ >For providing flexible endpoints to sign and verify exchanges using the Signature Service of the Java Cryptographic Extension.</div>
948
+ </div>
949
+ <div
950
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
951
+ id="card-view-basic-example-gallery-card-7"
952
+ >
953
+ <div class="pf-v6-c-card__header">
954
+ <img
955
+ src="/assets/images/camel-dropbox_200x150.png"
956
+ width="60px"
957
+ alt="Logo"
958
+ />
959
+ <div class="pf-v6-c-card__actions">
960
+ <button
961
+ class="pf-v6-c-menu-toggle pf-m-plain"
962
+ type="button"
963
+ aria-expanded="false"
964
+ aria-label="Menu toggle"
965
+ id="card-view-basic-example-gallery-card-7-toggle"
966
+ >
967
+ <span class="pf-v6-c-menu-toggle__icon">
968
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
969
+ </span>
970
+ </button>
971
+ <div class="pf-v6-c-check pf-m-standalone">
972
+ <input
973
+ class="pf-v6-c-check__input"
974
+ type="checkbox"
975
+ id="card-view-basic-example-gallery-card-7-check"
976
+ name="card-view-basic-example-gallery-card-7-check"
977
+ aria-labelledby="card-view-basic-example-gallery-card-7-check-label"
978
+ />
979
+ </div>
980
+ </div>
981
+ </div>
982
+ <div class="pf-v6-c-card__title">
983
+ <h2
984
+ class="pf-v6-c-card__title-text"
985
+ id="card-view-basic-example-gallery-card-7-check-label"
986
+ >DropBox</h2>
987
+ <div class="pf-v6-c-content">
988
+ <small>Provided by Red Hat</small>
989
+ </div>
990
+ </div>
991
+ <div
992
+ class="pf-v6-c-card__body"
993
+ >The dropbox: component allows you to treat Dropbox remote folders as a producer or consumer of messages.</div>
994
+ </div>
995
+ <div
996
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
997
+ id="card-view-basic-example-gallery-card-8"
998
+ >
999
+ <div class="pf-v6-c-card__header">
1000
+ <img
1001
+ src="/assets/images/camel-infinispan_200x150.png"
1002
+ width="60px"
1003
+ alt="Logo"
1004
+ />
1005
+ <div class="pf-v6-c-card__actions">
1006
+ <button
1007
+ class="pf-v6-c-menu-toggle pf-m-plain"
1008
+ type="button"
1009
+ aria-expanded="false"
1010
+ aria-label="Menu toggle"
1011
+ id="card-view-basic-example-gallery-card-8-toggle"
1012
+ >
1013
+ <span class="pf-v6-c-menu-toggle__icon">
1014
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1015
+ </span>
1016
+ </button>
1017
+ <div class="pf-v6-c-check pf-m-standalone">
1018
+ <input
1019
+ class="pf-v6-c-check__input"
1020
+ type="checkbox"
1021
+ id="card-view-basic-example-gallery-card-8-check"
1022
+ name="card-view-basic-example-gallery-card-8-check"
1023
+ aria-labelledby="card-view-basic-example-gallery-card-8-check-label"
1024
+ />
1025
+ </div>
1026
+ </div>
1027
+ </div>
1028
+ <div class="pf-v6-c-card__title">
1029
+ <h2
1030
+ class="pf-v6-c-card__title-text"
1031
+ id="card-view-basic-example-gallery-card-8-check-label"
1032
+ >JBoss Data Grid</h2>
1033
+ <div class="pf-v6-c-content">
1034
+ <small>Provided by Red Hat</small>
1035
+ </div>
1036
+ </div>
1037
+ <div
1038
+ class="pf-v6-c-card__body"
1039
+ >Read or write to a fully-supported distributed cache and data grid for faster integration services.</div>
1040
+ </div>
1041
+ <div
1042
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
1043
+ id="card-view-basic-example-gallery-card-9"
1044
+ >
1045
+ <div class="pf-v6-c-card__header">
1046
+ <img
1047
+ src="/assets/images/FuseConnector_Icons_REST.png"
1048
+ width="60px"
1049
+ alt="Logo"
1050
+ />
1051
+ <div class="pf-v6-c-card__actions">
1052
+ <button
1053
+ class="pf-v6-c-menu-toggle pf-m-plain"
1054
+ type="button"
1055
+ aria-expanded="false"
1056
+ aria-label="Menu toggle"
1057
+ id="card-view-basic-example-gallery-card-9-toggle"
1058
+ >
1059
+ <span class="pf-v6-c-menu-toggle__icon">
1060
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1061
+ </span>
1062
+ </button>
1063
+ <div class="pf-v6-c-check pf-m-standalone">
1064
+ <input
1065
+ class="pf-v6-c-check__input"
1066
+ type="checkbox"
1067
+ id="card-view-basic-example-gallery-card-9-check"
1068
+ name="card-view-basic-example-gallery-card-9-check"
1069
+ aria-labelledby="card-view-basic-example-gallery-card-9-check-label"
1070
+ />
1071
+ </div>
1072
+ </div>
1073
+ </div>
1074
+ <div class="pf-v6-c-card__title">
1075
+ <h2
1076
+ class="pf-v6-c-card__title-text"
1077
+ id="card-view-basic-example-gallery-card-9-check-label"
1078
+ >Rest</h2>
1079
+ <div class="pf-v6-c-content">
1080
+ <small>Provided by Red Hat</small>
1081
+ </div>
1082
+ </div>
1083
+ <div class="pf-v6-c-card__body">
1084
+ The rest component allows to define REST endpoints (consumer) using the Rest DSL and plugin to other Camel components as the REST transport.
1085
+ From Camel 2.18 onwards the rest component can also be used as a client (producer) to call REST services.
1086
+ </div>
1087
+ </div>
1088
+ <div
1089
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
1090
+ id="card-view-basic-example-gallery-card-10"
1091
+ >
1092
+ <div class="pf-v6-c-card__header">
1093
+ <img
1094
+ src="/assets/images/camel-swagger-java_200x150.png"
1095
+ width="60px"
1096
+ alt="Logo"
1097
+ />
1098
+ <div class="pf-v6-c-card__actions">
1099
+ <button
1100
+ class="pf-v6-c-menu-toggle pf-m-plain"
1101
+ type="button"
1102
+ aria-expanded="false"
1103
+ aria-label="Menu toggle"
1104
+ id="card-view-basic-example-gallery-card-10-toggle"
1105
+ >
1106
+ <span class="pf-v6-c-menu-toggle__icon">
1107
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1108
+ </span>
1109
+ </button>
1110
+ <div class="pf-v6-c-check pf-m-standalone">
1111
+ <input
1112
+ class="pf-v6-c-check__input"
1113
+ type="checkbox"
1114
+ id="card-view-basic-example-gallery-card-10-check"
1115
+ name="card-view-basic-example-gallery-card-10-check"
1116
+ aria-labelledby="card-view-basic-example-gallery-card-10-check-label"
1117
+ />
1118
+ </div>
1119
+ </div>
1120
+ </div>
1121
+ <div class="pf-v6-c-card__title">
1122
+ <h2
1123
+ class="pf-v6-c-card__title-text"
1124
+ id="card-view-basic-example-gallery-card-10-check-label"
1125
+ >SWAGGER</h2>
1126
+ <div class="pf-v6-c-content">
1127
+ <small>Provided by Red Hat</small>
1128
+ </div>
1129
+ </div>
1130
+ <div
1131
+ class="pf-v6-c-card__body"
1132
+ >Expose REST services and their APIs using Swagger specification.</div>
1133
+ </div>
1134
+ </div>
1135
+ </div>
1136
+ </div>
1137
+ </div>
1138
+ </div>
1139
+ <div class="pf-v6-c-compass__sidebar pf-m-end">
1140
+ <div class="pf-v6-c-compass__panel pf-m-pill">
1141
+ <div class="pf-v6-c-action-list pf-m-icons pf-m-vertical">
1142
+ <div class="pf-v6-c-action-list__item">
1143
+ <button
1144
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
1145
+ type="button"
1146
+ aria-label="Help"
1147
+ >
1148
+ <span class="pf-v6-c-button__icon">
1149
+ <svg
1150
+ class="pf-v6-svg"
1151
+ viewBox="0 0 512 512"
1152
+ fill="currentColor"
1153
+ role="img"
1154
+ width="1em"
1155
+ height="1em"
1156
+ aria-hidden="true"
1157
+ >
1158
+ <path
1159
+ d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"
1160
+ />
1161
+ </svg>
1162
+ </span>
1163
+ </button>
1164
+ </div>
1165
+ <div class="pf-v6-c-action-list__item">
1166
+ <button
1167
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
1168
+ type="button"
1169
+ aria-label="User profile"
1170
+ >
1171
+ <span class="pf-v6-c-button__icon">
1172
+ <svg
1173
+ class="pf-v6-svg"
1174
+ viewBox="0 0 448 512"
1175
+ fill="currentColor"
1176
+ role="img"
1177
+ width="1em"
1178
+ height="1em"
1179
+ aria-hidden="true"
1180
+ >
1181
+ <path
1182
+ d="M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z"
1183
+ />
1184
+ </svg>
1185
+ </span>
1186
+ </button>
1187
+ </div>
1188
+ <div class="pf-v6-c-action-list__item">
1189
+ <button
1190
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
1191
+ type="button"
1192
+ aria-label="Send"
1193
+ >
1194
+ <span class="pf-v6-c-button__icon">
1195
+ <svg
1196
+ class="pf-v6-svg"
1197
+ viewBox="0 0 512 512"
1198
+ fill="currentColor"
1199
+ role="img"
1200
+ width="1em"
1201
+ height="1em"
1202
+ aria-hidden="true"
1203
+ >
1204
+ <path
1205
+ d="M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z"
1206
+ />
1207
+ </svg>
1208
+ </span>
1209
+ </button>
1210
+ </div>
1211
+ </div>
1212
+ </div>
1213
+ </div>
1214
+ <div class="pf-v6-c-compass__footer">
1215
+ <div
1216
+ class="pf-v6-c-compass__panel pf-m-no-border pf-m-pill pf-m-no-padding"
1217
+ >chatbot message bar</div>
1218
+ </div>
1219
+ </div>
1220
+
1221
+ ```
1222
+
1223
+ ### Dashboard
1224
+
1225
+ ```html isFullscreen isBeta
1226
+ <div
1227
+ class="pf-v6-c-compass"
1228
+ style="
1229
+ --pf-v6-c-compass--BackgroundImage--light: url(/assets/images/compass--wallpaper-light.png);
1230
+ --pf-v6-c-compass--BackgroundImage--dark: url(/assets/images/compass--wallpaper-dark.png);
1231
+ "
1232
+ >
1233
+ <div class="pf-v6-c-compass__header">
1234
+ <div class="pf-v6-c-compass__logo">
1235
+ <svg
1236
+ width="192"
1237
+ height="39"
1238
+ viewBox="0 0 192 39"
1239
+ fill="none"
1240
+ xmlns="http://www.w3.org/2000/svg"
1241
+ aria-hidden="true"
1242
+ >
1243
+ <path
1244
+ d="M33.3807 22.9001C36.6672 22.9001 41.4287 22.2167 41.4287 18.2926C41.4287 17.9865 41.4209 17.6883 41.3472 17.3901L39.3885 8.85069C38.9336 6.97444 38.5392 6.11944 35.2501 4.47014C32.7023 3.16125 27.1468 1 25.5035 1C23.9733 1 23.5211 2.98972 21.7069 2.98972C19.8927 2.98972 18.6465 1.51194 17.0032 1.51194C15.3599 1.51194 14.395 2.59389 13.6036 4.81056C13.6036 4.81056 11.3924 11.0674 11.1085 11.9778C11.0506 12.1493 11.0506 12.3393 11.0506 12.4897C11.0506 14.9228 20.5921 22.9001 33.3833 22.9001M41.9414 19.8839C42.3963 22.0451 42.3963 22.2721 42.3963 22.5571C42.3963 26.2542 38.2579 28.3019 32.818 28.3019C20.5185 28.3019 9.74918 21.0767 9.74918 16.3003C9.74918 15.5614 9.92008 14.8779 10.1462 14.366C5.72383 14.5929 0 15.3899 0 20.4539C0 28.7585 19.6114 39 35.1396 39C47.0421 39 50.0447 33.5956 50.0447 29.3285C50.0447 25.9718 47.1552 22.1612 41.9388 19.8839"
1245
+ fill="#EE0000"
1246
+ />
1247
+ <path
1248
+ d="M41.9386 19.8864C42.3935 22.0477 42.3935 22.2746 42.3935 22.5596C42.3935 26.2567 38.255 28.3045 32.8152 28.3045C20.5157 28.3045 9.74634 21.0792 9.74634 16.3028C9.74634 15.5639 9.91724 14.8804 10.1434 14.3685L11.1083 11.9777C11.0504 12.1492 11.0504 12.3392 11.0504 12.4896C11.0504 14.9227 20.5919 22.9 33.3831 22.9C36.6696 22.9 41.4312 22.2165 41.4312 18.2925C41.4312 17.9864 41.4233 17.6882 41.3496 17.39L41.9412 19.8864H41.9386Z"
1249
+ fill="black"
1250
+ />
1251
+ <path
1252
+ d="M75.764 16V1.29995H82.295C83.261 1.29995 84.115 1.48895 84.857 1.86695C85.599 2.24495 86.173 2.76995 86.579 3.44195C86.999 4.09995 87.209 4.86995 87.209 5.75195C87.209 6.70395 86.943 7.53695 86.411 8.25095C85.893 8.95095 85.186 9.46195 84.29 9.78395L87.398 16H84.605L81.77 10.12H78.284V16H75.764ZM78.284 8.10395H82.064C82.848 8.10395 83.478 7.89395 83.954 7.47395C84.43 7.03995 84.668 6.47295 84.668 5.77295C84.668 5.05895 84.43 4.49195 83.954 4.07195C83.478 3.63795 82.848 3.42095 82.064 3.42095H78.284V8.10395Z"
1253
+ fill="var(--pf-t--global--text--color--regular)"
1254
+ />
1255
+ <path
1256
+ d="M93.9392 16.21C92.9312 16.21 92.0212 15.972 91.2092 15.496C90.3972 15.006 89.7532 14.3549 89.2772 13.5429C88.8012 12.7169 88.5632 11.7859 88.5632 10.75C88.5632 9.71395 88.7872 8.78995 89.2352 7.97795C89.6832 7.16595 90.2922 6.52195 91.0622 6.04595C91.8462 5.55595 92.7142 5.31095 93.6662 5.31095C94.6462 5.31095 95.5072 5.54895 96.2492 6.02495C97.0052 6.50095 97.5932 7.14495 98.0132 7.95695C98.4472 8.76895 98.6642 9.69995 98.6642 10.75V11.3169H90.8942C90.9782 11.8909 91.1602 12.4019 91.4402 12.8499C91.7342 13.2839 92.1052 13.627 92.5532 13.879C93.0152 14.1309 93.5122 14.257 94.0442 14.257C94.5342 14.257 94.9962 14.173 95.4302 14.005C95.8782 13.823 96.2492 13.578 96.5432 13.2699L98.0972 14.677C97.4532 15.209 96.7952 15.601 96.1232 15.853C95.4652 16.091 94.7372 16.21 93.9392 16.21ZM90.9152 9.84695H96.4172C96.3332 9.34295 96.1582 8.89495 95.8922 8.50295C95.6402 8.11095 95.3182 7.80295 94.9262 7.57895C94.5482 7.35495 94.1282 7.24295 93.6662 7.24295C93.2042 7.24295 92.7772 7.35495 92.3852 7.57895C92.0072 7.78895 91.6922 8.08995 91.4402 8.48195C91.1882 8.87395 91.0132 9.32895 90.9152 9.84695Z"
1257
+ fill="var(--pf-t--global--text--color--regular)"
1258
+ />
1259
+ <path
1260
+ d="M105.388 16.1049C104.506 16.1049 103.708 15.867 102.994 15.391C102.28 14.901 101.706 14.257 101.272 13.459C100.852 12.6469 100.642 11.7439 100.642 10.75C100.642 9.74195 100.859 8.83895 101.293 8.04095C101.727 7.22895 102.315 6.58495 103.057 6.10895C103.813 5.63295 104.646 5.39495 105.556 5.39495C106.158 5.39495 106.718 5.51395 107.236 5.75195C107.768 5.97595 108.23 6.31195 108.622 6.75995V0.94295L110.995 0.522949V16H108.643V14.6139C108.265 15.0899 107.796 15.461 107.236 15.727C106.676 15.979 106.06 16.1049 105.388 16.1049ZM106.123 14.11C106.627 14.11 107.096 14.012 107.53 13.816C107.964 13.606 108.328 13.319 108.622 12.955V8.52395C108.314 8.15995 107.943 7.87995 107.509 7.68395C107.075 7.48795 106.613 7.38995 106.123 7.38995C105.521 7.38995 104.982 7.53695 104.506 7.83095C104.044 8.11095 103.673 8.50295 103.393 9.00695C103.113 9.51095 102.973 10.092 102.973 10.75C102.973 11.38 103.113 11.9539 103.393 12.4719C103.673 12.976 104.044 13.375 104.506 13.669C104.982 13.9629 105.521 14.11 106.123 14.11Z"
1261
+ fill="var(--pf-t--global--text--color--regular)"
1262
+ />
1263
+ <path
1264
+ d="M118.848 16V1.29995H121.368V7.47395H128.676V1.29995H131.196V16H128.676V9.72095H121.368V16H118.848Z"
1265
+ fill="var(--pf-t--global--text--color--regular)"
1266
+ />
1267
+ <path
1268
+ d="M137.314 16.189C136.586 16.189 135.935 16.056 135.361 15.79C134.801 15.51 134.36 15.132 134.038 14.656C133.73 14.166 133.576 13.606 133.576 12.976C133.576 12.346 133.737 11.7999 134.059 11.3379C134.395 10.8759 134.864 10.519 135.466 10.267C136.068 10.015 136.782 9.88895 137.608 9.88895C138.098 9.88895 138.581 9.94495 139.057 10.0569C139.533 10.1549 139.995 10.323 140.443 10.561V9.38495C140.443 8.68495 140.24 8.15995 139.834 7.80995C139.442 7.45995 138.84 7.28495 138.028 7.28495C137.594 7.28495 137.125 7.35495 136.621 7.49495C136.131 7.62095 135.578 7.82395 134.962 8.10395L134.122 6.38195C135.662 5.66795 137.118 5.31095 138.49 5.31095C139.862 5.31095 140.919 5.64695 141.661 6.31895C142.417 6.97695 142.795 7.91495 142.795 9.13295V16H140.443V14.908C139.995 15.342 139.512 15.6639 138.994 15.874C138.476 16.084 137.916 16.189 137.314 16.189ZM135.802 12.934C135.802 13.424 135.998 13.809 136.39 14.089C136.782 14.3689 137.307 14.509 137.965 14.509C138.441 14.509 138.882 14.439 139.288 14.299C139.708 14.1449 140.093 13.9209 140.443 13.627V11.926C140.079 11.7579 139.701 11.6319 139.309 11.5479C138.917 11.464 138.49 11.422 138.028 11.422C137.342 11.422 136.796 11.5549 136.39 11.8209C135.998 12.0869 135.802 12.458 135.802 12.934Z"
1269
+ fill="var(--pf-t--global--text--color--regular)"
1270
+ />
1271
+ <path
1272
+ d="M149.897 16.21C148.833 16.21 148.028 15.9649 147.482 15.4749C146.936 14.971 146.663 14.236 146.663 13.2699V7.36895H144.563V5.47895H146.663V2.58095L149.036 2.07695V5.47895H151.955V7.36895H149.036V12.745C149.036 13.2629 149.148 13.634 149.372 13.858C149.596 14.068 149.974 14.1729 150.506 14.1729C150.744 14.1729 150.961 14.1589 151.157 14.1309C151.367 14.089 151.626 14.0189 151.934 13.9209V15.9159C151.64 16.0139 151.304 16.084 150.926 16.1259C150.562 16.1819 150.219 16.21 149.897 16.21Z"
1273
+ fill="var(--pf-t--global--text--color--regular)"
1274
+ />
1275
+ <path
1276
+ d="M73.916 38L79.964 23.2999H83.471L89.456 38H86.159L84.668 34.1359H78.599L77.087 38H73.916ZM79.544 31.6999H83.744L81.644 26.2819L79.544 31.6999Z"
1277
+ fill="var(--pf-t--global--text--color--regular)"
1278
+ />
1279
+ <path
1280
+ d="M94.4493 38.2099C93.6093 38.2099 92.8603 38.028 92.2023 37.664C91.5583 37.286 91.0473 36.768 90.6693 36.11C90.3053 35.452 90.1233 34.6959 90.1233 33.8419V27.059H93.0003V33.422C93.0003 34.122 93.2033 34.682 93.6093 35.102C94.0293 35.522 94.5823 35.7319 95.2683 35.7319C96.2483 35.7319 97.0043 35.368 97.5363 34.6399V27.059H100.413V38H97.5363V37.118C96.6963 37.846 95.6673 38.2099 94.4493 38.2099Z"
1281
+ fill="var(--pf-t--global--text--color--regular)"
1282
+ />
1283
+ <path
1284
+ d="M107.842 38.1679C106.625 38.1679 105.7 37.895 105.07 37.3489C104.454 36.7889 104.146 35.9769 104.146 34.9129V29.4529H101.899V27.059H104.146V24.2659L107.024 23.6149V27.059H110.153V29.4529H107.024V34.325C107.024 34.829 107.136 35.193 107.36 35.417C107.583 35.6269 107.975 35.7319 108.535 35.7319C108.815 35.7319 109.068 35.7179 109.292 35.6899C109.529 35.6479 109.789 35.5779 110.069 35.4799V37.853C109.775 37.951 109.404 38.028 108.956 38.084C108.522 38.1399 108.15 38.1679 107.842 38.1679Z"
1285
+ fill="var(--pf-t--global--text--color--regular)"
1286
+ />
1287
+ <path
1288
+ d="M116.767 38.2099C115.675 38.2099 114.688 37.958 113.806 37.4539C112.924 36.9499 112.224 36.271 111.706 35.417C111.188 34.563 110.929 33.604 110.929 32.54C110.929 31.476 111.188 30.517 111.706 29.663C112.224 28.795 112.924 28.1089 113.806 27.6049C114.688 27.101 115.675 26.8489 116.767 26.8489C117.859 26.8489 118.846 27.101 119.728 27.6049C120.61 28.1089 121.31 28.795 121.828 29.663C122.346 30.517 122.605 31.476 122.605 32.54C122.605 33.604 122.346 34.563 121.828 35.417C121.31 36.271 120.61 36.9499 119.728 37.4539C118.846 37.958 117.859 38.2099 116.767 38.2099ZM116.767 35.7109C117.341 35.7109 117.852 35.5709 118.3 35.291C118.762 35.011 119.126 34.6329 119.392 34.1569C119.672 33.6669 119.812 33.128 119.812 32.54C119.812 31.938 119.672 31.399 119.392 30.923C119.126 30.447 118.762 30.069 118.3 29.7889C117.852 29.4949 117.341 29.3479 116.767 29.3479C116.207 29.3479 115.696 29.4949 115.234 29.7889C114.772 30.069 114.408 30.447 114.142 30.923C113.876 31.399 113.743 31.938 113.743 32.54C113.743 33.128 113.876 33.6669 114.142 34.1569C114.408 34.6329 114.772 35.011 115.234 35.291C115.696 35.5709 116.207 35.7109 116.767 35.7109Z"
1289
+ fill="var(--pf-t--global--text--color--regular)"
1290
+ />
1291
+ <path
1292
+ d="M124.373 38V27.059H127.25V27.8989C128.034 27.1989 128.986 26.8489 130.106 26.8489C130.82 26.8489 131.457 26.996 132.017 27.2899C132.577 27.57 133.039 27.969 133.403 28.4869C134.313 27.3949 135.517 26.8489 137.015 26.8489C137.841 26.8489 138.562 27.038 139.178 27.416C139.808 27.78 140.298 28.291 140.648 28.9489C141.012 29.5929 141.194 30.3489 141.194 31.2169V38H138.338V31.6369C138.338 30.9229 138.149 30.3629 137.771 29.9569C137.393 29.5369 136.889 29.327 136.259 29.327C135.377 29.327 134.677 29.6909 134.159 30.4189C134.173 30.5449 134.187 30.6709 134.201 30.7969C134.215 30.9229 134.222 31.063 134.222 31.2169V38H131.345V31.6369C131.345 30.9229 131.156 30.3629 130.778 29.9569C130.414 29.5369 129.917 29.327 129.287 29.327C128.405 29.327 127.726 29.6629 127.25 30.3349V38H124.373Z"
1293
+ fill="var(--pf-t--global--text--color--regular)"
1294
+ />
1295
+ <path
1296
+ d="M146.87 38.1889C146.086 38.1889 145.393 38.049 144.791 37.769C144.189 37.475 143.72 37.076 143.384 36.5719C143.048 36.0679 142.88 35.4869 142.88 34.8289C142.88 33.7789 143.272 32.9669 144.056 32.393C144.854 31.805 145.946 31.511 147.332 31.511C148.284 31.511 149.18 31.6579 150.02 31.952V31.1539C150.02 29.8799 149.25 29.243 147.71 29.243C147.248 29.243 146.751 29.32 146.219 29.4739C145.687 29.6139 145.071 29.8379 144.371 30.146L143.321 28.025C144.189 27.6329 145.015 27.3389 145.799 27.143C146.597 26.947 147.395 26.8489 148.193 26.8489C149.663 26.8489 150.804 27.2059 151.616 27.92C152.442 28.62 152.855 29.6139 152.855 30.9019V38H150.02V37.2229C149.572 37.5589 149.089 37.804 148.571 37.958C148.053 38.1119 147.486 38.1889 146.87 38.1889ZM145.61 34.7659C145.61 35.186 145.792 35.5219 146.156 35.7739C146.52 36.0119 147.003 36.131 147.605 36.131C148.571 36.131 149.376 35.893 150.02 35.417V33.8209C149.32 33.541 148.55 33.401 147.71 33.401C147.052 33.401 146.534 33.527 146.156 33.7789C145.792 34.0169 145.61 34.346 145.61 34.7659Z"
1297
+ fill="var(--pf-t--global--text--color--regular)"
1298
+ />
1299
+ <path
1300
+ d="M159.912 38.1679C158.694 38.1679 157.77 37.895 157.14 37.3489C156.524 36.7889 156.216 35.9769 156.216 34.9129V29.4529H153.969V27.059H156.216V24.2659L159.093 23.6149V27.059H162.222V29.4529H159.093V34.325C159.093 34.829 159.205 35.193 159.429 35.417C159.653 35.6269 160.045 35.7319 160.605 35.7319C160.885 35.7319 161.137 35.7179 161.361 35.6899C161.599 35.6479 161.858 35.5779 162.138 35.4799V37.853C161.844 37.951 161.473 38.028 161.025 38.084C160.591 38.1399 160.22 38.1679 159.912 38.1679Z"
1301
+ fill="var(--pf-t--global--text--color--regular)"
1302
+ />
1303
+ <path
1304
+ d="M163.625 38V27.059H166.502V38H163.625ZM165.053 25.757C164.605 25.757 164.22 25.596 163.898 25.274C163.576 24.952 163.415 24.5669 163.415 24.1189C163.415 23.6569 163.576 23.2719 163.898 22.9639C164.22 22.6419 164.605 22.4809 165.053 22.4809C165.515 22.4809 165.9 22.6419 166.208 22.9639C166.53 23.2719 166.691 23.6569 166.691 24.1189C166.691 24.5669 166.53 24.952 166.208 25.274C165.9 25.596 165.515 25.757 165.053 25.757Z"
1305
+ fill="var(--pf-t--global--text--color--regular)"
1306
+ />
1307
+ <path
1308
+ d="M174.086 38.2099C172.994 38.2099 172.007 37.958 171.125 37.4539C170.243 36.9499 169.543 36.271 169.025 35.417C168.507 34.563 168.248 33.604 168.248 32.54C168.248 31.476 168.507 30.517 169.025 29.663C169.543 28.795 170.243 28.1089 171.125 27.6049C172.007 27.101 172.994 26.8489 174.086 26.8489C175.178 26.8489 176.165 27.101 177.047 27.6049C177.929 28.1089 178.629 28.795 179.147 29.663C179.665 30.517 179.924 31.476 179.924 32.54C179.924 33.604 179.665 34.563 179.147 35.417C178.629 36.271 177.929 36.9499 177.047 37.4539C176.165 37.958 175.178 38.2099 174.086 38.2099ZM174.086 35.7109C174.66 35.7109 175.171 35.5709 175.619 35.291C176.081 35.011 176.445 34.6329 176.711 34.1569C176.991 33.6669 177.131 33.128 177.131 32.54C177.131 31.938 176.991 31.399 176.711 30.923C176.445 30.447 176.081 30.069 175.619 29.7889C175.171 29.4949 174.66 29.3479 174.086 29.3479C173.526 29.3479 173.015 29.4949 172.553 29.7889C172.091 30.069 171.727 30.447 171.461 30.923C171.195 31.399 171.062 31.938 171.062 32.54C171.062 33.128 171.195 33.6669 171.461 34.1569C171.727 34.6329 172.091 35.011 172.553 35.291C173.015 35.5709 173.526 35.7109 174.086 35.7109Z"
1309
+ fill="var(--pf-t--global--text--color--regular)"
1310
+ />
1311
+ <path
1312
+ d="M181.693 38V27.059H184.57V27.962C185.396 27.2199 186.418 26.8489 187.636 26.8489C188.49 26.8489 189.239 27.038 189.883 27.416C190.541 27.78 191.052 28.291 191.416 28.9489C191.78 29.5929 191.962 30.3489 191.962 31.2169V38H189.085V31.6369C189.085 30.9229 188.882 30.3629 188.476 29.9569C188.07 29.5369 187.517 29.327 186.817 29.327C186.327 29.327 185.893 29.425 185.515 29.621C185.137 29.803 184.822 30.0689 184.57 30.4189V38H181.693Z"
1313
+ fill="var(--pf-t--global--text--color--regular)"
1314
+ />
1315
+ <line
1316
+ x1="66.5"
1317
+ y1="1.5"
1318
+ x2="66.5"
1319
+ y2="38.5"
1320
+ stroke="var(--pf-t--global--text--color--regular)"
1321
+ stroke-linecap="round"
1322
+ />
1323
+ </svg>
1324
+ </div>
1325
+ <div class="pf-v6-c-compass__nav">
1326
+ <div class="pf-v6-c-compass__panel pf-m-pill pf-m-no-padding">
1327
+ <nav
1328
+ class="pf-v6-c-tabs pf-m-nav pf-m-inset-xl"
1329
+ aria-label="Primary nav"
1330
+ role="region"
1331
+ id="primary-nav"
1332
+ >
1333
+ <div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
1334
+ <button
1335
+ class="pf-v6-c-button pf-m-small pf-m-plain"
1336
+ type="button"
1337
+ aria-label="Scroll left"
1338
+ disabled
1339
+ >
1340
+ <span class="pf-v6-c-button__icon">
1341
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
1342
+ </span>
1343
+ </button>
1344
+ </div>
1345
+ <ul class="pf-v6-c-tabs__list" role="tablist">
1346
+ <li class="pf-v6-c-tabs__item" role="presentation">
1347
+ <a
1348
+ class="pf-v6-c-tabs__link"
1349
+ href="#"
1350
+ role="tab"
1351
+ id="primary-nav-users-link"
1352
+ >
1353
+ <span class="pf-v6-c-tabs__item-text">Users</span>
1354
+ </a>
1355
+ </li>
1356
+ <li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
1357
+ <a
1358
+ class="pf-v6-c-tabs__link"
1359
+ href="#"
1360
+ role="tab"
1361
+ id="primary-nav-containers-link"
1362
+ >
1363
+ <span class="pf-v6-c-tabs__item-text">Containers</span>
1364
+ </a>
1365
+ </li>
1366
+ <li class="pf-v6-c-tabs__item" role="presentation">
1367
+ <a
1368
+ class="pf-v6-c-tabs__link"
1369
+ href="#"
1370
+ role="tab"
1371
+ id="primary-nav-database-link"
1372
+ >
1373
+ <span class="pf-v6-c-tabs__item-text">Database</span>
1374
+ </a>
1375
+ </li>
1376
+
1377
+ <li class="pf-v6-c-tabs__item" role="presentation">
1378
+ <a
1379
+ class="pf-v6-c-tabs__link"
1380
+ href="#"
1381
+ role="tab"
1382
+ id="primary-nav-server-link"
1383
+ >
1384
+ <span class="pf-v6-c-tabs__item-text">Server</span>
1385
+ </a>
1386
+ </li>
1387
+ <li class="pf-v6-c-tabs__item" role="presentation">
1388
+ <a
1389
+ class="pf-v6-c-tabs__link"
1390
+ href="#"
1391
+ role="tab"
1392
+ id="primary-nav-system-link"
1393
+ >
1394
+ <span class="pf-v6-c-tabs__item-text">System</span>
1395
+ </a>
1396
+ </li>
1397
+ <li class="pf-v6-c-tabs__item" role="presentation">
1398
+ <a
1399
+ class="pf-v6-c-tabs__link"
1400
+ href="#"
1401
+ role="tab"
1402
+ id="primary-nav-network-wired-link"
1403
+ >
1404
+ <span class="pf-v6-c-tabs__item-text">Network</span>
1405
+ </a>
1406
+ </li>
1407
+ </ul>
1408
+
1409
+ <div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
1410
+ <button
1411
+ class="pf-v6-c-button pf-m-small pf-m-plain"
1412
+ type="button"
1413
+ aria-label="Scroll right"
1414
+ disabled
1415
+ >
1416
+ <span class="pf-v6-c-button__icon">
1417
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1418
+ </span>
1419
+ </button>
1420
+ </div>
1421
+ </nav>
1422
+ </div>
1423
+ <div class="pf-v6-c-compass__panel pf-m-pill pf-m-no-padding">
1424
+ <nav
1425
+ class="pf-v6-c-tabs pf-m-nav pf-m-subtab pf-m-inset-xl"
1426
+ aria-label="Secondary nav"
1427
+ role="region"
1428
+ id="secondary-nav"
1429
+ >
1430
+ <div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
1431
+ <button
1432
+ class="pf-v6-c-button pf-m-small pf-m-plain"
1433
+ type="button"
1434
+ aria-label="Scroll left"
1435
+ disabled
1436
+ >
1437
+ <span class="pf-v6-c-button__icon">
1438
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
1439
+ </span>
1440
+ </button>
1441
+ </div>
1442
+ <ul class="pf-v6-c-tabs__list" role="tablist">
1443
+ <li class="pf-v6-c-tabs__item" role="presentation">
1444
+ <a
1445
+ class="pf-v6-c-tabs__link"
1446
+ href="#"
1447
+ role="tab"
1448
+ id="secondary-nav-sub-1-link"
1449
+ >
1450
+ <span class="pf-v6-c-tabs__item-text">Item 1</span>
1451
+ </a>
1452
+ </li>
1453
+ <li class="pf-v6-c-tabs__item" role="presentation">
1454
+ <a
1455
+ class="pf-v6-c-tabs__link"
1456
+ href="#"
1457
+ role="tab"
1458
+ id="secondary-nav-sub-2-link"
1459
+ >
1460
+ <span class="pf-v6-c-tabs__item-text">Item 2</span>
1461
+ </a>
1462
+ </li>
1463
+ <li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
1464
+ <a
1465
+ class="pf-v6-c-tabs__link"
1466
+ href="#"
1467
+ role="tab"
1468
+ id="secondary-nav-sub-3-link"
1469
+ >
1470
+ <span class="pf-v6-c-tabs__item-text">Item 3</span>
1471
+ </a>
1472
+ </li>
1473
+
1474
+ <li class="pf-v6-c-tabs__item" role="presentation">
1475
+ <a
1476
+ class="pf-v6-c-tabs__link pf-m-disabled"
1477
+ aria-disabled="true"
1478
+ tabindex="-1"
1479
+ href="#"
1480
+ role="tab"
1481
+ id="secondary-nav-sub-disabled-link"
1482
+ >
1483
+ <span class="pf-v6-c-tabs__item-text">Disabled</span>
1484
+ </a>
1485
+ </li>
1486
+ <li class="pf-v6-c-tabs__item" role="presentation">
1487
+ <a
1488
+ class="pf-v6-c-tabs__link pf-m-aria-disabled"
1489
+ aria-disabled="true"
1490
+ href="#"
1491
+ role="tab"
1492
+ id="secondary-nav-sub-aria-disabled-link"
1493
+ >
1494
+ <span class="pf-v6-c-tabs__item-text">ARIA disabled</span>
1495
+ </a>
1496
+ </li>
1497
+ <li class="pf-v6-c-tabs__item" role="presentation">
1498
+ <a
1499
+ class="pf-v6-c-tabs__link"
1500
+ href="#"
1501
+ role="tab"
1502
+ id="secondary-nav-sub-6-link"
1503
+ >
1504
+ <span class="pf-v6-c-tabs__item-text">Item 6</span>
1505
+ </a>
1506
+ </li>
1507
+ </ul>
1508
+
1509
+ <div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
1510
+ <button
1511
+ class="pf-v6-c-button pf-m-small pf-m-plain"
1512
+ type="button"
1513
+ aria-label="Scroll right"
1514
+ disabled
1515
+ >
1516
+ <span class="pf-v6-c-button__icon">
1517
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1518
+ </span>
1519
+ </button>
1520
+ </div>
1521
+ </nav>
1522
+ </div>
1523
+ </div>
1524
+ <div class="pf-v6-c-compass__profile">
1525
+ <button
1526
+ class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
1527
+ type="button"
1528
+ aria-expanded="false"
1529
+ aria-label="Menu toggle"
1530
+ >
1531
+ <span class="pf-v6-c-menu-toggle__icon">
1532
+ <img
1533
+ class="pf-v6-c-avatar pf-m-md"
1534
+ alt="Avatar image"
1535
+ src="/assets/images/img_avatar-light.svg"
1536
+ />
1537
+ </span>
1538
+ <span class="pf-v6-c-menu-toggle__text">Ned Username</span>
1539
+ <span class="pf-v6-c-menu-toggle__controls">
1540
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
1541
+ <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
1542
+ </span>
1543
+ </span>
1544
+ </button>
1545
+ </div>
1546
+ </div>
1547
+ <div class="pf-v6-c-compass__sidebar pf-m-start">
1548
+ <div class="pf-v6-c-compass__panel pf-m-pill">
1549
+ <div class="pf-v6-c-action-list pf-m-icons pf-m-vertical">
1550
+ <div class="pf-v6-c-action-list__item">
1551
+ <button
1552
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
1553
+ type="button"
1554
+ aria-label="Add"
1555
+ >
1556
+ <span class="pf-v6-c-button__icon">
1557
+ <svg
1558
+ class="pf-v6-svg"
1559
+ viewBox="0 0 448 512"
1560
+ fill="currentColor"
1561
+ role="img"
1562
+ width="1em"
1563
+ height="1em"
1564
+ aria-hidden="true"
1565
+ >
1566
+ <path
1567
+ d="M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm96-160v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
1568
+ />
1569
+ </svg>
1570
+ </span>
1571
+ </button>
1572
+ </div>
1573
+ <div class="pf-v6-c-action-list__item">
1574
+ <button
1575
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
1576
+ type="button"
1577
+ aria-label="Help"
1578
+ >
1579
+ <span class="pf-v6-c-button__icon">
1580
+ <svg
1581
+ class="pf-v6-svg"
1582
+ viewBox="0 0 512 512"
1583
+ fill="currentColor"
1584
+ role="img"
1585
+ width="1em"
1586
+ height="1em"
1587
+ aria-hidden="true"
1588
+ >
1589
+ <path
1590
+ d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"
1591
+ />
1592
+ </svg>
1593
+ </span>
1594
+ </button>
1595
+ </div>
1596
+ <div class="pf-v6-c-action-list__item">
1597
+ <button
1598
+ class="pf-v6-c-button pf-v6-m-ai-indicator pf-m-circle pf-m-plain"
1599
+ type="button"
1600
+ aria-label="AI assistant"
1601
+ >
1602
+ <span class="pf-v6-c-button__icon">
1603
+ <svg
1604
+ fill="currentColor"
1605
+ width="1em"
1606
+ height="1em"
1607
+ viewBox="0 0 32 32"
1608
+ style="translate: .05em .1em; scale: 1.1"
1609
+ aria-hidden="true"
1610
+ >
1611
+ <g id="uuid-75f76c23-c1b6-4d16-98c6-ad548b061af4">
1612
+ <rect width="32" height="32" fill="none" />
1613
+ </g>
1614
+ <g id="uuid-08df3350-7f5a-4f9c-8ddc-ec9ca74ef47e">
1615
+ <path
1616
+ fill="var(--pf-t--global--icon--color--regular)"
1617
+ d="M26.03711,16.96191c-5.9043-.46826-10.53027-5.09424-10.99902-10.99121-.03711-.52344-.51367-.96973-1.03809-.96973-.52148,0-.99707.44189-1.03809.96191-.46875,5.90479-5.09473,10.53076-10.99121,10.99854-.52344.0376-.96973.51416-.96973,1.03857,0,.52148.44238.99707.96191,1.03809,5.9043.46875,10.53027,5.09473,10.99902,10.99121.03711.52344.51367.96973,1.03809.96973.52148,0,.99707-.44238,1.03809-.96191.46875-5.9043,5.09473-10.53027,10.99902-10.99902.51953-.04199.96191-.51562.96191-1.03809,0-.52148-.44238-.99707-.96191-1.03809Z"
1618
+ />
1619
+ <path
1620
+ fill="var(--pf-t--global--icon--color--regular)"
1621
+ d="M30.06836,6.14746c-1.59668-.35693-2.85938-1.61914-3.21582-3.21387-.08887-.40332-.43945-.68555-.85254-.68555s-.76367.28223-.85156.68311c-.35742,1.59717-1.62012,2.85938-3.21973,3.2168-.40039.09131-.68066.44141-.68066.85205s.28027.76074.68359.85254c1.59668.35693,2.85938,1.61914,3.21582,3.21387.08887.40332.43945.68555.85254.68555s.76367-.28223.85156-.68311c.35742-1.59717,1.62012-2.85938,3.2168-3.21631.00098,0,.00195-.00049.00293-.00049.40039-.09131.68066-.44141.68066-.85205s-.28027-.76074-.68359-.85254Z"
1622
+ />
1623
+ </g>
1624
+ </svg>
1625
+ </span>
1626
+ </button>
1627
+ </div>
1628
+ <div class="pf-v6-c-action-list__item">
1629
+ <button
1630
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
1631
+ type="button"
1632
+ aria-label="User profile"
1633
+ >
1634
+ <span class="pf-v6-c-button__icon">
1635
+ <svg
1636
+ class="pf-v6-svg"
1637
+ viewBox="0 0 448 512"
1638
+ fill="currentColor"
1639
+ role="img"
1640
+ width="1em"
1641
+ height="1em"
1642
+ aria-hidden="true"
1643
+ >
1644
+ <path
1645
+ d="M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z"
1646
+ />
1647
+ </svg>
1648
+ </span>
1649
+ </button>
1650
+ </div>
1651
+ <div class="pf-v6-c-action-list__item">
1652
+ <button
1653
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
1654
+ type="button"
1655
+ aria-label="Send"
1656
+ >
1657
+ <span class="pf-v6-c-button__icon">
1658
+ <svg
1659
+ class="pf-v6-svg"
1660
+ viewBox="0 0 512 512"
1661
+ fill="currentColor"
1662
+ role="img"
1663
+ width="1em"
1664
+ height="1em"
1665
+ aria-hidden="true"
1666
+ >
1667
+ <path
1668
+ d="M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z"
1669
+ />
1670
+ </svg>
1671
+ </span>
1672
+ </button>
1673
+ </div>
1674
+ </div>
1675
+ </div>
1676
+ </div>
1677
+ <div class="pf-v6-c-compass__main">
1678
+ <div
1679
+ class="pf-v6-c-compass__panel pf-v6-c-compass__hero"
1680
+ style="
1681
+ --pf-v6-c-compass__hero--gradient--stop-1--dark: #3d2785;
1682
+ --pf-v6-c-compass__hero--gradient--stop-2--dark: #1b0d33;
1683
+ --pf-v6-c-compass__hero--gradient--stop-3--dark: #000;
1684
+ --pf-v6-c-compass__hero--BackgroundImage--light: url(/assets/images/compass--hero-bg.png);
1685
+ --pf-v6-c-compass__hero--BackgroundImage--dark: url(/assets/images/compass--hero-bg.png);
1686
+ "
1687
+ >
1688
+ <div class="pf-v6-c-compass__hero-body">
1689
+ <div class="pf-v6-c-content">
1690
+ <h1>Automation that does more</h1>
1691
+ <p>Red&nbsp;Hat Ansible Automation Platform offers more capabilities, accessibility, and flexibility, so you can bring the power of automation to the teams, tasks, and environments that need it.</p>
1692
+ <div class="pf-v6-c-action-list">
1693
+ <div class="pf-v6-c-action-list__group">
1694
+ <div class="pf-v6-c-action-list__item">
1695
+ <button class="pf-v6-c-button pf-m-primary" type="button">
1696
+ <span class="pf-v6-c-button__text">Upgrade today</span>
1697
+ </button>
1698
+ </div>
1699
+ <div class="pf-v6-c-action-list__item">
1700
+ <button class="pf-v6-c-button pf-m-secondary" type="button">
1701
+ <span class="pf-v6-c-button__text">Talk to a Red Hatter</span>
1702
+ </button>
1703
+ </div>
1704
+ </div>
1705
+ </div>
1706
+ </div>
1707
+ </div>
1708
+ </div>
1709
+ <div class="pf-v6-c-compass__content">
1710
+ <div class="pf-v6-l-grid pf-m-gutter">
1711
+ <div
1712
+ class="pf-v6-l-grid__item pf-m-gutter pf-m-4-col-on-lg pf-m-6-col-on-2xl"
1713
+ style="--pf-v6-l-grid--item--Order-on-lg:3"
1714
+ >
1715
+ <div class="pf-v6-l-flex pf-m-column">
1716
+ <div class="pf-v6-c-compass__panel pf-m-no-padding">
1717
+ <div
1718
+ class="pf-v6-c-card pf-m-plain"
1719
+ id="compass-dashboard-grid-status-card-1"
1720
+ >
1721
+ <div class="pf-v6-c-card__header">
1722
+ <h2 class="pf-v6-c-title pf-m-xl">Status</h2>
1723
+ </div>
1724
+ <div class="pf-v6-c-card__body">
1725
+ <div
1726
+ class="pf-v6-l-gallery pf-m-gutter"
1727
+ style="--pf-v6-l-gallery--GridTemplateColumns--min: 100%; --pf-v6-l-gallery--GridTemplateColumns--min-on-sm: 180px; --pf-v6-l-gallery--GridTemplateColumns--min-on-lg: 150px; --pf-v6-l-gallery--GridTemplateColumns--max-on-sm: 1fr;"
1728
+ >
1729
+ <div class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap">
1730
+ <div class="pf-v6-l-flex__item">
1731
+ <i
1732
+ class="fas fa-check-circle pf-v6-u-success-color-100"
1733
+ aria-hidden="true"
1734
+ ></i>
1735
+ </div>
1736
+ <div class="pf-v6-l-flex__item">
1737
+ <span>Cluster</span>
1738
+ </div>
1739
+ </div>
1740
+ <div class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap">
1741
+ <div class="pf-v6-l-flex__item">
1742
+ <i
1743
+ class="fas fa-exclamation-circle pf-v6-u-danger-color-100"
1744
+ aria-hidden="true"
1745
+ ></i>
1746
+ </div>
1747
+ <div class="pf-v6-l-flex__item pf-v6-u-text-nowrap">
1748
+ <span class="popover-parent">
1749
+ <a href="#">Control Panel</a>
1750
+ </span>
1751
+ </div>
1752
+ </div>
1753
+ <div class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap">
1754
+ <div class="pf-v6-l-flex__item pf-v6-u-text-nowrap">
1755
+ <i
1756
+ class="fas fa-exclamation-circle pf-v6-u-danger-color-100"
1757
+ aria-hidden="true"
1758
+ ></i>
1759
+ </div>
1760
+ <div
1761
+ class="pf-v6-l-flex pf-m-column pf-m-space-items-none"
1762
+ >
1763
+ <div class="pf-v6-l-flex__item">
1764
+ <a href="#">Operators</a>
1765
+ </div>
1766
+ <div class="pf-v6-l-flex__item">
1767
+ <span class="pf-v6-u-text-color-subtle">1 degraded</span>
1768
+ </div>
1769
+ </div>
1770
+ </div>
1771
+ <div class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap">
1772
+ <div class="pf-v6-l-flex__item">
1773
+ <i
1774
+ class="fas fa-check-circle pf-v6-u-success-color-100"
1775
+ aria-hidden="true"
1776
+ ></i>
1777
+ </div>
1778
+ <div
1779
+ class="pf-v6-l-flex pf-m-column pf-m-space-items-none"
1780
+ >
1781
+ <div class="pf-v6-l-flex__item">
1782
+ <a href="#">Image Vulnerabilities</a>
1783
+ </div>
1784
+ <div class="pf-v6-l-flex__item">
1785
+ <span class="pf-v6-u-color-200">0 vulnerabilities</span>
1786
+ </div>
1787
+ </div>
1788
+ </div>
1789
+ <div class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap">
1790
+ <div class="pf-v6-l-flex__item">
1791
+ <i
1792
+ class="fas fa-check-circle pf-v6-u-success-color-100"
1793
+ aria-hidden="true"
1794
+ ></i>
1795
+ </div>
1796
+ <div
1797
+ class="pf-v6-l-flex pf-m-column pf-m-space-items-none"
1798
+ >
1799
+ <div class="pf-v6-l-flex__item">
1800
+ <a href="#">Storage</a>
1801
+ </div>
1802
+ <div class="pf-v6-l-flex__item">
1803
+ <span class="pf-v6-u-color-200">Degraded</span>
1804
+ </div>
1805
+ </div>
1806
+ </div>
1807
+ <div class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap">
1808
+ <div class="pf-v6-l-flex__item">
1809
+ <i
1810
+ class="fas fa-check-circle pf-v6-u-success-color-100"
1811
+ aria-hidden="true"
1812
+ ></i>
1813
+ </div>
1814
+ <div
1815
+ class="pf-v6-l-flex pf-m-column pf-m-space-items-none"
1816
+ >
1817
+ <div class="pf-v6-l-flex__item">
1818
+ <a href="#">Hardware</a>
1819
+ </div>
1820
+ </div>
1821
+ </div>
1822
+ <div class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap">
1823
+ <div class="pf-v6-l-flex__item">
1824
+ <i
1825
+ class="fas fa-check-circle pf-v6-u-success-color-100"
1826
+ aria-hidden="true"
1827
+ ></i>
1828
+ </div>
1829
+ <div
1830
+ class="pf-v6-l-flex pf-m-column pf-m-space-items-none"
1831
+ >
1832
+ <div class="pf-v6-l-flex__item">
1833
+ <a href="#">Insights</a>
1834
+ </div>
1835
+ </div>
1836
+ </div>
1837
+ </div>
1838
+ </div>
1839
+ </div>
1840
+ <!-- inventory -->
1841
+ </div>
1842
+ <div class="pf-v6-c-compass__panel pf-m-no-padding">
1843
+ <div
1844
+ class="pf-v6-c-card pf-m-plain"
1845
+ id="compass-dashboard-grid-line-chart-card-1"
1846
+ >
1847
+ <div class="pf-v6-c-card__header">
1848
+ <div class="pf-v6-c-card__actions pf-m-no-offset">
1849
+ <button
1850
+ class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
1851
+ type="button"
1852
+ aria-expanded="false"
1853
+ id="compass-dashboard-grid-line-chart-card-1-select-dropdown"
1854
+ >
1855
+ <span class="pf-v6-c-menu-toggle__text">24 hours</span>
1856
+ <span class="pf-v6-c-menu-toggle__controls">
1857
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
1858
+ <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
1859
+ </span>
1860
+ </span>
1861
+ </button>
1862
+ </div>
1863
+ <div
1864
+ class="pf-v6-c-card__title"
1865
+ id="compass-dashboard-grid-line-chart-card-1-title"
1866
+ >
1867
+ <h2 class="pf-v6-c-title pf-m-xl">Cluster utilizations</h2>
1868
+ </div>
1869
+ </div>
1870
+ <div
1871
+ class="pf-v6-c-card pf-m-plain pf-m-expanded pf-m-plain"
1872
+ id="compass-dashboard-grid-line-chart-card-1-group-1"
1873
+ >
1874
+ <div class="pf-v6-c-card__header pf-m-toggle-right">
1875
+ <div class="pf-v6-c-card__header-toggle">
1876
+ <button
1877
+ class="pf-v6-c-button pf-m-plain"
1878
+ id="compass-dashboard-grid-line-chart-card-1-group-1-toggle"
1879
+ type="button"
1880
+ aria-labelledby="compass-dashboard-grid-line-chart-card-1-group-1-title compass-dashboard-grid-line-chart-card-1-group-1-toggle"
1881
+ aria-label="Details"
1882
+ >
1883
+ <span class="pf-v6-c-button__icon pf-m-start">
1884
+ <span class="pf-v6-c-card__header-toggle-icon">
1885
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1886
+ </span>
1887
+ </span>
1888
+ </button>
1889
+ </div>
1890
+ <div class="pf-v6-c-card__title">
1891
+ <h2
1892
+ class="pf-v6-c-card__title-text"
1893
+ id="compass-dashboard-grid-line-chart-card-1-group-1-title"
1894
+ >CPU 1</h2>
1895
+ </div>
1896
+ </div>
1897
+ <div class="pf-v6-c-card__expandable-content">
1898
+ <div class="pf-v6-c-card__body">
1899
+ <div class="pf-v6-l-grid pf-m-gutter">
1900
+ <div class="pf-v6-l-grid pf-m-gutter">
1901
+ <div class="pf-v6-l-grid__item pf-m-4-col-on-md">
1902
+ <div
1903
+ class="pf-v6-l-flex pf-m-column-on-md pf-m-space-items-none-on-md pf-m-justify-content-center-on-md pf-v6-u-h-100-on-md"
1904
+ >
1905
+ <div class="pf-v6-l-flex__item">
1906
+ <b>Temperature</b>
1907
+ </div>
1908
+ <hr
1909
+ class="pf-v6-c-divider pf-m-vertical pf-m-inset-sm pf-v6-u-hidden-on-md"
1910
+ />
1911
+ <div class="pf-v6-l-flex__item">
1912
+ <span>64C</span>
1913
+ </div>
1914
+ </div>
1915
+ </div>
1916
+ <div class="pf-v6-l-grid__item pf-m-8-col-on-md">
1917
+ <div class="pf-v6-l-grid pf-m-gutter">
1918
+ <div class="pf-v6-l-grid__item pf-m-2-col">
1919
+ <div
1920
+ class="pf-v6-l-flex pf-m-column pf-m-space-items-none pf-m-align-items-flex-end-on-md"
1921
+ >
1922
+ <div class="pf-v6-l-flex__item">100C</div>
1923
+ <div class="pf-v6-l-flex__item">50C</div>
1924
+ <div class="pf-v6-l-flex__item">0C</div>
1925
+ </div>
1926
+ </div>
1927
+ <div class="pf-v6-l-grid__item pf-m-10-col">
1928
+ <div class="ws-chart">
1929
+ <img
1930
+ src="/assets/images/img_line-chart-2.png"
1931
+ alt="Line chart"
1932
+ />
1933
+ </div>
1934
+ </div>
1935
+ </div>
1936
+ </div>
1937
+ </div>
1938
+ <hr class="pf-v6-c-divider pf-v6-u-hidden-on-md" />
1939
+ <div class="pf-v6-l-grid pf-m-gutter">
1940
+ <div class="pf-v6-l-grid__item pf-m-4-col-on-md">
1941
+ <div
1942
+ class="pf-v6-l-flex pf-m-column-on-md pf-m-space-items-none-on-md pf-m-justify-content-center-on-md pf-v6-u-h-100-on-md"
1943
+ >
1944
+ <div class="pf-v6-l-flex__item">
1945
+ <b>Speed</b>
1946
+ </div>
1947
+ <hr
1948
+ class="pf-v6-c-divider pf-m-vertical pf-m-inset-sm pf-v6-u-hidden-on-md"
1949
+ />
1950
+ <div class="pf-v6-l-flex__item">
1951
+ <span>2.3Ghz</span>
1952
+ </div>
1953
+ </div>
1954
+ </div>
1955
+ <div class="pf-v6-l-grid__item pf-m-8-col-on-md">
1956
+ <div class="pf-v6-l-grid pf-m-gutter">
1957
+ <div class="pf-v6-l-grid__item pf-m-2-col">
1958
+ <div
1959
+ class="pf-v6-l-flex pf-m-column pf-m-space-items-none pf-m-align-items-flex-end-on-md"
1960
+ >
1961
+ <div class="pf-v6-l-flex__item">36hz</div>
1962
+ <div class="pf-v6-l-flex__item">1.5Ghz</div>
1963
+ <div class="pf-v6-l-flex__item">0Ghz</div>
1964
+ </div>
1965
+ </div>
1966
+ <div class="pf-v6-l-grid__item pf-m-10-col">
1967
+ <div class="ws-chart">
1968
+ <img
1969
+ src="/assets/images/img_line-chart-2.png"
1970
+ alt="Line chart"
1971
+ />
1972
+ </div>
1973
+ </div>
1974
+ </div>
1975
+ </div>
1976
+ </div>
1977
+ </div>
1978
+ </div>
1979
+ </div>
1980
+ </div>
1981
+ <div
1982
+ class="pf-v6-c-card pf-m-plain pf-m-plain"
1983
+ id="compass-dashboard-grid-line-chart-card-1-group-2"
1984
+ >
1985
+ <div class="pf-v6-c-card__header pf-m-toggle-right">
1986
+ <div class="pf-v6-c-card__header-toggle">
1987
+ <button
1988
+ class="pf-v6-c-button pf-m-plain"
1989
+ id="compass-dashboard-grid-line-chart-card-1-group-2-toggle"
1990
+ type="button"
1991
+ aria-labelledby="compass-dashboard-grid-line-chart-card-1-group-2-title compass-dashboard-grid-line-chart-card-1-group-2-toggle"
1992
+ aria-label="Details"
1993
+ >
1994
+ <span class="pf-v6-c-button__icon pf-m-start">
1995
+ <span class="pf-v6-c-card__header-toggle-icon">
1996
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
1997
+ </span>
1998
+ </span>
1999
+ </button>
2000
+ </div>
2001
+ <div class="pf-v6-c-card__title">
2002
+ <h2
2003
+ class="pf-v6-c-card__title-text"
2004
+ id="compass-dashboard-grid-line-chart-card-1-group-2-title"
2005
+ >Pod count</h2>
2006
+ </div>
2007
+ </div>
2008
+ </div>
2009
+ <div
2010
+ class="pf-v6-c-card pf-m-plain pf-m-plain"
2011
+ id="compass-dashboard-grid-line-chart-card-1-group-3"
2012
+ >
2013
+ <div class="pf-v6-c-card__header pf-m-toggle-right">
2014
+ <div class="pf-v6-c-card__header-toggle">
2015
+ <button
2016
+ class="pf-v6-c-button pf-m-plain"
2017
+ id="compass-dashboard-grid-line-chart-card-1-group-3-toggle"
2018
+ type="button"
2019
+ aria-labelledby="compass-dashboard-grid-line-chart-card-1-group-3-title compass-dashboard-grid-line-chart-card-1-group-3-toggle"
2020
+ aria-label="Details"
2021
+ >
2022
+ <span class="pf-v6-c-button__icon pf-m-start">
2023
+ <span class="pf-v6-c-card__header-toggle-icon">
2024
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2025
+ </span>
2026
+ </span>
2027
+ </button>
2028
+ </div>
2029
+ <div class="pf-v6-c-card__title">
2030
+ <h2
2031
+ class="pf-v6-c-card__title-text"
2032
+ id="compass-dashboard-grid-line-chart-card-1-group-3-title"
2033
+ >Memory</h2>
2034
+ </div>
2035
+ </div>
2036
+ </div>
2037
+ </div>
2038
+ </div>
2039
+ <div class="pf-v6-c-compass__panel pf-m-no-padding">
2040
+ <div class="pf-v6-c-card pf-m-plain">
2041
+ <div class="pf-v6-c-card__title">
2042
+ <h2 class="pf-v6-c-title pf-m-xl">Recomendations by severity</h2>
2043
+ </div>
2044
+ <div class="pf-v6-c-card__body">
2045
+ <div class="pf-v6-l-flex pf-m-inline-flex">
2046
+ <div class="pf-v6-l-grid pf-m-gutter pf-m-all-3-col">
2047
+ <div
2048
+ class="pf-v6-l-flex pf-m-column pf-m-space-items-xs pf-m-align-items-center"
2049
+ >
2050
+ <span
2051
+ class="pf-v6-u-font-size-2xl pf-v6-u-primary-color-100"
2052
+ >2</span>
2053
+ <span class="pf-v6-u-font-color-200">Critical</span>
2054
+ </div>
2055
+ <div
2056
+ class="pf-v6-l-flex pf-m-column pf-m-space-items-xs pf-m-align-items-center"
2057
+ >
2058
+ <span
2059
+ class="pf-v6-u-font-size-2xl pf-v6-u-primary-color-100"
2060
+ >5</span>
2061
+ <span class="pf-v6-u-font-color-200">Important</span>
2062
+ </div>
2063
+ <div
2064
+ class="pf-v6-l-flex pf-m-column pf-m-space-items-xs pf-m-align-items-center"
2065
+ >
2066
+ <span
2067
+ class="pf-v6-u-font-size-2xl pf-v6-u-primary-color-100"
2068
+ >7</span>
2069
+ <span class="pf-v6-u-font-color-200">Moderate</span>
2070
+ </div>
2071
+ <div
2072
+ class="pf-v6-l-flex pf-m-column pf-m-space-items-xs pf-m-align-items-center"
2073
+ >
2074
+ <span
2075
+ class="pf-v6-u-font-size-2xl pf-v6-u-primary-color-100"
2076
+ >12</span>
2077
+ <span class="pf-v6-u-font-color-200">Low</span>
2078
+ </div>
2079
+ </div>
2080
+ </div>
2081
+ </div>
2082
+ <div class="pf-v6-c-card__title">
2083
+ <h2 class="pf-v6-c-title pf-m-xl">Recomendations by category</h2>
2084
+ </div>
2085
+ <div class="pf-v6-c-card__body">
2086
+ <img
2087
+ src="/assets/images/img_pie-chart-with-legend.png"
2088
+ alt="Pie chart"
2089
+ width="450"
2090
+ />
2091
+ </div>
2092
+ <div class="pf-v6-c-card__footer">
2093
+ <a href="#">View more</a>
2094
+ </div>
2095
+ </div>
2096
+ </div>
2097
+ </div>
2098
+ </div>
2099
+ <div
2100
+ class="pf-v6-l-grid__item pf-m-gutter pf-m-4-col-on-lg pf-m-3-col-on-2xl"
2101
+ style="--pf-v6-l-grid--item--Order-on-lg:2"
2102
+ >
2103
+ <div
2104
+ class="pf-v6-l-flex pf-m-column pf-m-row-on-md pf-m-column-on-lg"
2105
+ >
2106
+ <div class="pf-v6-l-flex__item pf-m-flex-1">
2107
+ <div class="pf-v6-c-compass__panel pf-m-no-padding">
2108
+ <div
2109
+ class="pf-v6-c-card pf-m-plain"
2110
+ id="compass-dashboard-grid-details-card-1"
2111
+ >
2112
+ <div class="pf-v6-c-card__title">
2113
+ <h2 class="pf-v6-c-title pf-m-xl">Details</h2>
2114
+ </div>
2115
+ <div class="pf-v6-c-card__body">
2116
+ <dl class="pf-v6-c-description-list" aria-label="Details">
2117
+ <div class="pf-v6-c-description-list__group">
2118
+ <dt
2119
+ class="pf-v6-c-description-list__term"
2120
+ >Cluster API Address</dt>
2121
+ <dd class="pf-v6-c-description-list__description">
2122
+ <div class="pf-v6-c-description-list__text">
2123
+ <a href="#">https://api1.devcluster.openshift.com</a>
2124
+ </div>
2125
+ </dd>
2126
+ </div>
2127
+ <div class="pf-v6-c-description-list__group">
2128
+ <dt class="pf-v6-c-description-list__term">Cluster ID</dt>
2129
+ <dd class="pf-v6-c-description-list__description">
2130
+ <div
2131
+ class="pf-v6-c-description-list__text"
2132
+ >63b97ac1-b850-41d9-8820-239becde9e86</div>
2133
+ </dd>
2134
+ </div>
2135
+ <div class="pf-v6-c-description-list__group">
2136
+ <dt class="pf-v6-c-description-list__term">Provider</dt>
2137
+ <dd class="pf-v6-c-description-list__description">
2138
+ <div class="pf-v6-c-description-list__text">AWS</div>
2139
+ </dd>
2140
+ </div>
2141
+ <div class="pf-v6-c-description-list__group">
2142
+ <dt
2143
+ class="pf-v6-c-description-list__term"
2144
+ >OpenShift Version</dt>
2145
+ <dd class="pf-v6-c-description-list__description">
2146
+ <div
2147
+ class="pf-v6-c-description-list__text"
2148
+ >4.5.0.ci-2020-06-16-015028</div>
2149
+ </dd>
2150
+ </div>
2151
+ <div class="pf-v6-c-description-list__group">
2152
+ <dt
2153
+ class="pf-v6-c-description-list__term"
2154
+ >Update Channel</dt>
2155
+ <dd class="pf-v6-c-description-list__description">
2156
+ <div class="pf-v6-c-description-list__text">stable-4.5</div>
2157
+ </dd>
2158
+ </div>
2159
+ </dl>
2160
+ </div>
2161
+ <hr class="pf-v6-c-divider" />
2162
+ <div class="pf-v6-c-card__footer">
2163
+ <a href="#">View Settings</a>
2164
+ </div>
2165
+ </div>
2166
+ </div>
2167
+ </div>
2168
+ <div class="pf-v6-l-flex__item pf-m-flex-1">
2169
+ <div class="pf-v6-c-compass__panel pf-m-no-padding">
2170
+ <div
2171
+ class="pf-v6-c-card pf-m-plain"
2172
+ id="compass-dashboard-grid-data-list-card-1"
2173
+ >
2174
+ <div
2175
+ class="pf-v6-c-card__header pf-v6-u-align-items-flex-start"
2176
+ >
2177
+ <div
2178
+ class="pf-v6-c-card__title"
2179
+ id="compass-dashboard-grid-data-list-card-1-title1"
2180
+ >
2181
+ <h2 class="pf-v6-c-title pf-m-lg">Inventory</h2>
2182
+ </div>
2183
+ </div>
2184
+ <ul
2185
+ class="pf-v6-c-data-list pf-m-plain pf-m-grid-none"
2186
+ role="list"
2187
+ aria-label="Simple data list example"
2188
+ id="compass-dashboard-grid-data-list-card-1-data-list"
2189
+ >
2190
+ <li class="pf-v6-c-data-list__item">
2191
+ <div class="pf-v6-c-data-list__item-row">
2192
+ <div class="pf-v6-c-data-list__item-content">
2193
+ <div
2194
+ class="pf-v6-c-data-list__cell"
2195
+ id="compass-dashboard-grid-data-list-card-1-data-list-item-1"
2196
+ >3 Nodes</div>
2197
+ <div
2198
+ class="pf-v6-c-data-list__cell pf-m-no-fill pf-m-align-right"
2199
+ >
2200
+ <a href="#">
2201
+ <div class="pf-v6-l-flex pf-m-space-items-sm">
2202
+ <span>3</span>
2203
+ <i
2204
+ class="fas fa-check-circle pf-v6-u-success-color-100"
2205
+ aria-hidden="true"
2206
+ ></i>
2207
+ </div>
2208
+ </a>
2209
+ </div>
2210
+ </div>
2211
+ </div>
2212
+ </li>
2213
+ <li class="pf-v6-c-data-list__item">
2214
+ <div class="pf-v6-c-data-list__item-row">
2215
+ <div class="pf-v6-c-data-list__item-content">
2216
+ <div
2217
+ class="pf-v6-c-data-list__cell"
2218
+ id="compass-dashboard-grid-data-list-card-1-data-list-item-2"
2219
+ >8 Disks</div>
2220
+ <div
2221
+ class="pf-v6-c-data-list__cell pf-m-no-fill pf-m-align-right"
2222
+ >
2223
+ <a href="#">
2224
+ <div class="pf-v6-l-flex pf-m-space-items-sm">
2225
+ <span>8</span>
2226
+ <i
2227
+ class="fas fa-check-circle pf-v6-u-success-color-100"
2228
+ aria-hidden="true"
2229
+ ></i>
2230
+ </div>
2231
+ </a>
2232
+ </div>
2233
+ </div>
2234
+ </div>
2235
+ </li>
2236
+ <li class="pf-v6-c-data-list__item">
2237
+ <div class="pf-v6-c-data-list__item-row">
2238
+ <div class="pf-v6-c-data-list__item-content">
2239
+ <div
2240
+ class="pf-v6-c-data-list__cell"
2241
+ id="compass-dashboard-grid-data-list-card-1-data-list-item-3"
2242
+ >20 Pods</div>
2243
+ <div
2244
+ class="pf-v6-c-data-list__cell pf-m-no-fill pf-m-align-right"
2245
+ >
2246
+ <a href="#">
2247
+ <div class="pf-v6-l-flex pf-m-space-items-sm">
2248
+ <span>20</span>
2249
+ <i
2250
+ class="fas fa-check-circle pf-v6-u-success-color-100"
2251
+ aria-hidden="true"
2252
+ ></i>
2253
+ </div>
2254
+ </a>
2255
+ </div>
2256
+ </div>
2257
+ </div>
2258
+ </li>
2259
+ <li class="pf-v6-c-data-list__item">
2260
+ <div class="pf-v6-c-data-list__item-row">
2261
+ <div class="pf-v6-c-data-list__item-content">
2262
+ <div
2263
+ class="pf-v6-c-data-list__cell"
2264
+ id="compass-dashboard-grid-data-list-card-1-data-list-item-4"
2265
+ >12 PVs</div>
2266
+ <div
2267
+ class="pf-v6-c-data-list__cell pf-m-no-fill pf-m-align-right"
2268
+ >
2269
+ <a href="#">
2270
+ <div class="pf-v6-l-flex pf-m-space-items-sm">
2271
+ <span>12</span>
2272
+ <i
2273
+ class="fas fa-check-circle pf-v6-u-success-color-100"
2274
+ aria-hidden="true"
2275
+ ></i>
2276
+ </div>
2277
+ </a>
2278
+ </div>
2279
+ </div>
2280
+ </div>
2281
+ </li>
2282
+ <li class="pf-v6-c-data-list__item">
2283
+ <div class="pf-v6-c-data-list__item-row">
2284
+ <div class="pf-v6-c-data-list__item-content">
2285
+ <div
2286
+ class="pf-v6-c-data-list__cell"
2287
+ id="compass-dashboard-grid-data-list-card-1-data-list-item-5"
2288
+ >18 PVCs</div>
2289
+ <div
2290
+ class="pf-v6-c-data-list__cell pf-m-no-fill pf-m-align-right"
2291
+ >
2292
+ <a href="#">
2293
+ <div class="pf-v6-l-flex pf-m-space-items-sm">
2294
+ <span>18</span>
2295
+ <i
2296
+ class="fas fa-check-circle pf-v6-u-success-color-100"
2297
+ aria-hidden="true"
2298
+ ></i>
2299
+ </div>
2300
+ </a>
2301
+ </div>
2302
+ </div>
2303
+ </div>
2304
+ </li>
2305
+ </ul>
2306
+ </div>
2307
+ </div>
2308
+ </div>
2309
+ </div>
2310
+ </div>
2311
+ <div
2312
+ class="pf-v6-l-grid__item pf-m-4-col-on-lg pf-m-3-col-on-2xl"
2313
+ style="--pf-v6-l-grid--item--Order-on-lg:4"
2314
+ >
2315
+ <div class="pf-v6-l-flex pf-m-column">
2316
+ <div class="pf-v6-c-compass__panel pf-m-no-padding">
2317
+ <div
2318
+ class="pf-v6-c-card pf-m-plain"
2319
+ id="compass-dashboard-grid-events-card-1"
2320
+ >
2321
+ <div class="pf-v6-c-card__header">
2322
+ <div class="pf-v6-c-card__actions pf-m-no-offset">
2323
+ <button
2324
+ class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
2325
+ type="button"
2326
+ aria-expanded="false"
2327
+ id="compass-dashboard-grid-events-card-1-select-dropdown"
2328
+ >
2329
+ <span class="pf-v6-c-menu-toggle__text">Status</span>
2330
+ <span class="pf-v6-c-menu-toggle__controls">
2331
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
2332
+ <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
2333
+ </span>
2334
+ </span>
2335
+ </button>
2336
+ </div>
2337
+ <div
2338
+ class="pf-v6-c-card__title"
2339
+ id="compass-dashboard-grid-events-card-1-title1"
2340
+ style="padding-block-start: 3px;"
2341
+ >
2342
+ <h2 class="pf-v6-c-title pf-m-xl">Events</h2>
2343
+ </div>
2344
+ </div>
2345
+ <div class="pf-v6-c-card__body">
2346
+ <dl
2347
+ class="pf-v6-c-description-list pf-m-compact"
2348
+ aria-label="Events"
2349
+ >
2350
+ <div class="pf-v6-c-description-list__group">
2351
+ <dt class="pf-v6-c-description-list__term">
2352
+ <div class="pf-v6-l-flex pf-m-nowrap">
2353
+ <div class="pf-v6-l-flex__item pf-m-spacer-sm">
2354
+ <i
2355
+ class="fas fa-exclamation-circle pf-v6-u-danger-color-100"
2356
+ aria-hidden="true"
2357
+ ></i>
2358
+ </div>
2359
+ <div class="pf-v6-l-flex__item">Readiness probe failed</div>
2360
+ </div>
2361
+ </dt>
2362
+ <dd class="pf-v6-c-description-list__description">
2363
+ <div
2364
+ class="pf-v6-c-description-list__text"
2365
+ >Readiness probe failed: Get https://10.131.0.7:5000/healthz: dial tcp 10.131.0.7:5000: connect: connection refused</div>
2366
+ </dd>
2367
+ <dd class="pf-v6-c-description-list__description">
2368
+ <div class="pf-v6-c-description-list__text">
2369
+ <time
2370
+ class="pf-v6-u-color-200 pf-v6-u-font-size-sm"
2371
+ >Jun 17, 11:02 am</time>
2372
+ </div>
2373
+ </dd>
2374
+ </div>
2375
+ <div class="pf-v6-c-description-list__group">
2376
+ <dt class="pf-v6-c-description-list__term">
2377
+ <div class="pf-v6-l-flex pf-m-nowrap">
2378
+ <div class="pf-v6-l-flex__item pf-m-spacer-sm">
2379
+ <i
2380
+ class="fas fa-check-circle pf-v6-u-success-color-100"
2381
+ aria-hidden="true"
2382
+ ></i>
2383
+ </div>
2384
+ <div class="pf-v6-l-flex__item">Successful assignment</div>
2385
+ </div>
2386
+ </dt>
2387
+ <dd class="pf-v6-c-description-list__description">
2388
+ <div
2389
+ class="pf-v6-c-description-list__text"
2390
+ >Successfully assigned default/example to ip-10-0-130-149.ec2.internal</div>
2391
+ </dd>
2392
+ <dd class="pf-v6-c-description-list__description">
2393
+ <div class="pf-v6-c-description-list__text">
2394
+ <time
2395
+ class="pf-v6-u-color-200 pf-v6-u-font-size-sm"
2396
+ >Jun 17, 11:13 am</time>
2397
+ </div>
2398
+ </dd>
2399
+ </div>
2400
+ <div class="pf-v6-c-description-list__group">
2401
+ <dt class="pf-v6-c-description-list__term">
2402
+ <div class="pf-v6-l-flex pf-m-nowrap">
2403
+ <div class="pf-v6-l-flex__item pf-m-spacer-sm">
2404
+ <svg
2405
+ class="pf-v6-c-spinner pf-m-md"
2406
+ role="progressbar"
2407
+ viewBox="0 0 100 100"
2408
+ aria-label="Loading"
2409
+ >
2410
+ <circle
2411
+ class="pf-v6-c-spinner__path"
2412
+ cx="50"
2413
+ cy="50"
2414
+ r="45"
2415
+ fill="none"
2416
+ />
2417
+ </svg>
2418
+ </div>
2419
+ <div class="pf-v6-l-flex__item">Pulling image</div>
2420
+ </div>
2421
+ </dt>
2422
+ <dd class="pf-v6-c-description-list__description">
2423
+ <div
2424
+ class="pf-v6-c-description-list__text"
2425
+ >Pulling image "openshift/hello-openshift"</div>
2426
+ </dd>
2427
+ <dd class="pf-v6-c-description-list__description">
2428
+ <div class="pf-v6-c-description-list__text">
2429
+ <time
2430
+ class="pf-v6-u-color-200 pf-v6-u-font-size-sm"
2431
+ >Jun 17, 10:59 am</time>
2432
+ </div>
2433
+ </dd>
2434
+ </div>
2435
+ <div class="pf-v6-c-description-list__group">
2436
+ <dt class="pf-v6-c-description-list__term">
2437
+ <div class="pf-v6-l-flex pf-m-nowrap">
2438
+ <div class="pf-v6-l-flex__item pf-m-spacer-sm">
2439
+ <i
2440
+ class="fas fa-check-circle pf-v6-u-success-color-100"
2441
+ aria-hidden="true"
2442
+ ></i>
2443
+ </div>
2444
+ <div class="pf-v6-l-flex__item">Created container</div>
2445
+ </div>
2446
+ </dt>
2447
+ <dd class="pf-v6-c-description-list__description">
2448
+ <div
2449
+ class="pf-v6-c-description-list__text"
2450
+ >Created container hello-openshift</div>
2451
+ </dd>
2452
+ <dd class="pf-v6-c-description-list__description">
2453
+ <div class="pf-v6-c-description-list__text">
2454
+ <time
2455
+ class="pf-v6-u-color-200 pf-v6-u-font-size-sm"
2456
+ >Jun 17, 10:45 am</time>
2457
+ </div>
2458
+ </dd>
2459
+ </div>
2460
+
2461
+ <div class="pf-v6-c-description-list__group">
2462
+ <dt class="pf-v6-c-description-list__term">
2463
+ <div class="pf-v6-l-flex pf-m-nowrap">
2464
+ <div class="pf-v6-l-flex__item pf-m-spacer-sm">
2465
+ <i
2466
+ class="fas fa-exclamation-triangle pf-v6-u-warning-color-100"
2467
+ aria-hidden="true"
2468
+ ></i>
2469
+ </div>
2470
+ <div
2471
+ class="pf-v6-l-flex__item"
2472
+ >CPU utilitization over 50%</div>
2473
+ </div>
2474
+ </dt>
2475
+ <dd class="pf-v6-c-description-list__description">
2476
+ <div
2477
+ class="pf-v6-c-description-list__text"
2478
+ >Migrated 2 pods to other hosts</div>
2479
+ </dd>
2480
+ <dd class="pf-v6-c-description-list__description">
2481
+ <div class="pf-v6-c-description-list__text">
2482
+ <time
2483
+ class="pf-v6-u-color-200 pf-v6-u-font-size-sm"
2484
+ >Jun 17, 10:33 am</time>
2485
+ </div>
2486
+ </dd>
2487
+ </div>
2488
+
2489
+ <div class="pf-v6-c-description-list__group">
2490
+ <dt class="pf-v6-c-description-list__term">
2491
+ <div class="pf-v6-l-flex pf-m-nowrap">
2492
+ <div class="pf-v6-l-flex__item pf-m-spacer-sm">
2493
+ <i
2494
+ class="fas fa-exclamation-circle pf-v6-u-danger-color-100"
2495
+ aria-hidden="true"
2496
+ ></i>
2497
+ </div>
2498
+ <div class="pf-v6-l-flex__item">Rook-osd-10-328949</div>
2499
+ </div>
2500
+ </dt>
2501
+ <dd class="pf-v6-c-description-list__description">
2502
+ <div
2503
+ class="pf-v6-c-description-list__text"
2504
+ >Rebuild initiated as Disk 5 failed</div>
2505
+ </dd>
2506
+ <dd class="pf-v6-c-description-list__description">
2507
+ <div class="pf-v6-c-description-list__text">
2508
+ <time
2509
+ class="pf-v6-u-color-200 pf-v6-u-font-size-sm"
2510
+ >Jun 17, 10:33 am</time>
2511
+ </div>
2512
+ </dd>
2513
+ </div>
2514
+
2515
+ <div class="pf-v6-c-description-list__group">
2516
+ <dt class="pf-v6-c-description-list__term">
2517
+ <div class="pf-v6-l-flex pf-m-nowrap">
2518
+ <div class="pf-v6-l-flex__item pf-m-spacer-sm">
2519
+ <i
2520
+ class="fas fa-check-circle pf-v6-u-success-color-100"
2521
+ aria-hidden="true"
2522
+ ></i>
2523
+ </div>
2524
+ <div class="pf-v6-l-flex__item">Created container</div>
2525
+ </div>
2526
+ </dt>
2527
+ <dd class="pf-v6-c-description-list__description">
2528
+ <div
2529
+ class="pf-v6-c-description-list__text"
2530
+ >Created container hello-openshift-123</div>
2531
+ </dd>
2532
+ <dd class="pf-v6-c-description-list__description">
2533
+ <div class="pf-v6-c-description-list__text">
2534
+ <time
2535
+ class="pf-v6-u-color-200 pf-v6-u-font-size-sm"
2536
+ >Jun 17, 10:31 am</time>
2537
+ </div>
2538
+ </dd>
2539
+ </div>
2540
+
2541
+ <div class="pf-v6-c-description-list__group">
2542
+ <dt class="pf-v6-c-description-list__term">
2543
+ <div class="pf-v6-l-flex pf-m-nowrap">
2544
+ <div class="pf-v6-l-flex__item pf-m-spacer-sm">
2545
+ <i
2546
+ class="fas fa-check-circle pf-v6-u-success-color-100"
2547
+ aria-hidden="true"
2548
+ ></i>
2549
+ </div>
2550
+ <div class="pf-v6-l-flex__item">Created container</div>
2551
+ </div>
2552
+ </dt>
2553
+ <dd class="pf-v6-c-description-list__description">
2554
+ <div
2555
+ class="pf-v6-c-description-list__text"
2556
+ >Created container hello-openshift-456</div>
2557
+ </dd>
2558
+ <dd class="pf-v6-c-description-list__description">
2559
+ <div class="pf-v6-c-description-list__text">
2560
+ <time
2561
+ class="pf-v6-u-color-200 pf-v6-u-font-size-sm"
2562
+ >Jun 17, 10:30 am</time>
2563
+ </div>
2564
+ </dd>
2565
+ </div>
2566
+ </dl>
2567
+ </div>
2568
+ <hr class="pf-v6-c-divider" />
2569
+ <div class="pf-v6-c-card__footer">
2570
+ <a href="#">View all events</a>
2571
+ </div>
2572
+ </div>
2573
+ </div>
2574
+ </div>
2575
+ </div>
2576
+ </div>
2577
+ </div>
2578
+ </div>
2579
+ <div class="pf-v6-c-compass__sidebar pf-m-end">
2580
+ <div class="pf-v6-c-compass__panel pf-m-pill">
2581
+ <div class="pf-v6-c-action-list pf-m-icons pf-m-vertical">
2582
+ <div class="pf-v6-c-action-list__item">
2583
+ <button
2584
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
2585
+ type="button"
2586
+ aria-label="Help"
2587
+ >
2588
+ <span class="pf-v6-c-button__icon">
2589
+ <svg
2590
+ class="pf-v6-svg"
2591
+ viewBox="0 0 512 512"
2592
+ fill="currentColor"
2593
+ role="img"
2594
+ width="1em"
2595
+ height="1em"
2596
+ aria-hidden="true"
2597
+ >
2598
+ <path
2599
+ d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"
2600
+ />
2601
+ </svg>
2602
+ </span>
2603
+ </button>
2604
+ </div>
2605
+ <div class="pf-v6-c-action-list__item">
2606
+ <button
2607
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
2608
+ type="button"
2609
+ aria-label="User profile"
2610
+ >
2611
+ <span class="pf-v6-c-button__icon">
2612
+ <svg
2613
+ class="pf-v6-svg"
2614
+ viewBox="0 0 448 512"
2615
+ fill="currentColor"
2616
+ role="img"
2617
+ width="1em"
2618
+ height="1em"
2619
+ aria-hidden="true"
2620
+ >
2621
+ <path
2622
+ d="M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z"
2623
+ />
2624
+ </svg>
2625
+ </span>
2626
+ </button>
2627
+ </div>
2628
+ <div class="pf-v6-c-action-list__item">
2629
+ <button
2630
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
2631
+ type="button"
2632
+ aria-label="Send"
2633
+ >
2634
+ <span class="pf-v6-c-button__icon">
2635
+ <svg
2636
+ class="pf-v6-svg"
2637
+ viewBox="0 0 512 512"
2638
+ fill="currentColor"
2639
+ role="img"
2640
+ width="1em"
2641
+ height="1em"
2642
+ aria-hidden="true"
2643
+ >
2644
+ <path
2645
+ d="M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z"
2646
+ />
2647
+ </svg>
2648
+ </span>
2649
+ </button>
2650
+ </div>
2651
+ </div>
2652
+ </div>
2653
+ </div>
2654
+ <div class="pf-v6-c-compass__footer">
2655
+ <div
2656
+ class="pf-v6-c-compass__panel pf-m-no-border pf-m-pill pf-m-no-padding"
2657
+ >chatbot message bar</div>
2658
+ </div>
2659
+ </div>
2660
+
2661
+ ```
2662
+
2663
+ ### Multiple sections
2664
+
2665
+ ```html isFullscreen isBeta
2666
+ <div
2667
+ class="pf-v6-c-compass"
2668
+ style="
2669
+ --pf-v6-c-compass--BackgroundImage--light: url(/assets/images/compass--wallpaper-light.png);
2670
+ --pf-v6-c-compass--BackgroundImage--dark: url(/assets/images/compass--wallpaper-dark.png);
2671
+ "
2672
+ >
2673
+ <div class="pf-v6-c-compass__header">
2674
+ <div class="pf-v6-c-compass__logo">
2675
+ <svg
2676
+ width="192"
2677
+ height="39"
2678
+ viewBox="0 0 192 39"
2679
+ fill="none"
2680
+ xmlns="http://www.w3.org/2000/svg"
2681
+ aria-hidden="true"
2682
+ >
2683
+ <path
2684
+ d="M33.3807 22.9001C36.6672 22.9001 41.4287 22.2167 41.4287 18.2926C41.4287 17.9865 41.4209 17.6883 41.3472 17.3901L39.3885 8.85069C38.9336 6.97444 38.5392 6.11944 35.2501 4.47014C32.7023 3.16125 27.1468 1 25.5035 1C23.9733 1 23.5211 2.98972 21.7069 2.98972C19.8927 2.98972 18.6465 1.51194 17.0032 1.51194C15.3599 1.51194 14.395 2.59389 13.6036 4.81056C13.6036 4.81056 11.3924 11.0674 11.1085 11.9778C11.0506 12.1493 11.0506 12.3393 11.0506 12.4897C11.0506 14.9228 20.5921 22.9001 33.3833 22.9001M41.9414 19.8839C42.3963 22.0451 42.3963 22.2721 42.3963 22.5571C42.3963 26.2542 38.2579 28.3019 32.818 28.3019C20.5185 28.3019 9.74918 21.0767 9.74918 16.3003C9.74918 15.5614 9.92008 14.8779 10.1462 14.366C5.72383 14.5929 0 15.3899 0 20.4539C0 28.7585 19.6114 39 35.1396 39C47.0421 39 50.0447 33.5956 50.0447 29.3285C50.0447 25.9718 47.1552 22.1612 41.9388 19.8839"
2685
+ fill="#EE0000"
2686
+ />
2687
+ <path
2688
+ d="M41.9386 19.8864C42.3935 22.0477 42.3935 22.2746 42.3935 22.5596C42.3935 26.2567 38.255 28.3045 32.8152 28.3045C20.5157 28.3045 9.74634 21.0792 9.74634 16.3028C9.74634 15.5639 9.91724 14.8804 10.1434 14.3685L11.1083 11.9777C11.0504 12.1492 11.0504 12.3392 11.0504 12.4896C11.0504 14.9227 20.5919 22.9 33.3831 22.9C36.6696 22.9 41.4312 22.2165 41.4312 18.2925C41.4312 17.9864 41.4233 17.6882 41.3496 17.39L41.9412 19.8864H41.9386Z"
2689
+ fill="black"
2690
+ />
2691
+ <path
2692
+ d="M75.764 16V1.29995H82.295C83.261 1.29995 84.115 1.48895 84.857 1.86695C85.599 2.24495 86.173 2.76995 86.579 3.44195C86.999 4.09995 87.209 4.86995 87.209 5.75195C87.209 6.70395 86.943 7.53695 86.411 8.25095C85.893 8.95095 85.186 9.46195 84.29 9.78395L87.398 16H84.605L81.77 10.12H78.284V16H75.764ZM78.284 8.10395H82.064C82.848 8.10395 83.478 7.89395 83.954 7.47395C84.43 7.03995 84.668 6.47295 84.668 5.77295C84.668 5.05895 84.43 4.49195 83.954 4.07195C83.478 3.63795 82.848 3.42095 82.064 3.42095H78.284V8.10395Z"
2693
+ fill="var(--pf-t--global--text--color--regular)"
2694
+ />
2695
+ <path
2696
+ d="M93.9392 16.21C92.9312 16.21 92.0212 15.972 91.2092 15.496C90.3972 15.006 89.7532 14.3549 89.2772 13.5429C88.8012 12.7169 88.5632 11.7859 88.5632 10.75C88.5632 9.71395 88.7872 8.78995 89.2352 7.97795C89.6832 7.16595 90.2922 6.52195 91.0622 6.04595C91.8462 5.55595 92.7142 5.31095 93.6662 5.31095C94.6462 5.31095 95.5072 5.54895 96.2492 6.02495C97.0052 6.50095 97.5932 7.14495 98.0132 7.95695C98.4472 8.76895 98.6642 9.69995 98.6642 10.75V11.3169H90.8942C90.9782 11.8909 91.1602 12.4019 91.4402 12.8499C91.7342 13.2839 92.1052 13.627 92.5532 13.879C93.0152 14.1309 93.5122 14.257 94.0442 14.257C94.5342 14.257 94.9962 14.173 95.4302 14.005C95.8782 13.823 96.2492 13.578 96.5432 13.2699L98.0972 14.677C97.4532 15.209 96.7952 15.601 96.1232 15.853C95.4652 16.091 94.7372 16.21 93.9392 16.21ZM90.9152 9.84695H96.4172C96.3332 9.34295 96.1582 8.89495 95.8922 8.50295C95.6402 8.11095 95.3182 7.80295 94.9262 7.57895C94.5482 7.35495 94.1282 7.24295 93.6662 7.24295C93.2042 7.24295 92.7772 7.35495 92.3852 7.57895C92.0072 7.78895 91.6922 8.08995 91.4402 8.48195C91.1882 8.87395 91.0132 9.32895 90.9152 9.84695Z"
2697
+ fill="var(--pf-t--global--text--color--regular)"
2698
+ />
2699
+ <path
2700
+ d="M105.388 16.1049C104.506 16.1049 103.708 15.867 102.994 15.391C102.28 14.901 101.706 14.257 101.272 13.459C100.852 12.6469 100.642 11.7439 100.642 10.75C100.642 9.74195 100.859 8.83895 101.293 8.04095C101.727 7.22895 102.315 6.58495 103.057 6.10895C103.813 5.63295 104.646 5.39495 105.556 5.39495C106.158 5.39495 106.718 5.51395 107.236 5.75195C107.768 5.97595 108.23 6.31195 108.622 6.75995V0.94295L110.995 0.522949V16H108.643V14.6139C108.265 15.0899 107.796 15.461 107.236 15.727C106.676 15.979 106.06 16.1049 105.388 16.1049ZM106.123 14.11C106.627 14.11 107.096 14.012 107.53 13.816C107.964 13.606 108.328 13.319 108.622 12.955V8.52395C108.314 8.15995 107.943 7.87995 107.509 7.68395C107.075 7.48795 106.613 7.38995 106.123 7.38995C105.521 7.38995 104.982 7.53695 104.506 7.83095C104.044 8.11095 103.673 8.50295 103.393 9.00695C103.113 9.51095 102.973 10.092 102.973 10.75C102.973 11.38 103.113 11.9539 103.393 12.4719C103.673 12.976 104.044 13.375 104.506 13.669C104.982 13.9629 105.521 14.11 106.123 14.11Z"
2701
+ fill="var(--pf-t--global--text--color--regular)"
2702
+ />
2703
+ <path
2704
+ d="M118.848 16V1.29995H121.368V7.47395H128.676V1.29995H131.196V16H128.676V9.72095H121.368V16H118.848Z"
2705
+ fill="var(--pf-t--global--text--color--regular)"
2706
+ />
2707
+ <path
2708
+ d="M137.314 16.189C136.586 16.189 135.935 16.056 135.361 15.79C134.801 15.51 134.36 15.132 134.038 14.656C133.73 14.166 133.576 13.606 133.576 12.976C133.576 12.346 133.737 11.7999 134.059 11.3379C134.395 10.8759 134.864 10.519 135.466 10.267C136.068 10.015 136.782 9.88895 137.608 9.88895C138.098 9.88895 138.581 9.94495 139.057 10.0569C139.533 10.1549 139.995 10.323 140.443 10.561V9.38495C140.443 8.68495 140.24 8.15995 139.834 7.80995C139.442 7.45995 138.84 7.28495 138.028 7.28495C137.594 7.28495 137.125 7.35495 136.621 7.49495C136.131 7.62095 135.578 7.82395 134.962 8.10395L134.122 6.38195C135.662 5.66795 137.118 5.31095 138.49 5.31095C139.862 5.31095 140.919 5.64695 141.661 6.31895C142.417 6.97695 142.795 7.91495 142.795 9.13295V16H140.443V14.908C139.995 15.342 139.512 15.6639 138.994 15.874C138.476 16.084 137.916 16.189 137.314 16.189ZM135.802 12.934C135.802 13.424 135.998 13.809 136.39 14.089C136.782 14.3689 137.307 14.509 137.965 14.509C138.441 14.509 138.882 14.439 139.288 14.299C139.708 14.1449 140.093 13.9209 140.443 13.627V11.926C140.079 11.7579 139.701 11.6319 139.309 11.5479C138.917 11.464 138.49 11.422 138.028 11.422C137.342 11.422 136.796 11.5549 136.39 11.8209C135.998 12.0869 135.802 12.458 135.802 12.934Z"
2709
+ fill="var(--pf-t--global--text--color--regular)"
2710
+ />
2711
+ <path
2712
+ d="M149.897 16.21C148.833 16.21 148.028 15.9649 147.482 15.4749C146.936 14.971 146.663 14.236 146.663 13.2699V7.36895H144.563V5.47895H146.663V2.58095L149.036 2.07695V5.47895H151.955V7.36895H149.036V12.745C149.036 13.2629 149.148 13.634 149.372 13.858C149.596 14.068 149.974 14.1729 150.506 14.1729C150.744 14.1729 150.961 14.1589 151.157 14.1309C151.367 14.089 151.626 14.0189 151.934 13.9209V15.9159C151.64 16.0139 151.304 16.084 150.926 16.1259C150.562 16.1819 150.219 16.21 149.897 16.21Z"
2713
+ fill="var(--pf-t--global--text--color--regular)"
2714
+ />
2715
+ <path
2716
+ d="M73.916 38L79.964 23.2999H83.471L89.456 38H86.159L84.668 34.1359H78.599L77.087 38H73.916ZM79.544 31.6999H83.744L81.644 26.2819L79.544 31.6999Z"
2717
+ fill="var(--pf-t--global--text--color--regular)"
2718
+ />
2719
+ <path
2720
+ d="M94.4493 38.2099C93.6093 38.2099 92.8603 38.028 92.2023 37.664C91.5583 37.286 91.0473 36.768 90.6693 36.11C90.3053 35.452 90.1233 34.6959 90.1233 33.8419V27.059H93.0003V33.422C93.0003 34.122 93.2033 34.682 93.6093 35.102C94.0293 35.522 94.5823 35.7319 95.2683 35.7319C96.2483 35.7319 97.0043 35.368 97.5363 34.6399V27.059H100.413V38H97.5363V37.118C96.6963 37.846 95.6673 38.2099 94.4493 38.2099Z"
2721
+ fill="var(--pf-t--global--text--color--regular)"
2722
+ />
2723
+ <path
2724
+ d="M107.842 38.1679C106.625 38.1679 105.7 37.895 105.07 37.3489C104.454 36.7889 104.146 35.9769 104.146 34.9129V29.4529H101.899V27.059H104.146V24.2659L107.024 23.6149V27.059H110.153V29.4529H107.024V34.325C107.024 34.829 107.136 35.193 107.36 35.417C107.583 35.6269 107.975 35.7319 108.535 35.7319C108.815 35.7319 109.068 35.7179 109.292 35.6899C109.529 35.6479 109.789 35.5779 110.069 35.4799V37.853C109.775 37.951 109.404 38.028 108.956 38.084C108.522 38.1399 108.15 38.1679 107.842 38.1679Z"
2725
+ fill="var(--pf-t--global--text--color--regular)"
2726
+ />
2727
+ <path
2728
+ d="M116.767 38.2099C115.675 38.2099 114.688 37.958 113.806 37.4539C112.924 36.9499 112.224 36.271 111.706 35.417C111.188 34.563 110.929 33.604 110.929 32.54C110.929 31.476 111.188 30.517 111.706 29.663C112.224 28.795 112.924 28.1089 113.806 27.6049C114.688 27.101 115.675 26.8489 116.767 26.8489C117.859 26.8489 118.846 27.101 119.728 27.6049C120.61 28.1089 121.31 28.795 121.828 29.663C122.346 30.517 122.605 31.476 122.605 32.54C122.605 33.604 122.346 34.563 121.828 35.417C121.31 36.271 120.61 36.9499 119.728 37.4539C118.846 37.958 117.859 38.2099 116.767 38.2099ZM116.767 35.7109C117.341 35.7109 117.852 35.5709 118.3 35.291C118.762 35.011 119.126 34.6329 119.392 34.1569C119.672 33.6669 119.812 33.128 119.812 32.54C119.812 31.938 119.672 31.399 119.392 30.923C119.126 30.447 118.762 30.069 118.3 29.7889C117.852 29.4949 117.341 29.3479 116.767 29.3479C116.207 29.3479 115.696 29.4949 115.234 29.7889C114.772 30.069 114.408 30.447 114.142 30.923C113.876 31.399 113.743 31.938 113.743 32.54C113.743 33.128 113.876 33.6669 114.142 34.1569C114.408 34.6329 114.772 35.011 115.234 35.291C115.696 35.5709 116.207 35.7109 116.767 35.7109Z"
2729
+ fill="var(--pf-t--global--text--color--regular)"
2730
+ />
2731
+ <path
2732
+ d="M124.373 38V27.059H127.25V27.8989C128.034 27.1989 128.986 26.8489 130.106 26.8489C130.82 26.8489 131.457 26.996 132.017 27.2899C132.577 27.57 133.039 27.969 133.403 28.4869C134.313 27.3949 135.517 26.8489 137.015 26.8489C137.841 26.8489 138.562 27.038 139.178 27.416C139.808 27.78 140.298 28.291 140.648 28.9489C141.012 29.5929 141.194 30.3489 141.194 31.2169V38H138.338V31.6369C138.338 30.9229 138.149 30.3629 137.771 29.9569C137.393 29.5369 136.889 29.327 136.259 29.327C135.377 29.327 134.677 29.6909 134.159 30.4189C134.173 30.5449 134.187 30.6709 134.201 30.7969C134.215 30.9229 134.222 31.063 134.222 31.2169V38H131.345V31.6369C131.345 30.9229 131.156 30.3629 130.778 29.9569C130.414 29.5369 129.917 29.327 129.287 29.327C128.405 29.327 127.726 29.6629 127.25 30.3349V38H124.373Z"
2733
+ fill="var(--pf-t--global--text--color--regular)"
2734
+ />
2735
+ <path
2736
+ d="M146.87 38.1889C146.086 38.1889 145.393 38.049 144.791 37.769C144.189 37.475 143.72 37.076 143.384 36.5719C143.048 36.0679 142.88 35.4869 142.88 34.8289C142.88 33.7789 143.272 32.9669 144.056 32.393C144.854 31.805 145.946 31.511 147.332 31.511C148.284 31.511 149.18 31.6579 150.02 31.952V31.1539C150.02 29.8799 149.25 29.243 147.71 29.243C147.248 29.243 146.751 29.32 146.219 29.4739C145.687 29.6139 145.071 29.8379 144.371 30.146L143.321 28.025C144.189 27.6329 145.015 27.3389 145.799 27.143C146.597 26.947 147.395 26.8489 148.193 26.8489C149.663 26.8489 150.804 27.2059 151.616 27.92C152.442 28.62 152.855 29.6139 152.855 30.9019V38H150.02V37.2229C149.572 37.5589 149.089 37.804 148.571 37.958C148.053 38.1119 147.486 38.1889 146.87 38.1889ZM145.61 34.7659C145.61 35.186 145.792 35.5219 146.156 35.7739C146.52 36.0119 147.003 36.131 147.605 36.131C148.571 36.131 149.376 35.893 150.02 35.417V33.8209C149.32 33.541 148.55 33.401 147.71 33.401C147.052 33.401 146.534 33.527 146.156 33.7789C145.792 34.0169 145.61 34.346 145.61 34.7659Z"
2737
+ fill="var(--pf-t--global--text--color--regular)"
2738
+ />
2739
+ <path
2740
+ d="M159.912 38.1679C158.694 38.1679 157.77 37.895 157.14 37.3489C156.524 36.7889 156.216 35.9769 156.216 34.9129V29.4529H153.969V27.059H156.216V24.2659L159.093 23.6149V27.059H162.222V29.4529H159.093V34.325C159.093 34.829 159.205 35.193 159.429 35.417C159.653 35.6269 160.045 35.7319 160.605 35.7319C160.885 35.7319 161.137 35.7179 161.361 35.6899C161.599 35.6479 161.858 35.5779 162.138 35.4799V37.853C161.844 37.951 161.473 38.028 161.025 38.084C160.591 38.1399 160.22 38.1679 159.912 38.1679Z"
2741
+ fill="var(--pf-t--global--text--color--regular)"
2742
+ />
2743
+ <path
2744
+ d="M163.625 38V27.059H166.502V38H163.625ZM165.053 25.757C164.605 25.757 164.22 25.596 163.898 25.274C163.576 24.952 163.415 24.5669 163.415 24.1189C163.415 23.6569 163.576 23.2719 163.898 22.9639C164.22 22.6419 164.605 22.4809 165.053 22.4809C165.515 22.4809 165.9 22.6419 166.208 22.9639C166.53 23.2719 166.691 23.6569 166.691 24.1189C166.691 24.5669 166.53 24.952 166.208 25.274C165.9 25.596 165.515 25.757 165.053 25.757Z"
2745
+ fill="var(--pf-t--global--text--color--regular)"
2746
+ />
2747
+ <path
2748
+ d="M174.086 38.2099C172.994 38.2099 172.007 37.958 171.125 37.4539C170.243 36.9499 169.543 36.271 169.025 35.417C168.507 34.563 168.248 33.604 168.248 32.54C168.248 31.476 168.507 30.517 169.025 29.663C169.543 28.795 170.243 28.1089 171.125 27.6049C172.007 27.101 172.994 26.8489 174.086 26.8489C175.178 26.8489 176.165 27.101 177.047 27.6049C177.929 28.1089 178.629 28.795 179.147 29.663C179.665 30.517 179.924 31.476 179.924 32.54C179.924 33.604 179.665 34.563 179.147 35.417C178.629 36.271 177.929 36.9499 177.047 37.4539C176.165 37.958 175.178 38.2099 174.086 38.2099ZM174.086 35.7109C174.66 35.7109 175.171 35.5709 175.619 35.291C176.081 35.011 176.445 34.6329 176.711 34.1569C176.991 33.6669 177.131 33.128 177.131 32.54C177.131 31.938 176.991 31.399 176.711 30.923C176.445 30.447 176.081 30.069 175.619 29.7889C175.171 29.4949 174.66 29.3479 174.086 29.3479C173.526 29.3479 173.015 29.4949 172.553 29.7889C172.091 30.069 171.727 30.447 171.461 30.923C171.195 31.399 171.062 31.938 171.062 32.54C171.062 33.128 171.195 33.6669 171.461 34.1569C171.727 34.6329 172.091 35.011 172.553 35.291C173.015 35.5709 173.526 35.7109 174.086 35.7109Z"
2749
+ fill="var(--pf-t--global--text--color--regular)"
2750
+ />
2751
+ <path
2752
+ d="M181.693 38V27.059H184.57V27.962C185.396 27.2199 186.418 26.8489 187.636 26.8489C188.49 26.8489 189.239 27.038 189.883 27.416C190.541 27.78 191.052 28.291 191.416 28.9489C191.78 29.5929 191.962 30.3489 191.962 31.2169V38H189.085V31.6369C189.085 30.9229 188.882 30.3629 188.476 29.9569C188.07 29.5369 187.517 29.327 186.817 29.327C186.327 29.327 185.893 29.425 185.515 29.621C185.137 29.803 184.822 30.0689 184.57 30.4189V38H181.693Z"
2753
+ fill="var(--pf-t--global--text--color--regular)"
2754
+ />
2755
+ <line
2756
+ x1="66.5"
2757
+ y1="1.5"
2758
+ x2="66.5"
2759
+ y2="38.5"
2760
+ stroke="var(--pf-t--global--text--color--regular)"
2761
+ stroke-linecap="round"
2762
+ />
2763
+ </svg>
2764
+ </div>
2765
+ <div class="pf-v6-c-compass__nav">
2766
+ <div class="pf-v6-c-compass__panel pf-m-pill pf-m-no-padding">
2767
+ <nav
2768
+ class="pf-v6-c-tabs pf-m-nav pf-m-inset-xl"
2769
+ aria-label="Primary nav"
2770
+ role="region"
2771
+ id="primary-nav"
2772
+ >
2773
+ <div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
2774
+ <button
2775
+ class="pf-v6-c-button pf-m-small pf-m-plain"
2776
+ type="button"
2777
+ aria-label="Scroll left"
2778
+ disabled
2779
+ >
2780
+ <span class="pf-v6-c-button__icon">
2781
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
2782
+ </span>
2783
+ </button>
2784
+ </div>
2785
+ <ul class="pf-v6-c-tabs__list" role="tablist">
2786
+ <li class="pf-v6-c-tabs__item" role="presentation">
2787
+ <a
2788
+ class="pf-v6-c-tabs__link"
2789
+ href="#"
2790
+ role="tab"
2791
+ id="primary-nav-users-link"
2792
+ >
2793
+ <span class="pf-v6-c-tabs__item-text">Users</span>
2794
+ </a>
2795
+ </li>
2796
+ <li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
2797
+ <a
2798
+ class="pf-v6-c-tabs__link"
2799
+ href="#"
2800
+ role="tab"
2801
+ id="primary-nav-containers-link"
2802
+ >
2803
+ <span class="pf-v6-c-tabs__item-text">Containers</span>
2804
+ </a>
2805
+ </li>
2806
+ <li class="pf-v6-c-tabs__item" role="presentation">
2807
+ <a
2808
+ class="pf-v6-c-tabs__link"
2809
+ href="#"
2810
+ role="tab"
2811
+ id="primary-nav-database-link"
2812
+ >
2813
+ <span class="pf-v6-c-tabs__item-text">Database</span>
2814
+ </a>
2815
+ </li>
2816
+
2817
+ <li class="pf-v6-c-tabs__item" role="presentation">
2818
+ <a
2819
+ class="pf-v6-c-tabs__link"
2820
+ href="#"
2821
+ role="tab"
2822
+ id="primary-nav-server-link"
2823
+ >
2824
+ <span class="pf-v6-c-tabs__item-text">Server</span>
2825
+ </a>
2826
+ </li>
2827
+ <li class="pf-v6-c-tabs__item" role="presentation">
2828
+ <a
2829
+ class="pf-v6-c-tabs__link"
2830
+ href="#"
2831
+ role="tab"
2832
+ id="primary-nav-system-link"
2833
+ >
2834
+ <span class="pf-v6-c-tabs__item-text">System</span>
2835
+ </a>
2836
+ </li>
2837
+ <li class="pf-v6-c-tabs__item" role="presentation">
2838
+ <a
2839
+ class="pf-v6-c-tabs__link"
2840
+ href="#"
2841
+ role="tab"
2842
+ id="primary-nav-network-wired-link"
2843
+ >
2844
+ <span class="pf-v6-c-tabs__item-text">Network</span>
2845
+ </a>
2846
+ </li>
2847
+ </ul>
2848
+
2849
+ <div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
2850
+ <button
2851
+ class="pf-v6-c-button pf-m-small pf-m-plain"
2852
+ type="button"
2853
+ aria-label="Scroll right"
2854
+ disabled
2855
+ >
2856
+ <span class="pf-v6-c-button__icon">
2857
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2858
+ </span>
2859
+ </button>
2860
+ </div>
2861
+ </nav>
2862
+ </div>
2863
+ <div class="pf-v6-c-compass__panel pf-m-pill pf-m-no-padding">
2864
+ <nav
2865
+ class="pf-v6-c-tabs pf-m-nav pf-m-subtab pf-m-inset-xl"
2866
+ aria-label="Secondary nav"
2867
+ role="region"
2868
+ id="secondary-nav"
2869
+ >
2870
+ <div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
2871
+ <button
2872
+ class="pf-v6-c-button pf-m-small pf-m-plain"
2873
+ type="button"
2874
+ aria-label="Scroll left"
2875
+ disabled
2876
+ >
2877
+ <span class="pf-v6-c-button__icon">
2878
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
2879
+ </span>
2880
+ </button>
2881
+ </div>
2882
+ <ul class="pf-v6-c-tabs__list" role="tablist">
2883
+ <li class="pf-v6-c-tabs__item" role="presentation">
2884
+ <a
2885
+ class="pf-v6-c-tabs__link"
2886
+ href="#"
2887
+ role="tab"
2888
+ id="secondary-nav-sub-1-link"
2889
+ >
2890
+ <span class="pf-v6-c-tabs__item-text">Item 1</span>
2891
+ </a>
2892
+ </li>
2893
+ <li class="pf-v6-c-tabs__item" role="presentation">
2894
+ <a
2895
+ class="pf-v6-c-tabs__link"
2896
+ href="#"
2897
+ role="tab"
2898
+ id="secondary-nav-sub-2-link"
2899
+ >
2900
+ <span class="pf-v6-c-tabs__item-text">Item 2</span>
2901
+ </a>
2902
+ </li>
2903
+ <li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
2904
+ <a
2905
+ class="pf-v6-c-tabs__link"
2906
+ href="#"
2907
+ role="tab"
2908
+ id="secondary-nav-sub-3-link"
2909
+ >
2910
+ <span class="pf-v6-c-tabs__item-text">Item 3</span>
2911
+ </a>
2912
+ </li>
2913
+
2914
+ <li class="pf-v6-c-tabs__item" role="presentation">
2915
+ <a
2916
+ class="pf-v6-c-tabs__link pf-m-disabled"
2917
+ aria-disabled="true"
2918
+ tabindex="-1"
2919
+ href="#"
2920
+ role="tab"
2921
+ id="secondary-nav-sub-disabled-link"
2922
+ >
2923
+ <span class="pf-v6-c-tabs__item-text">Disabled</span>
2924
+ </a>
2925
+ </li>
2926
+ <li class="pf-v6-c-tabs__item" role="presentation">
2927
+ <a
2928
+ class="pf-v6-c-tabs__link pf-m-aria-disabled"
2929
+ aria-disabled="true"
2930
+ href="#"
2931
+ role="tab"
2932
+ id="secondary-nav-sub-aria-disabled-link"
2933
+ >
2934
+ <span class="pf-v6-c-tabs__item-text">ARIA disabled</span>
2935
+ </a>
2936
+ </li>
2937
+ <li class="pf-v6-c-tabs__item" role="presentation">
2938
+ <a
2939
+ class="pf-v6-c-tabs__link"
2940
+ href="#"
2941
+ role="tab"
2942
+ id="secondary-nav-sub-6-link"
2943
+ >
2944
+ <span class="pf-v6-c-tabs__item-text">Item 6</span>
2945
+ </a>
2946
+ </li>
2947
+ </ul>
2948
+
2949
+ <div class="pf-v6-c-tabs__scroll-button" aria-hidden="true">
2950
+ <button
2951
+ class="pf-v6-c-button pf-m-small pf-m-plain"
2952
+ type="button"
2953
+ aria-label="Scroll right"
2954
+ disabled
2955
+ >
2956
+ <span class="pf-v6-c-button__icon">
2957
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
2958
+ </span>
2959
+ </button>
2960
+ </div>
2961
+ </nav>
2962
+ </div>
2963
+ </div>
2964
+ <div class="pf-v6-c-compass__profile">
2965
+ <button
2966
+ class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
2967
+ type="button"
2968
+ aria-expanded="false"
2969
+ aria-label="Menu toggle"
2970
+ >
2971
+ <span class="pf-v6-c-menu-toggle__icon">
2972
+ <img
2973
+ class="pf-v6-c-avatar pf-m-md"
2974
+ alt="Avatar image"
2975
+ src="/assets/images/img_avatar-light.svg"
2976
+ />
2977
+ </span>
2978
+ <span class="pf-v6-c-menu-toggle__text">Ned Username</span>
2979
+ <span class="pf-v6-c-menu-toggle__controls">
2980
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
2981
+ <i class="fas fa-caret-down fa-fw" aria-hidden="true"></i>
2982
+ </span>
2983
+ </span>
2984
+ </button>
2985
+ </div>
2986
+ </div>
2987
+ <div class="pf-v6-c-compass__sidebar pf-m-start">
2988
+ <div class="pf-v6-c-compass__panel pf-m-pill">
2989
+ <div class="pf-v6-c-action-list pf-m-icons pf-m-vertical">
2990
+ <div class="pf-v6-c-action-list__item">
2991
+ <button
2992
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
2993
+ type="button"
2994
+ aria-label="Add"
2995
+ >
2996
+ <span class="pf-v6-c-button__icon">
2997
+ <svg
2998
+ class="pf-v6-svg"
2999
+ viewBox="0 0 448 512"
3000
+ fill="currentColor"
3001
+ role="img"
3002
+ width="1em"
3003
+ height="1em"
3004
+ aria-hidden="true"
3005
+ >
3006
+ <path
3007
+ d="M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm96-160v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"
3008
+ />
3009
+ </svg>
3010
+ </span>
3011
+ </button>
3012
+ </div>
3013
+ <div class="pf-v6-c-action-list__item">
3014
+ <button
3015
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
3016
+ type="button"
3017
+ aria-label="Help"
3018
+ >
3019
+ <span class="pf-v6-c-button__icon">
3020
+ <svg
3021
+ class="pf-v6-svg"
3022
+ viewBox="0 0 512 512"
3023
+ fill="currentColor"
3024
+ role="img"
3025
+ width="1em"
3026
+ height="1em"
3027
+ aria-hidden="true"
3028
+ >
3029
+ <path
3030
+ d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"
3031
+ />
3032
+ </svg>
3033
+ </span>
3034
+ </button>
3035
+ </div>
3036
+ <div class="pf-v6-c-action-list__item">
3037
+ <button
3038
+ class="pf-v6-c-button pf-v6-m-ai-indicator pf-m-circle pf-m-plain"
3039
+ type="button"
3040
+ aria-label="AI assistant"
3041
+ >
3042
+ <span class="pf-v6-c-button__icon">
3043
+ <svg
3044
+ fill="currentColor"
3045
+ width="1em"
3046
+ height="1em"
3047
+ viewBox="0 0 32 32"
3048
+ style="translate: .05em .1em; scale: 1.1"
3049
+ aria-hidden="true"
3050
+ >
3051
+ <g id="uuid-75f76c23-c1b6-4d16-98c6-ad548b061af4">
3052
+ <rect width="32" height="32" fill="none" />
3053
+ </g>
3054
+ <g id="uuid-08df3350-7f5a-4f9c-8ddc-ec9ca74ef47e">
3055
+ <path
3056
+ fill="var(--pf-t--global--icon--color--regular)"
3057
+ d="M26.03711,16.96191c-5.9043-.46826-10.53027-5.09424-10.99902-10.99121-.03711-.52344-.51367-.96973-1.03809-.96973-.52148,0-.99707.44189-1.03809.96191-.46875,5.90479-5.09473,10.53076-10.99121,10.99854-.52344.0376-.96973.51416-.96973,1.03857,0,.52148.44238.99707.96191,1.03809,5.9043.46875,10.53027,5.09473,10.99902,10.99121.03711.52344.51367.96973,1.03809.96973.52148,0,.99707-.44238,1.03809-.96191.46875-5.9043,5.09473-10.53027,10.99902-10.99902.51953-.04199.96191-.51562.96191-1.03809,0-.52148-.44238-.99707-.96191-1.03809Z"
3058
+ />
3059
+ <path
3060
+ fill="var(--pf-t--global--icon--color--regular)"
3061
+ d="M30.06836,6.14746c-1.59668-.35693-2.85938-1.61914-3.21582-3.21387-.08887-.40332-.43945-.68555-.85254-.68555s-.76367.28223-.85156.68311c-.35742,1.59717-1.62012,2.85938-3.21973,3.2168-.40039.09131-.68066.44141-.68066.85205s.28027.76074.68359.85254c1.59668.35693,2.85938,1.61914,3.21582,3.21387.08887.40332.43945.68555.85254.68555s.76367-.28223.85156-.68311c.35742-1.59717,1.62012-2.85938,3.2168-3.21631.00098,0,.00195-.00049.00293-.00049.40039-.09131.68066-.44141.68066-.85205s-.28027-.76074-.68359-.85254Z"
3062
+ />
3063
+ </g>
3064
+ </svg>
3065
+ </span>
3066
+ </button>
3067
+ </div>
3068
+ <div class="pf-v6-c-action-list__item">
3069
+ <button
3070
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
3071
+ type="button"
3072
+ aria-label="User profile"
3073
+ >
3074
+ <span class="pf-v6-c-button__icon">
3075
+ <svg
3076
+ class="pf-v6-svg"
3077
+ viewBox="0 0 448 512"
3078
+ fill="currentColor"
3079
+ role="img"
3080
+ width="1em"
3081
+ height="1em"
3082
+ aria-hidden="true"
3083
+ >
3084
+ <path
3085
+ d="M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z"
3086
+ />
3087
+ </svg>
3088
+ </span>
3089
+ </button>
3090
+ </div>
3091
+ <div class="pf-v6-c-action-list__item">
3092
+ <button
3093
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
3094
+ type="button"
3095
+ aria-label="Send"
3096
+ >
3097
+ <span class="pf-v6-c-button__icon">
3098
+ <svg
3099
+ class="pf-v6-svg"
3100
+ viewBox="0 0 512 512"
3101
+ fill="currentColor"
3102
+ role="img"
3103
+ width="1em"
3104
+ height="1em"
3105
+ aria-hidden="true"
3106
+ >
3107
+ <path
3108
+ d="M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z"
3109
+ />
3110
+ </svg>
3111
+ </span>
3112
+ </button>
3113
+ </div>
3114
+ </div>
3115
+ </div>
3116
+ </div>
3117
+ <div class="pf-v6-c-compass__main">
3118
+ <div class="pf-v6-c-compass__main-header">
3119
+ <div class="pf-v6-c-compass__panel">
3120
+ <div class="pf-v6-l-flex pf-m-align-items-center">
3121
+ <div class="pf-v6-l-flex__item pf-m-grow">
3122
+ <h2 class="pf-v6-c-title pf-m-h1">Page title</h2>
3123
+ </div>
3124
+ <div class="pf-v6-l-flex__item">
3125
+ <div class="pf-v6-c-action-list">
3126
+ <div class="pf-v6-c-action-list__group">
3127
+ <div class="pf-v6-c-action-list__item">
3128
+ <button class="pf-v6-c-button pf-m-primary" type="button">
3129
+ <span class="pf-v6-c-button__text">Add integration</span>
3130
+ </button>
3131
+ </div>
3132
+ <div class="pf-v6-c-action-list__item">
3133
+ <button class="pf-v6-c-button pf-m-secondary" type="button">
3134
+ <span class="pf-v6-c-button__text">Test integration</span>
3135
+ </button>
3136
+ </div>
3137
+ </div>
3138
+ </div>
3139
+ </div>
3140
+ </div>
3141
+ </div>
3142
+ </div>
3143
+ <div class="pf-v6-c-compass__content">
3144
+ <div class="pf-v6-l-grid pf-m-all-6-col pf-m-gutter">
3145
+ <div class="pf-v6-c-compass__panel pf-m-scrollable">
3146
+ <div class="pf-v6-l-flex pf-m-column pf-m-gap-md">
3147
+ <div class="pf-v6-c-toolbar" id="-toolbar">
3148
+ <div class="pf-v6-c-toolbar__content">
3149
+ <div class="pf-v6-c-toolbar__content-section pf-m-nowrap">
3150
+ <div
3151
+ class="pf-v6-c-toolbar__group pf-m-show-on-xl pf-m-toggle-group"
3152
+ >
3153
+ <div class="pf-v6-c-toolbar__toggle">
3154
+ <button
3155
+ class="pf-v6-c-menu-toggle pf-m-plain"
3156
+ type="button"
3157
+ aria-expanded="false"
3158
+ aria-label="Show filters"
3159
+ aria-controls="-toolbar-expandable-content"
3160
+ >
3161
+ <span class="pf-v6-c-menu-toggle__icon">
3162
+ <i class="fas fa-filter" aria-hidden="true"></i>
3163
+ </span>
3164
+ </button>
3165
+ </div>
3166
+ <div class="pf-v6-c-toolbar__item pf-m-bulk-select">
3167
+ <div
3168
+ class="pf-v6-c-menu-toggle pf-m-split-button"
3169
+ id="-toolbar-check"
3170
+ >
3171
+ <label
3172
+ class="pf-v6-c-check pf-m-standalone"
3173
+ for="-toolbar-check-check-input"
3174
+ >
3175
+ <input
3176
+ class="pf-v6-c-check__input"
3177
+ type="checkbox"
3178
+ id="-toolbar-check-check-input"
3179
+ name="-toolbar-check-check-input"
3180
+ aria-label="Standalone check"
3181
+ />
3182
+ </label>
3183
+ <button
3184
+ class="pf-v6-c-menu-toggle__button"
3185
+ type="button"
3186
+ aria-expanded="false"
3187
+ id="-toolbar-menu-toggle-toggle-button"
3188
+ aria-label="Menu toggle"
3189
+ >
3190
+ <span class="pf-v6-c-menu-toggle__controls">
3191
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
3192
+ <i
3193
+ class="fas fa-caret-down fa-fw"
3194
+ aria-hidden="true"
3195
+ ></i>
3196
+ </span>
3197
+ </span>
3198
+ </button>
3199
+ </div>
3200
+ </div>
3201
+
3202
+ <div class="pf-v6-c-toolbar__item">
3203
+ <button
3204
+ class="pf-v6-c-menu-toggle"
3205
+ type="button"
3206
+ aria-expanded="false"
3207
+ id="-toolbar-select-checkbox-status"
3208
+ >
3209
+ <span class="pf-v6-c-menu-toggle__text">Status</span>
3210
+ <span class="pf-v6-c-menu-toggle__controls">
3211
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
3212
+ <i
3213
+ class="fas fa-caret-down fa-fw"
3214
+ aria-hidden="true"
3215
+ ></i>
3216
+ </span>
3217
+ </span>
3218
+ </button>
3219
+ </div>
3220
+ </div>
3221
+
3222
+ <div
3223
+ class="pf-v6-c-overflow-menu"
3224
+ id="-toolbar-overflow-menu"
3225
+ >
3226
+ <div
3227
+ class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
3228
+ >
3229
+ <div
3230
+ class="pf-v6-c-overflow-menu__group pf-m-button-group"
3231
+ >
3232
+ <div class="pf-v6-c-overflow-menu__item">
3233
+ <button
3234
+ class="pf-v6-c-button pf-m-primary"
3235
+ type="button"
3236
+ >
3237
+ <span class="pf-v6-c-button__text">Create instance</span>
3238
+ </button>
3239
+ </div>
3240
+ </div>
3241
+ </div>
3242
+ <div class="pf-v6-c-overflow-menu__control">
3243
+ <button
3244
+ class="pf-v6-c-menu-toggle pf-m-plain"
3245
+ type="button"
3246
+ aria-expanded="false"
3247
+ aria-label="Menu toggle"
3248
+ id="-toolbar-overflow-menu-toggle"
3249
+ >
3250
+ <span class="pf-v6-c-menu-toggle__icon">
3251
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3252
+ </span>
3253
+ </button>
3254
+ </div>
3255
+ </div>
3256
+
3257
+ <div class="pf-v6-c-toolbar__item pf-m-pagination">
3258
+ <div class="pf-v6-c-pagination pf-m-compact">
3259
+ <div class="pf-v6-c-pagination__page-menu">
3260
+ <button
3261
+ class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
3262
+ type="button"
3263
+ aria-expanded="false"
3264
+ aria-label="Menu toggle"
3265
+ id="-toolbar-top-pagination"
3266
+ >
3267
+ <span class="pf-v6-c-menu-toggle__text">
3268
+ <b>1 - 10</b>&nbsp;of&nbsp;
3269
+ <b>36</b>
3270
+ </span>
3271
+ <span class="pf-v6-c-menu-toggle__controls">
3272
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
3273
+ <i
3274
+ class="fas fa-caret-down fa-fw"
3275
+ aria-hidden="true"
3276
+ ></i>
3277
+ </span>
3278
+ </span>
3279
+ </button>
3280
+ </div>
3281
+ <nav
3282
+ class="pf-v6-c-pagination__nav"
3283
+ aria-label="Toolbar top pagination"
3284
+ >
3285
+ <div class="pf-v6-c-pagination__nav-control pf-m-prev">
3286
+ <button
3287
+ class="pf-v6-c-button pf-m-plain"
3288
+ type="button"
3289
+ disabled
3290
+ aria-label="Go to previous page"
3291
+ >
3292
+ <span class="pf-v6-c-button__icon">
3293
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
3294
+ </span>
3295
+ </button>
3296
+ </div>
3297
+ <div class="pf-v6-c-pagination__nav-control pf-m-next">
3298
+ <button
3299
+ class="pf-v6-c-button pf-m-plain"
3300
+ type="button"
3301
+ aria-label="Go to next page"
3302
+ >
3303
+ <span class="pf-v6-c-button__icon">
3304
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
3305
+ </span>
3306
+ </button>
3307
+ </div>
3308
+ </nav>
3309
+ </div>
3310
+ </div>
3311
+ </div>
3312
+
3313
+ <div
3314
+ class="pf-v6-c-toolbar__expandable-content pf-m-hidden"
3315
+ id="-toolbar-expandable-content"
3316
+ hidden
3317
+ ></div>
3318
+ </div>
3319
+ </div>
3320
+ <div class="pf-v6-l-gallery pf-m-gutter">
3321
+ <div
3322
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3323
+ id="card-view-basic-example-gallery-card-empty-state"
3324
+ >
3325
+ <div class="pf-v6-l-bullseye">
3326
+ <div class="pf-v6-c-empty-state pf-m-xs">
3327
+ <div class="pf-v6-c-empty-state__content">
3328
+ <i class="fas fa-plus-circle pf-v6-c-empty-state__icon"></i>
3329
+ <div class="pf-v6-c-card__title">
3330
+ <h2
3331
+ class="pf-v6-c-card__title-text pf-m-md"
3332
+ >Add a new card to your page</h2>
3333
+ </div>
3334
+ <button class="pf-v6-c-button pf-m-link" type="button">
3335
+ <span class="pf-v6-c-button__text">Add card</span>
3336
+ </button>
3337
+ </div>
3338
+ </div>
3339
+ </div>
3340
+ </div>
3341
+ <div
3342
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3343
+ id="card-view-basic-example-gallery-card-1"
3344
+ >
3345
+ <div class="pf-v6-c-card__header">
3346
+ <img
3347
+ src="/assets/images/PF-IconLogo.svg"
3348
+ alt="PatternFly logo"
3349
+ />
3350
+ <div class="pf-v6-c-card__actions">
3351
+ <button
3352
+ class="pf-v6-c-menu-toggle pf-m-plain"
3353
+ type="button"
3354
+ aria-expanded="false"
3355
+ aria-label="Menu toggle"
3356
+ id="card-view-basic-example-gallery-card-1-toggle"
3357
+ >
3358
+ <span class="pf-v6-c-menu-toggle__icon">
3359
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3360
+ </span>
3361
+ </button>
3362
+ <div class="pf-v6-c-check pf-m-standalone">
3363
+ <input
3364
+ class="pf-v6-c-check__input"
3365
+ type="checkbox"
3366
+ id="card-view-basic-example-gallery-card-1-check"
3367
+ name="card-view-basic-example-gallery-card-1-check"
3368
+ aria-labelledby="card-view-basic-example-gallery-card-1-check-label"
3369
+ />
3370
+ </div>
3371
+ </div>
3372
+ </div>
3373
+ <div class="pf-v6-c-card__title">
3374
+ <h2
3375
+ class="pf-v6-c-card__title-text"
3376
+ id="card-view-basic-example-gallery-card-1-check-label"
3377
+ >Patternfly</h2>
3378
+ <div class="pf-v6-c-content">
3379
+ <small>Provided by Red Hat</small>
3380
+ </div>
3381
+ </div>
3382
+ <div
3383
+ class="pf-v6-c-card__body"
3384
+ >PatternFly is a community project that promotes design commonality and improves user experience.</div>
3385
+ </div>
3386
+ <div
3387
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3388
+ id="card-view-basic-example-gallery-card-2"
3389
+ >
3390
+ <div class="pf-v6-c-card__header">
3391
+ <img
3392
+ src="/assets/images/activemq-core_200x150.png"
3393
+ width="60px"
3394
+ alt="Logo"
3395
+ />
3396
+ <div class="pf-v6-c-card__actions">
3397
+ <button
3398
+ class="pf-v6-c-menu-toggle pf-m-plain"
3399
+ type="button"
3400
+ aria-expanded="false"
3401
+ aria-label="Menu toggle"
3402
+ id="card-view-basic-example-gallery-card-2-toggle"
3403
+ >
3404
+ <span class="pf-v6-c-menu-toggle__icon">
3405
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3406
+ </span>
3407
+ </button>
3408
+ <div class="pf-v6-c-check pf-m-standalone">
3409
+ <input
3410
+ class="pf-v6-c-check__input"
3411
+ type="checkbox"
3412
+ id="card-view-basic-example-gallery-card-2-check"
3413
+ name="card-view-basic-example-gallery-card-2-check"
3414
+ aria-labelledby="card-view-basic-example-gallery-card-2-check-label"
3415
+ />
3416
+ </div>
3417
+ </div>
3418
+ </div>
3419
+ <div class="pf-v6-c-card__title">
3420
+ <h2
3421
+ class="pf-v6-c-card__title-text"
3422
+ id="card-view-basic-example-gallery-card-2-check-label"
3423
+ >ActiveMq</h2>
3424
+ <div class="pf-v6-c-content">
3425
+ <small>Provided by Red Hat</small>
3426
+ </div>
3427
+ </div>
3428
+ <div
3429
+ class="pf-v6-c-card__body"
3430
+ >The ActiveMQ component allows messages to be sent to a JMS Queue or Topic; or messages to be consumed from a JMS Queue or Topic using Apache ActiveMQ.</div>
3431
+ </div>
3432
+ <div
3433
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3434
+ id="card-view-basic-example-gallery-card-3"
3435
+ >
3436
+ <div class="pf-v6-c-card__header">
3437
+ <img
3438
+ src="/assets/images/camel-spark_200x150.png"
3439
+ width="60px"
3440
+ alt="Logo"
3441
+ />
3442
+ <div class="pf-v6-c-card__actions">
3443
+ <button
3444
+ class="pf-v6-c-menu-toggle pf-m-plain"
3445
+ type="button"
3446
+ aria-expanded="false"
3447
+ aria-label="Menu toggle"
3448
+ id="card-view-basic-example-gallery-card-3-toggle"
3449
+ >
3450
+ <span class="pf-v6-c-menu-toggle__icon">
3451
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3452
+ </span>
3453
+ </button>
3454
+ <div class="pf-v6-c-check pf-m-standalone">
3455
+ <input
3456
+ class="pf-v6-c-check__input"
3457
+ type="checkbox"
3458
+ id="card-view-basic-example-gallery-card-3-check"
3459
+ name="card-view-basic-example-gallery-card-3-check"
3460
+ aria-labelledby="card-view-basic-example-gallery-card-3-check-label"
3461
+ />
3462
+ </div>
3463
+ </div>
3464
+ </div>
3465
+ <div class="pf-v6-c-card__title">
3466
+ <h2
3467
+ class="pf-v6-c-card__title-text"
3468
+ id="card-view-basic-example-gallery-card-3-check-label"
3469
+ >Apache Spark</h2>
3470
+ <div class="pf-v6-c-content">
3471
+ <small>Provided by Red Hat</small>
3472
+ </div>
3473
+ </div>
3474
+ <div
3475
+ class="pf-v6-c-card__body"
3476
+ >This documentation page covers the Apache Spark component for the Apache Camel.</div>
3477
+ </div>
3478
+ <div
3479
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3480
+ id="card-view-basic-example-gallery-card-4"
3481
+ >
3482
+ <div class="pf-v6-c-card__header">
3483
+ <img
3484
+ src="/assets/images/camel-avro_200x150.png"
3485
+ width="60px"
3486
+ alt="Logo"
3487
+ />
3488
+ <div class="pf-v6-c-card__actions">
3489
+ <button
3490
+ class="pf-v6-c-menu-toggle pf-m-plain"
3491
+ type="button"
3492
+ aria-expanded="false"
3493
+ aria-label="Menu toggle"
3494
+ id="card-view-basic-example-gallery-card-4-toggle"
3495
+ >
3496
+ <span class="pf-v6-c-menu-toggle__icon">
3497
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3498
+ </span>
3499
+ </button>
3500
+ <div class="pf-v6-c-check pf-m-standalone">
3501
+ <input
3502
+ class="pf-v6-c-check__input"
3503
+ type="checkbox"
3504
+ id="card-view-basic-example-gallery-card-4-check"
3505
+ name="card-view-basic-example-gallery-card-4-check"
3506
+ aria-labelledby="card-view-basic-example-gallery-card-4-check-label"
3507
+ />
3508
+ </div>
3509
+ </div>
3510
+ </div>
3511
+ <div class="pf-v6-c-card__title">
3512
+ <h2
3513
+ class="pf-v6-c-card__title-text"
3514
+ id="card-view-basic-example-gallery-card-4-check-label"
3515
+ >Avro</h2>
3516
+ <div class="pf-v6-c-content">
3517
+ <small>Provided by Red Hat</small>
3518
+ </div>
3519
+ </div>
3520
+ <div
3521
+ class="pf-v6-c-card__body"
3522
+ >This component provides a dataformat for avro, which allows serialization and deserialization of messages using Apache Avro’s binary dataformat. Moreover, it provides support for Apache Avro’s rpc, by providing producers and consumers endpoint for using avro over netty or http.</div>
3523
+ </div>
3524
+ <div
3525
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-selected-raised pf-m-compact"
3526
+ id="card-view-basic-example-gallery-card-5"
3527
+ >
3528
+ <div class="pf-v6-c-card__header">
3529
+ <img
3530
+ src="/assets/images/FuseConnector_Icons_AzureServices.png"
3531
+ width="60px"
3532
+ alt="Logo"
3533
+ />
3534
+ <div class="pf-v6-c-card__actions">
3535
+ <button
3536
+ class="pf-v6-c-menu-toggle pf-m-plain"
3537
+ type="button"
3538
+ aria-expanded="false"
3539
+ aria-label="Menu toggle"
3540
+ id="card-view-basic-example-gallery-card-5-toggle"
3541
+ >
3542
+ <span class="pf-v6-c-menu-toggle__icon">
3543
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3544
+ </span>
3545
+ </button>
3546
+ <div class="pf-v6-c-check pf-m-standalone">
3547
+ <input
3548
+ class="pf-v6-c-check__input"
3549
+ type="checkbox"
3550
+ id="card-view-basic-example-gallery-card-5-check"
3551
+ name="card-view-basic-example-gallery-card-5-check"
3552
+ aria-labelledby="card-view-basic-example-gallery-card-5-check-label"
3553
+ />
3554
+ </div>
3555
+ </div>
3556
+ </div>
3557
+ <div class="pf-v6-c-card__title">
3558
+ <h2
3559
+ class="pf-v6-c-card__title-text"
3560
+ id="card-view-basic-example-gallery-card-5-check-label"
3561
+ >Azure Services</h2>
3562
+ <div class="pf-v6-c-content">
3563
+ <small>Provided by Red Hat</small>
3564
+ </div>
3565
+ </div>
3566
+ <div
3567
+ class="pf-v6-c-card__body"
3568
+ >The Camel Components for Windows Azure Services provide connectivity to Azure services from Camel.</div>
3569
+ </div>
3570
+ <div
3571
+ class="pf-v6-c-card pf-m-non-selectable-raised pf-m-compact"
3572
+ id="card-view-basic-example-gallery-card-6"
3573
+ >
3574
+ <div class="pf-v6-c-card__header">
3575
+ <img
3576
+ src="/assets/images/camel-saxon_200x150.png"
3577
+ width="60px"
3578
+ alt="Logo"
3579
+ />
3580
+ <div class="pf-v6-c-card__actions">
3581
+ <button
3582
+ class="pf-v6-c-menu-toggle pf-m-plain"
3583
+ type="button"
3584
+ aria-expanded="false"
3585
+ aria-label="Menu toggle"
3586
+ id="card-view-basic-example-gallery-card-6-toggle"
3587
+ >
3588
+ <span class="pf-v6-c-menu-toggle__icon">
3589
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3590
+ </span>
3591
+ </button>
3592
+ <div class="pf-v6-c-check pf-m-standalone">
3593
+ <input
3594
+ class="pf-v6-c-check__input"
3595
+ type="checkbox"
3596
+ id="card-view-basic-example-gallery-card-6-check"
3597
+ name="card-view-basic-example-gallery-card-6-check"
3598
+ disabled
3599
+ aria-labelledby="card-view-basic-example-gallery-card-6-check-label"
3600
+ />
3601
+ </div>
3602
+ </div>
3603
+ </div>
3604
+ <div class="pf-v6-c-card__title">
3605
+ <h2
3606
+ class="pf-v6-c-card__title-text"
3607
+ id="card-view-basic-example-gallery-card-6-check-label"
3608
+ >Crypto</h2>
3609
+ <div class="pf-v6-c-content">
3610
+ <small>Provided by Red Hat</small>
3611
+ </div>
3612
+ </div>
3613
+ <div
3614
+ class="pf-v6-c-card__body"
3615
+ >For providing flexible endpoints to sign and verify exchanges using the Signature Service of the Java Cryptographic Extension.</div>
3616
+ </div>
3617
+ <div
3618
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3619
+ id="card-view-basic-example-gallery-card-7"
3620
+ >
3621
+ <div class="pf-v6-c-card__header">
3622
+ <img
3623
+ src="/assets/images/camel-dropbox_200x150.png"
3624
+ width="60px"
3625
+ alt="Logo"
3626
+ />
3627
+ <div class="pf-v6-c-card__actions">
3628
+ <button
3629
+ class="pf-v6-c-menu-toggle pf-m-plain"
3630
+ type="button"
3631
+ aria-expanded="false"
3632
+ aria-label="Menu toggle"
3633
+ id="card-view-basic-example-gallery-card-7-toggle"
3634
+ >
3635
+ <span class="pf-v6-c-menu-toggle__icon">
3636
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3637
+ </span>
3638
+ </button>
3639
+ <div class="pf-v6-c-check pf-m-standalone">
3640
+ <input
3641
+ class="pf-v6-c-check__input"
3642
+ type="checkbox"
3643
+ id="card-view-basic-example-gallery-card-7-check"
3644
+ name="card-view-basic-example-gallery-card-7-check"
3645
+ aria-labelledby="card-view-basic-example-gallery-card-7-check-label"
3646
+ />
3647
+ </div>
3648
+ </div>
3649
+ </div>
3650
+ <div class="pf-v6-c-card__title">
3651
+ <h2
3652
+ class="pf-v6-c-card__title-text"
3653
+ id="card-view-basic-example-gallery-card-7-check-label"
3654
+ >DropBox</h2>
3655
+ <div class="pf-v6-c-content">
3656
+ <small>Provided by Red Hat</small>
3657
+ </div>
3658
+ </div>
3659
+ <div
3660
+ class="pf-v6-c-card__body"
3661
+ >The dropbox: component allows you to treat Dropbox remote folders as a producer or consumer of messages.</div>
3662
+ </div>
3663
+ <div
3664
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3665
+ id="card-view-basic-example-gallery-card-8"
3666
+ >
3667
+ <div class="pf-v6-c-card__header">
3668
+ <img
3669
+ src="/assets/images/camel-infinispan_200x150.png"
3670
+ width="60px"
3671
+ alt="Logo"
3672
+ />
3673
+ <div class="pf-v6-c-card__actions">
3674
+ <button
3675
+ class="pf-v6-c-menu-toggle pf-m-plain"
3676
+ type="button"
3677
+ aria-expanded="false"
3678
+ aria-label="Menu toggle"
3679
+ id="card-view-basic-example-gallery-card-8-toggle"
3680
+ >
3681
+ <span class="pf-v6-c-menu-toggle__icon">
3682
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3683
+ </span>
3684
+ </button>
3685
+ <div class="pf-v6-c-check pf-m-standalone">
3686
+ <input
3687
+ class="pf-v6-c-check__input"
3688
+ type="checkbox"
3689
+ id="card-view-basic-example-gallery-card-8-check"
3690
+ name="card-view-basic-example-gallery-card-8-check"
3691
+ aria-labelledby="card-view-basic-example-gallery-card-8-check-label"
3692
+ />
3693
+ </div>
3694
+ </div>
3695
+ </div>
3696
+ <div class="pf-v6-c-card__title">
3697
+ <h2
3698
+ class="pf-v6-c-card__title-text"
3699
+ id="card-view-basic-example-gallery-card-8-check-label"
3700
+ >JBoss Data Grid</h2>
3701
+ <div class="pf-v6-c-content">
3702
+ <small>Provided by Red Hat</small>
3703
+ </div>
3704
+ </div>
3705
+ <div
3706
+ class="pf-v6-c-card__body"
3707
+ >Read or write to a fully-supported distributed cache and data grid for faster integration services.</div>
3708
+ </div>
3709
+ <div
3710
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3711
+ id="card-view-basic-example-gallery-card-9"
3712
+ >
3713
+ <div class="pf-v6-c-card__header">
3714
+ <img
3715
+ src="/assets/images/FuseConnector_Icons_REST.png"
3716
+ width="60px"
3717
+ alt="Logo"
3718
+ />
3719
+ <div class="pf-v6-c-card__actions">
3720
+ <button
3721
+ class="pf-v6-c-menu-toggle pf-m-plain"
3722
+ type="button"
3723
+ aria-expanded="false"
3724
+ aria-label="Menu toggle"
3725
+ id="card-view-basic-example-gallery-card-9-toggle"
3726
+ >
3727
+ <span class="pf-v6-c-menu-toggle__icon">
3728
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3729
+ </span>
3730
+ </button>
3731
+ <div class="pf-v6-c-check pf-m-standalone">
3732
+ <input
3733
+ class="pf-v6-c-check__input"
3734
+ type="checkbox"
3735
+ id="card-view-basic-example-gallery-card-9-check"
3736
+ name="card-view-basic-example-gallery-card-9-check"
3737
+ aria-labelledby="card-view-basic-example-gallery-card-9-check-label"
3738
+ />
3739
+ </div>
3740
+ </div>
3741
+ </div>
3742
+ <div class="pf-v6-c-card__title">
3743
+ <h2
3744
+ class="pf-v6-c-card__title-text"
3745
+ id="card-view-basic-example-gallery-card-9-check-label"
3746
+ >Rest</h2>
3747
+ <div class="pf-v6-c-content">
3748
+ <small>Provided by Red Hat</small>
3749
+ </div>
3750
+ </div>
3751
+ <div class="pf-v6-c-card__body">
3752
+ The rest component allows to define REST endpoints (consumer) using the Rest DSL and plugin to other Camel components as the REST transport.
3753
+ From Camel 2.18 onwards the rest component can also be used as a client (producer) to call REST services.
3754
+ </div>
3755
+ </div>
3756
+ <div
3757
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3758
+ id="card-view-basic-example-gallery-card-10"
3759
+ >
3760
+ <div class="pf-v6-c-card__header">
3761
+ <img
3762
+ src="/assets/images/camel-swagger-java_200x150.png"
3763
+ width="60px"
3764
+ alt="Logo"
3765
+ />
3766
+ <div class="pf-v6-c-card__actions">
3767
+ <button
3768
+ class="pf-v6-c-menu-toggle pf-m-plain"
3769
+ type="button"
3770
+ aria-expanded="false"
3771
+ aria-label="Menu toggle"
3772
+ id="card-view-basic-example-gallery-card-10-toggle"
3773
+ >
3774
+ <span class="pf-v6-c-menu-toggle__icon">
3775
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3776
+ </span>
3777
+ </button>
3778
+ <div class="pf-v6-c-check pf-m-standalone">
3779
+ <input
3780
+ class="pf-v6-c-check__input"
3781
+ type="checkbox"
3782
+ id="card-view-basic-example-gallery-card-10-check"
3783
+ name="card-view-basic-example-gallery-card-10-check"
3784
+ aria-labelledby="card-view-basic-example-gallery-card-10-check-label"
3785
+ />
3786
+ </div>
3787
+ </div>
3788
+ </div>
3789
+ <div class="pf-v6-c-card__title">
3790
+ <h2
3791
+ class="pf-v6-c-card__title-text"
3792
+ id="card-view-basic-example-gallery-card-10-check-label"
3793
+ >SWAGGER</h2>
3794
+ <div class="pf-v6-c-content">
3795
+ <small>Provided by Red Hat</small>
3796
+ </div>
3797
+ </div>
3798
+ <div
3799
+ class="pf-v6-c-card__body"
3800
+ >Expose REST services and their APIs using Swagger specification.</div>
3801
+ </div>
3802
+ </div>
3803
+ </div>
3804
+ </div>
3805
+ <div class="pf-v6-c-compass__panel pf-m-scrollable">
3806
+ <div class="pf-v6-l-flex pf-m-column pf-m-gap-md">
3807
+ <div class="pf-v6-c-toolbar" id="-toolbar">
3808
+ <div class="pf-v6-c-toolbar__content">
3809
+ <div class="pf-v6-c-toolbar__content-section pf-m-nowrap">
3810
+ <div
3811
+ class="pf-v6-c-toolbar__group pf-m-show-on-xl pf-m-toggle-group"
3812
+ >
3813
+ <div class="pf-v6-c-toolbar__toggle">
3814
+ <button
3815
+ class="pf-v6-c-menu-toggle pf-m-plain"
3816
+ type="button"
3817
+ aria-expanded="false"
3818
+ aria-label="Show filters"
3819
+ aria-controls="-toolbar-expandable-content"
3820
+ >
3821
+ <span class="pf-v6-c-menu-toggle__icon">
3822
+ <i class="fas fa-filter" aria-hidden="true"></i>
3823
+ </span>
3824
+ </button>
3825
+ </div>
3826
+ <div class="pf-v6-c-toolbar__item pf-m-bulk-select">
3827
+ <div
3828
+ class="pf-v6-c-menu-toggle pf-m-split-button"
3829
+ id="-toolbar-check"
3830
+ >
3831
+ <label
3832
+ class="pf-v6-c-check pf-m-standalone"
3833
+ for="-toolbar-check-check-input"
3834
+ >
3835
+ <input
3836
+ class="pf-v6-c-check__input"
3837
+ type="checkbox"
3838
+ id="-toolbar-check-check-input"
3839
+ name="-toolbar-check-check-input"
3840
+ aria-label="Standalone check"
3841
+ />
3842
+ </label>
3843
+ <button
3844
+ class="pf-v6-c-menu-toggle__button"
3845
+ type="button"
3846
+ aria-expanded="false"
3847
+ id="-toolbar-menu-toggle-toggle-button"
3848
+ aria-label="Menu toggle"
3849
+ >
3850
+ <span class="pf-v6-c-menu-toggle__controls">
3851
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
3852
+ <i
3853
+ class="fas fa-caret-down fa-fw"
3854
+ aria-hidden="true"
3855
+ ></i>
3856
+ </span>
3857
+ </span>
3858
+ </button>
3859
+ </div>
3860
+ </div>
3861
+
3862
+ <div class="pf-v6-c-toolbar__item">
3863
+ <button
3864
+ class="pf-v6-c-menu-toggle"
3865
+ type="button"
3866
+ aria-expanded="false"
3867
+ id="-toolbar-select-checkbox-status"
3868
+ >
3869
+ <span class="pf-v6-c-menu-toggle__text">Status</span>
3870
+ <span class="pf-v6-c-menu-toggle__controls">
3871
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
3872
+ <i
3873
+ class="fas fa-caret-down fa-fw"
3874
+ aria-hidden="true"
3875
+ ></i>
3876
+ </span>
3877
+ </span>
3878
+ </button>
3879
+ </div>
3880
+ </div>
3881
+
3882
+ <div
3883
+ class="pf-v6-c-overflow-menu"
3884
+ id="-toolbar-overflow-menu"
3885
+ >
3886
+ <div
3887
+ class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
3888
+ >
3889
+ <div
3890
+ class="pf-v6-c-overflow-menu__group pf-m-button-group"
3891
+ >
3892
+ <div class="pf-v6-c-overflow-menu__item">
3893
+ <button
3894
+ class="pf-v6-c-button pf-m-primary"
3895
+ type="button"
3896
+ >
3897
+ <span class="pf-v6-c-button__text">Create instance</span>
3898
+ </button>
3899
+ </div>
3900
+ </div>
3901
+ </div>
3902
+ <div class="pf-v6-c-overflow-menu__control">
3903
+ <button
3904
+ class="pf-v6-c-menu-toggle pf-m-plain"
3905
+ type="button"
3906
+ aria-expanded="false"
3907
+ aria-label="Menu toggle"
3908
+ id="-toolbar-overflow-menu-toggle"
3909
+ >
3910
+ <span class="pf-v6-c-menu-toggle__icon">
3911
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3912
+ </span>
3913
+ </button>
3914
+ </div>
3915
+ </div>
3916
+
3917
+ <div class="pf-v6-c-toolbar__item pf-m-pagination">
3918
+ <div class="pf-v6-c-pagination pf-m-compact">
3919
+ <div class="pf-v6-c-pagination__page-menu">
3920
+ <button
3921
+ class="pf-v6-c-menu-toggle pf-m-text pf-m-plain"
3922
+ type="button"
3923
+ aria-expanded="false"
3924
+ aria-label="Menu toggle"
3925
+ id="-toolbar-top-pagination"
3926
+ >
3927
+ <span class="pf-v6-c-menu-toggle__text">
3928
+ <b>1 - 10</b>&nbsp;of&nbsp;
3929
+ <b>36</b>
3930
+ </span>
3931
+ <span class="pf-v6-c-menu-toggle__controls">
3932
+ <span class="pf-v6-c-menu-toggle__toggle-icon">
3933
+ <i
3934
+ class="fas fa-caret-down fa-fw"
3935
+ aria-hidden="true"
3936
+ ></i>
3937
+ </span>
3938
+ </span>
3939
+ </button>
3940
+ </div>
3941
+ <nav
3942
+ class="pf-v6-c-pagination__nav"
3943
+ aria-label="Toolbar top pagination"
3944
+ >
3945
+ <div class="pf-v6-c-pagination__nav-control pf-m-prev">
3946
+ <button
3947
+ class="pf-v6-c-button pf-m-plain"
3948
+ type="button"
3949
+ disabled
3950
+ aria-label="Go to previous page"
3951
+ >
3952
+ <span class="pf-v6-c-button__icon">
3953
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
3954
+ </span>
3955
+ </button>
3956
+ </div>
3957
+ <div class="pf-v6-c-pagination__nav-control pf-m-next">
3958
+ <button
3959
+ class="pf-v6-c-button pf-m-plain"
3960
+ type="button"
3961
+ aria-label="Go to next page"
3962
+ >
3963
+ <span class="pf-v6-c-button__icon">
3964
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
3965
+ </span>
3966
+ </button>
3967
+ </div>
3968
+ </nav>
3969
+ </div>
3970
+ </div>
3971
+ </div>
3972
+
3973
+ <div
3974
+ class="pf-v6-c-toolbar__expandable-content pf-m-hidden"
3975
+ id="-toolbar-expandable-content"
3976
+ hidden
3977
+ ></div>
3978
+ </div>
3979
+ </div>
3980
+ <div class="pf-v6-l-gallery pf-m-gutter">
3981
+ <div
3982
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
3983
+ id="card-view-basic-example-gallery-card-empty-state"
3984
+ >
3985
+ <div class="pf-v6-l-bullseye">
3986
+ <div class="pf-v6-c-empty-state pf-m-xs">
3987
+ <div class="pf-v6-c-empty-state__content">
3988
+ <i class="fas fa-plus-circle pf-v6-c-empty-state__icon"></i>
3989
+ <div class="pf-v6-c-card__title">
3990
+ <h2
3991
+ class="pf-v6-c-card__title-text pf-m-md"
3992
+ >Add a new card to your page</h2>
3993
+ </div>
3994
+ <button class="pf-v6-c-button pf-m-link" type="button">
3995
+ <span class="pf-v6-c-button__text">Add card</span>
3996
+ </button>
3997
+ </div>
3998
+ </div>
3999
+ </div>
4000
+ </div>
4001
+ <div
4002
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
4003
+ id="card-view-basic-example-gallery-card-1"
4004
+ >
4005
+ <div class="pf-v6-c-card__header">
4006
+ <img
4007
+ src="/assets/images/PF-IconLogo.svg"
4008
+ alt="PatternFly logo"
4009
+ />
4010
+ <div class="pf-v6-c-card__actions">
4011
+ <button
4012
+ class="pf-v6-c-menu-toggle pf-m-plain"
4013
+ type="button"
4014
+ aria-expanded="false"
4015
+ aria-label="Menu toggle"
4016
+ id="card-view-basic-example-gallery-card-1-toggle"
4017
+ >
4018
+ <span class="pf-v6-c-menu-toggle__icon">
4019
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4020
+ </span>
4021
+ </button>
4022
+ <div class="pf-v6-c-check pf-m-standalone">
4023
+ <input
4024
+ class="pf-v6-c-check__input"
4025
+ type="checkbox"
4026
+ id="card-view-basic-example-gallery-card-1-check"
4027
+ name="card-view-basic-example-gallery-card-1-check"
4028
+ aria-labelledby="card-view-basic-example-gallery-card-1-check-label"
4029
+ />
4030
+ </div>
4031
+ </div>
4032
+ </div>
4033
+ <div class="pf-v6-c-card__title">
4034
+ <h2
4035
+ class="pf-v6-c-card__title-text"
4036
+ id="card-view-basic-example-gallery-card-1-check-label"
4037
+ >Patternfly</h2>
4038
+ <div class="pf-v6-c-content">
4039
+ <small>Provided by Red Hat</small>
4040
+ </div>
4041
+ </div>
4042
+ <div
4043
+ class="pf-v6-c-card__body"
4044
+ >PatternFly is a community project that promotes design commonality and improves user experience.</div>
4045
+ </div>
4046
+ <div
4047
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
4048
+ id="card-view-basic-example-gallery-card-2"
4049
+ >
4050
+ <div class="pf-v6-c-card__header">
4051
+ <img
4052
+ src="/assets/images/activemq-core_200x150.png"
4053
+ width="60px"
4054
+ alt="Logo"
4055
+ />
4056
+ <div class="pf-v6-c-card__actions">
4057
+ <button
4058
+ class="pf-v6-c-menu-toggle pf-m-plain"
4059
+ type="button"
4060
+ aria-expanded="false"
4061
+ aria-label="Menu toggle"
4062
+ id="card-view-basic-example-gallery-card-2-toggle"
4063
+ >
4064
+ <span class="pf-v6-c-menu-toggle__icon">
4065
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4066
+ </span>
4067
+ </button>
4068
+ <div class="pf-v6-c-check pf-m-standalone">
4069
+ <input
4070
+ class="pf-v6-c-check__input"
4071
+ type="checkbox"
4072
+ id="card-view-basic-example-gallery-card-2-check"
4073
+ name="card-view-basic-example-gallery-card-2-check"
4074
+ aria-labelledby="card-view-basic-example-gallery-card-2-check-label"
4075
+ />
4076
+ </div>
4077
+ </div>
4078
+ </div>
4079
+ <div class="pf-v6-c-card__title">
4080
+ <h2
4081
+ class="pf-v6-c-card__title-text"
4082
+ id="card-view-basic-example-gallery-card-2-check-label"
4083
+ >ActiveMq</h2>
4084
+ <div class="pf-v6-c-content">
4085
+ <small>Provided by Red Hat</small>
4086
+ </div>
4087
+ </div>
4088
+ <div
4089
+ class="pf-v6-c-card__body"
4090
+ >The ActiveMQ component allows messages to be sent to a JMS Queue or Topic; or messages to be consumed from a JMS Queue or Topic using Apache ActiveMQ.</div>
4091
+ </div>
4092
+ <div
4093
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
4094
+ id="card-view-basic-example-gallery-card-3"
4095
+ >
4096
+ <div class="pf-v6-c-card__header">
4097
+ <img
4098
+ src="/assets/images/camel-spark_200x150.png"
4099
+ width="60px"
4100
+ alt="Logo"
4101
+ />
4102
+ <div class="pf-v6-c-card__actions">
4103
+ <button
4104
+ class="pf-v6-c-menu-toggle pf-m-plain"
4105
+ type="button"
4106
+ aria-expanded="false"
4107
+ aria-label="Menu toggle"
4108
+ id="card-view-basic-example-gallery-card-3-toggle"
4109
+ >
4110
+ <span class="pf-v6-c-menu-toggle__icon">
4111
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4112
+ </span>
4113
+ </button>
4114
+ <div class="pf-v6-c-check pf-m-standalone">
4115
+ <input
4116
+ class="pf-v6-c-check__input"
4117
+ type="checkbox"
4118
+ id="card-view-basic-example-gallery-card-3-check"
4119
+ name="card-view-basic-example-gallery-card-3-check"
4120
+ aria-labelledby="card-view-basic-example-gallery-card-3-check-label"
4121
+ />
4122
+ </div>
4123
+ </div>
4124
+ </div>
4125
+ <div class="pf-v6-c-card__title">
4126
+ <h2
4127
+ class="pf-v6-c-card__title-text"
4128
+ id="card-view-basic-example-gallery-card-3-check-label"
4129
+ >Apache Spark</h2>
4130
+ <div class="pf-v6-c-content">
4131
+ <small>Provided by Red Hat</small>
4132
+ </div>
4133
+ </div>
4134
+ <div
4135
+ class="pf-v6-c-card__body"
4136
+ >This documentation page covers the Apache Spark component for the Apache Camel.</div>
4137
+ </div>
4138
+ <div
4139
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
4140
+ id="card-view-basic-example-gallery-card-4"
4141
+ >
4142
+ <div class="pf-v6-c-card__header">
4143
+ <img
4144
+ src="/assets/images/camel-avro_200x150.png"
4145
+ width="60px"
4146
+ alt="Logo"
4147
+ />
4148
+ <div class="pf-v6-c-card__actions">
4149
+ <button
4150
+ class="pf-v6-c-menu-toggle pf-m-plain"
4151
+ type="button"
4152
+ aria-expanded="false"
4153
+ aria-label="Menu toggle"
4154
+ id="card-view-basic-example-gallery-card-4-toggle"
4155
+ >
4156
+ <span class="pf-v6-c-menu-toggle__icon">
4157
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4158
+ </span>
4159
+ </button>
4160
+ <div class="pf-v6-c-check pf-m-standalone">
4161
+ <input
4162
+ class="pf-v6-c-check__input"
4163
+ type="checkbox"
4164
+ id="card-view-basic-example-gallery-card-4-check"
4165
+ name="card-view-basic-example-gallery-card-4-check"
4166
+ aria-labelledby="card-view-basic-example-gallery-card-4-check-label"
4167
+ />
4168
+ </div>
4169
+ </div>
4170
+ </div>
4171
+ <div class="pf-v6-c-card__title">
4172
+ <h2
4173
+ class="pf-v6-c-card__title-text"
4174
+ id="card-view-basic-example-gallery-card-4-check-label"
4175
+ >Avro</h2>
4176
+ <div class="pf-v6-c-content">
4177
+ <small>Provided by Red Hat</small>
4178
+ </div>
4179
+ </div>
4180
+ <div
4181
+ class="pf-v6-c-card__body"
4182
+ >This component provides a dataformat for avro, which allows serialization and deserialization of messages using Apache Avro’s binary dataformat. Moreover, it provides support for Apache Avro’s rpc, by providing producers and consumers endpoint for using avro over netty or http.</div>
4183
+ </div>
4184
+ <div
4185
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-selected-raised pf-m-compact"
4186
+ id="card-view-basic-example-gallery-card-5"
4187
+ >
4188
+ <div class="pf-v6-c-card__header">
4189
+ <img
4190
+ src="/assets/images/FuseConnector_Icons_AzureServices.png"
4191
+ width="60px"
4192
+ alt="Logo"
4193
+ />
4194
+ <div class="pf-v6-c-card__actions">
4195
+ <button
4196
+ class="pf-v6-c-menu-toggle pf-m-plain"
4197
+ type="button"
4198
+ aria-expanded="false"
4199
+ aria-label="Menu toggle"
4200
+ id="card-view-basic-example-gallery-card-5-toggle"
4201
+ >
4202
+ <span class="pf-v6-c-menu-toggle__icon">
4203
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4204
+ </span>
4205
+ </button>
4206
+ <div class="pf-v6-c-check pf-m-standalone">
4207
+ <input
4208
+ class="pf-v6-c-check__input"
4209
+ type="checkbox"
4210
+ id="card-view-basic-example-gallery-card-5-check"
4211
+ name="card-view-basic-example-gallery-card-5-check"
4212
+ aria-labelledby="card-view-basic-example-gallery-card-5-check-label"
4213
+ />
4214
+ </div>
4215
+ </div>
4216
+ </div>
4217
+ <div class="pf-v6-c-card__title">
4218
+ <h2
4219
+ class="pf-v6-c-card__title-text"
4220
+ id="card-view-basic-example-gallery-card-5-check-label"
4221
+ >Azure Services</h2>
4222
+ <div class="pf-v6-c-content">
4223
+ <small>Provided by Red Hat</small>
4224
+ </div>
4225
+ </div>
4226
+ <div
4227
+ class="pf-v6-c-card__body"
4228
+ >The Camel Components for Windows Azure Services provide connectivity to Azure services from Camel.</div>
4229
+ </div>
4230
+ <div
4231
+ class="pf-v6-c-card pf-m-non-selectable-raised pf-m-compact"
4232
+ id="card-view-basic-example-gallery-card-6"
4233
+ >
4234
+ <div class="pf-v6-c-card__header">
4235
+ <img
4236
+ src="/assets/images/camel-saxon_200x150.png"
4237
+ width="60px"
4238
+ alt="Logo"
4239
+ />
4240
+ <div class="pf-v6-c-card__actions">
4241
+ <button
4242
+ class="pf-v6-c-menu-toggle pf-m-plain"
4243
+ type="button"
4244
+ aria-expanded="false"
4245
+ aria-label="Menu toggle"
4246
+ id="card-view-basic-example-gallery-card-6-toggle"
4247
+ >
4248
+ <span class="pf-v6-c-menu-toggle__icon">
4249
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4250
+ </span>
4251
+ </button>
4252
+ <div class="pf-v6-c-check pf-m-standalone">
4253
+ <input
4254
+ class="pf-v6-c-check__input"
4255
+ type="checkbox"
4256
+ id="card-view-basic-example-gallery-card-6-check"
4257
+ name="card-view-basic-example-gallery-card-6-check"
4258
+ disabled
4259
+ aria-labelledby="card-view-basic-example-gallery-card-6-check-label"
4260
+ />
4261
+ </div>
4262
+ </div>
4263
+ </div>
4264
+ <div class="pf-v6-c-card__title">
4265
+ <h2
4266
+ class="pf-v6-c-card__title-text"
4267
+ id="card-view-basic-example-gallery-card-6-check-label"
4268
+ >Crypto</h2>
4269
+ <div class="pf-v6-c-content">
4270
+ <small>Provided by Red Hat</small>
4271
+ </div>
4272
+ </div>
4273
+ <div
4274
+ class="pf-v6-c-card__body"
4275
+ >For providing flexible endpoints to sign and verify exchanges using the Signature Service of the Java Cryptographic Extension.</div>
4276
+ </div>
4277
+ <div
4278
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
4279
+ id="card-view-basic-example-gallery-card-7"
4280
+ >
4281
+ <div class="pf-v6-c-card__header">
4282
+ <img
4283
+ src="/assets/images/camel-dropbox_200x150.png"
4284
+ width="60px"
4285
+ alt="Logo"
4286
+ />
4287
+ <div class="pf-v6-c-card__actions">
4288
+ <button
4289
+ class="pf-v6-c-menu-toggle pf-m-plain"
4290
+ type="button"
4291
+ aria-expanded="false"
4292
+ aria-label="Menu toggle"
4293
+ id="card-view-basic-example-gallery-card-7-toggle"
4294
+ >
4295
+ <span class="pf-v6-c-menu-toggle__icon">
4296
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4297
+ </span>
4298
+ </button>
4299
+ <div class="pf-v6-c-check pf-m-standalone">
4300
+ <input
4301
+ class="pf-v6-c-check__input"
4302
+ type="checkbox"
4303
+ id="card-view-basic-example-gallery-card-7-check"
4304
+ name="card-view-basic-example-gallery-card-7-check"
4305
+ aria-labelledby="card-view-basic-example-gallery-card-7-check-label"
4306
+ />
4307
+ </div>
4308
+ </div>
4309
+ </div>
4310
+ <div class="pf-v6-c-card__title">
4311
+ <h2
4312
+ class="pf-v6-c-card__title-text"
4313
+ id="card-view-basic-example-gallery-card-7-check-label"
4314
+ >DropBox</h2>
4315
+ <div class="pf-v6-c-content">
4316
+ <small>Provided by Red Hat</small>
4317
+ </div>
4318
+ </div>
4319
+ <div
4320
+ class="pf-v6-c-card__body"
4321
+ >The dropbox: component allows you to treat Dropbox remote folders as a producer or consumer of messages.</div>
4322
+ </div>
4323
+ <div
4324
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
4325
+ id="card-view-basic-example-gallery-card-8"
4326
+ >
4327
+ <div class="pf-v6-c-card__header">
4328
+ <img
4329
+ src="/assets/images/camel-infinispan_200x150.png"
4330
+ width="60px"
4331
+ alt="Logo"
4332
+ />
4333
+ <div class="pf-v6-c-card__actions">
4334
+ <button
4335
+ class="pf-v6-c-menu-toggle pf-m-plain"
4336
+ type="button"
4337
+ aria-expanded="false"
4338
+ aria-label="Menu toggle"
4339
+ id="card-view-basic-example-gallery-card-8-toggle"
4340
+ >
4341
+ <span class="pf-v6-c-menu-toggle__icon">
4342
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4343
+ </span>
4344
+ </button>
4345
+ <div class="pf-v6-c-check pf-m-standalone">
4346
+ <input
4347
+ class="pf-v6-c-check__input"
4348
+ type="checkbox"
4349
+ id="card-view-basic-example-gallery-card-8-check"
4350
+ name="card-view-basic-example-gallery-card-8-check"
4351
+ aria-labelledby="card-view-basic-example-gallery-card-8-check-label"
4352
+ />
4353
+ </div>
4354
+ </div>
4355
+ </div>
4356
+ <div class="pf-v6-c-card__title">
4357
+ <h2
4358
+ class="pf-v6-c-card__title-text"
4359
+ id="card-view-basic-example-gallery-card-8-check-label"
4360
+ >JBoss Data Grid</h2>
4361
+ <div class="pf-v6-c-content">
4362
+ <small>Provided by Red Hat</small>
4363
+ </div>
4364
+ </div>
4365
+ <div
4366
+ class="pf-v6-c-card__body"
4367
+ >Read or write to a fully-supported distributed cache and data grid for faster integration services.</div>
4368
+ </div>
4369
+ <div
4370
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
4371
+ id="card-view-basic-example-gallery-card-9"
4372
+ >
4373
+ <div class="pf-v6-c-card__header">
4374
+ <img
4375
+ src="/assets/images/FuseConnector_Icons_REST.png"
4376
+ width="60px"
4377
+ alt="Logo"
4378
+ />
4379
+ <div class="pf-v6-c-card__actions">
4380
+ <button
4381
+ class="pf-v6-c-menu-toggle pf-m-plain"
4382
+ type="button"
4383
+ aria-expanded="false"
4384
+ aria-label="Menu toggle"
4385
+ id="card-view-basic-example-gallery-card-9-toggle"
4386
+ >
4387
+ <span class="pf-v6-c-menu-toggle__icon">
4388
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4389
+ </span>
4390
+ </button>
4391
+ <div class="pf-v6-c-check pf-m-standalone">
4392
+ <input
4393
+ class="pf-v6-c-check__input"
4394
+ type="checkbox"
4395
+ id="card-view-basic-example-gallery-card-9-check"
4396
+ name="card-view-basic-example-gallery-card-9-check"
4397
+ aria-labelledby="card-view-basic-example-gallery-card-9-check-label"
4398
+ />
4399
+ </div>
4400
+ </div>
4401
+ </div>
4402
+ <div class="pf-v6-c-card__title">
4403
+ <h2
4404
+ class="pf-v6-c-card__title-text"
4405
+ id="card-view-basic-example-gallery-card-9-check-label"
4406
+ >Rest</h2>
4407
+ <div class="pf-v6-c-content">
4408
+ <small>Provided by Red Hat</small>
4409
+ </div>
4410
+ </div>
4411
+ <div class="pf-v6-c-card__body">
4412
+ The rest component allows to define REST endpoints (consumer) using the Rest DSL and plugin to other Camel components as the REST transport.
4413
+ From Camel 2.18 onwards the rest component can also be used as a client (producer) to call REST services.
4414
+ </div>
4415
+ </div>
4416
+ <div
4417
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
4418
+ id="card-view-basic-example-gallery-card-10"
4419
+ >
4420
+ <div class="pf-v6-c-card__header">
4421
+ <img
4422
+ src="/assets/images/camel-swagger-java_200x150.png"
4423
+ width="60px"
4424
+ alt="Logo"
4425
+ />
4426
+ <div class="pf-v6-c-card__actions">
4427
+ <button
4428
+ class="pf-v6-c-menu-toggle pf-m-plain"
4429
+ type="button"
4430
+ aria-expanded="false"
4431
+ aria-label="Menu toggle"
4432
+ id="card-view-basic-example-gallery-card-10-toggle"
4433
+ >
4434
+ <span class="pf-v6-c-menu-toggle__icon">
4435
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4436
+ </span>
4437
+ </button>
4438
+ <div class="pf-v6-c-check pf-m-standalone">
4439
+ <input
4440
+ class="pf-v6-c-check__input"
4441
+ type="checkbox"
4442
+ id="card-view-basic-example-gallery-card-10-check"
4443
+ name="card-view-basic-example-gallery-card-10-check"
4444
+ aria-labelledby="card-view-basic-example-gallery-card-10-check-label"
4445
+ />
4446
+ </div>
4447
+ </div>
4448
+ </div>
4449
+ <div class="pf-v6-c-card__title">
4450
+ <h2
4451
+ class="pf-v6-c-card__title-text"
4452
+ id="card-view-basic-example-gallery-card-10-check-label"
4453
+ >SWAGGER</h2>
4454
+ <div class="pf-v6-c-content">
4455
+ <small>Provided by Red Hat</small>
4456
+ </div>
4457
+ </div>
4458
+ <div
4459
+ class="pf-v6-c-card__body"
4460
+ >Expose REST services and their APIs using Swagger specification.</div>
4461
+ </div>
4462
+ </div>
4463
+ </div>
4464
+ </div>
4465
+ </div>
4466
+ </div>
4467
+ </div>
4468
+ <div class="pf-v6-c-compass__sidebar pf-m-end">
4469
+ <div class="pf-v6-c-compass__panel pf-m-pill">
4470
+ <div class="pf-v6-c-action-list pf-m-icons pf-m-vertical">
4471
+ <div class="pf-v6-c-action-list__item">
4472
+ <button
4473
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
4474
+ type="button"
4475
+ aria-label="Help"
4476
+ >
4477
+ <span class="pf-v6-c-button__icon">
4478
+ <svg
4479
+ class="pf-v6-svg"
4480
+ viewBox="0 0 512 512"
4481
+ fill="currentColor"
4482
+ role="img"
4483
+ width="1em"
4484
+ height="1em"
4485
+ aria-hidden="true"
4486
+ >
4487
+ <path
4488
+ d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z"
4489
+ />
4490
+ </svg>
4491
+ </span>
4492
+ </button>
4493
+ </div>
4494
+ <div class="pf-v6-c-action-list__item">
4495
+ <button
4496
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
4497
+ type="button"
4498
+ aria-label="User profile"
4499
+ >
4500
+ <span class="pf-v6-c-button__icon">
4501
+ <svg
4502
+ class="pf-v6-svg"
4503
+ viewBox="0 0 448 512"
4504
+ fill="currentColor"
4505
+ role="img"
4506
+ width="1em"
4507
+ height="1em"
4508
+ aria-hidden="true"
4509
+ >
4510
+ <path
4511
+ d="M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z"
4512
+ />
4513
+ </svg>
4514
+ </span>
4515
+ </button>
4516
+ </div>
4517
+ <div class="pf-v6-c-action-list__item">
4518
+ <button
4519
+ class="pf-v6-c-button pf-m-circle pf-m-plain"
4520
+ type="button"
4521
+ aria-label="Send"
4522
+ >
4523
+ <span class="pf-v6-c-button__icon">
4524
+ <svg
4525
+ class="pf-v6-svg"
4526
+ viewBox="0 0 512 512"
4527
+ fill="currentColor"
4528
+ role="img"
4529
+ width="1em"
4530
+ height="1em"
4531
+ aria-hidden="true"
4532
+ >
4533
+ <path
4534
+ d="M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z"
4535
+ />
4536
+ </svg>
4537
+ </span>
4538
+ </button>
4539
+ </div>
4540
+ </div>
4541
+ </div>
4542
+ </div>
4543
+ <div class="pf-v6-c-compass__footer">
4544
+ <div
4545
+ class="pf-v6-c-compass__panel pf-m-no-border pf-m-pill pf-m-no-padding"
4546
+ >chatbot message bar</div>
4547
+ </div>
4548
+ </div>
4549
+
4550
+ ```