瀏覽代碼

update cluster name

Justin Rhee 3 年之前
父節點
當前提交
2813286147
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/main/home/sidebar/ClusterSection.tsx

+ 1 - 1
dashboard/src/main/home/sidebar/ClusterSection.tsx

@@ -126,7 +126,7 @@ export const ClusterSection: React.FC<Props> = ({
             </svg>
             </svg>
           </ClusterIcon>
           </ClusterIcon>
           <Tooltip title={cluster?.name}>
           <Tooltip title={cluster?.name}>
-            <ClusterName>medicspot-production</ClusterName>
+            <ClusterName>{cluster?.name}</ClusterName>
           </Tooltip>
           </Tooltip>
           <I isExpanded={isExpanded} className="material-icons">arrow_drop_down</I>
           <I isExpanded={isExpanded} className="material-icons">arrow_drop_down</I>
           <Spacer />
           <Spacer />