sunguroku 5 лет назад
Родитель
Сommit
d9d5433e8d
1 измененных файлов с 12 добавлено и 12 удалено
  1. 12 12
      dashboard/src/main/home/provisioner/ProvisionerLogs.tsx

+ 12 - 12
dashboard/src/main/home/provisioner/ProvisionerLogs.tsx

@@ -46,18 +46,18 @@ class ProvisionerLogs extends Component<PropsType, StateType> {
       return <Message>Please select a resource.</Message>;
       return <Message>Please select a resource.</Message>;
     }
     }
 
 
-    if (selectedInfra.status == "destroyed") {
-      return (
-        <Message>
-          This resource has been auto-destroyed due to an error during
-          provisioning.
-          <div>
-            Please check with your cloud provider to make sure all resources
-            have been properly destroyed.
-          </div>
-        </Message>
-      );
-    }
+    // if (selectedInfra.status == "destroyed") {
+    //   return (
+    //     <Message>
+    //       This resource has been auto-destroyed due to an error during
+    //       provisioning.
+    //       <div>
+    //         Please check with your cloud provider to make sure all resources
+    //         have been properly destroyed.
+    //       </div>
+    //     </Message>
+    //   );
+    // }
 
 
     if (logs.length == 0) {
     if (logs.length == 0) {
       switch (selectedInfra.status) {
       switch (selectedInfra.status) {