소스 검색

Set oVirt destination options loading only after `cluster` is selected.

Daniel Vincze 5 달 전
부모
커밋
734f150199
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      config.ts

+ 10 - 0
config.ts

@@ -131,6 +131,16 @@ const conf: Config = {
       requiredFields: ["import_node"],
       relistFields: ["linux_template", "windows_template"],
     },
+    {
+      name: "olvm",
+      types: ["destination"],
+      requiredFields: ["cluster"]
+    },
+    {
+      name: "rhev",
+      types: ["destination"],
+      requiredFields: ["cluster"]
+    }
   ],
 
   /*