Просмотр исходного кода

Merge pull request #437 from smiclea/enable-vmware

Enabled VMWare source options editing
Dorin Paslaru 6 лет назад
Родитель
Сommit
ef8409453c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      config.js

+ 1 - 1
config.js

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