We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab3469 commit 664fb66Copy full SHA for 664fb66
src/components/ResourceBrowser/ResourceList/ClusterSelector.tsx
@@ -106,6 +106,7 @@ const ClusterSelector: React.FC<ClusterSelectorType> = ({
106
return (
107
<div className="flexbox dc__align-items-center dc__gap-12">
108
<ContextSwitcher
109
+ classNamePrefix="cluster-select-header"
110
inputId={`cluster-switcher-${clusterId}`}
111
isLoading={isClusterListLoading}
112
onChange={handleOnChange}
0 commit comments