Skip to content

Commit 664fb66

Browse files
committed
chore: cluster name prefix added
1 parent 0ab3469 commit 664fb66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ResourceBrowser/ResourceList/ClusterSelector.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ const ClusterSelector: React.FC<ClusterSelectorType> = ({
106106
return (
107107
<div className="flexbox dc__align-items-center dc__gap-12">
108108
<ContextSwitcher
109+
classNamePrefix="cluster-select-header"
109110
inputId={`cluster-switcher-${clusterId}`}
110111
isLoading={isClusterListLoading}
111112
onChange={handleOnChange}

0 commit comments

Comments
 (0)