Bladeren bron

Merge pull request #417 from smiclea/hyper-v-instances

Load all instances for 'hyper-v' provider
Dorin Paslaru 6 jaren geleden
bovenliggende
commit
94f2138a79
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      config.js

+ 1 - 1
config.js

@@ -36,7 +36,7 @@ const conf: Config = {
   // - If the provider is not in this list, the 'default' value will be used.
   // - If the `default` value is lower than the number of instances that fit into a page, the latter number will be used.
   // - `Infinity` value means no `limit` will be used, i.e. all VMs will be listed.
-  instancesListBackgroundLoading: { default: 10, ovm: Infinity },
+  instancesListBackgroundLoading: { default: 10, ovm: Infinity, 'hyper-v': Infinity },
 
   // The providers for which an extra `source` or `destination options` call can be made with a set of field values
   providersWithEnvOptions: [