瀏覽代碼

Enable OVM source options editing

Sergiu Miclea 6 年之前
父節點
當前提交
275c9fa06a
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
  1. 1 1
      config.js

+ 1 - 1
config.js

@@ -30,7 +30,7 @@ const conf: Config = {
   requestPollTimeout: 5000,
 
   // The list of providers which offer source options
-  sourceOptionsProviders: ['aws', 'azure', 'opc', 'openstack', 'vmware_vsphere'],
+  sourceOptionsProviders: ['aws', 'azure', 'opc', 'openstack', 'oracle_vm', 'vmware_vsphere'],
 
   // - Specifies the `limit` for each provider when listing all its VMs for pagination.
   // - If the provider is not in this list, the 'default' value will be used.