Browse Source

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

Daniel Vincze 5 tháng trước cách đây
mục cha
commit
734f150199
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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"]
+    }
   ],
 
   /*