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

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/dashboard/Dashboard.tsx

@@ -206,7 +206,7 @@ export const Dashboard: React.FunctionComponent = () => {
       {
         context.currentProject.capi_provisioner_enabled &&
         (
-          true || context.currentCluster.status === "UPDATING" ||
+          context.currentCluster.status === "UPDATING" ||
           context.currentCluster.status === "UPDATING_UNAVAILABLE"
         ) && (
           <ProvisionerStatus />