Ver Fonte

Load all instances for 'hyper-v' provider

Instead of loading in chunks of 10, the default for the other providers.
Sergiu Miclea há 6 anos atrás
pai
commit
6bf828e382
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      config.js

+ 1 - 1
config.js

@@ -35,7 +35,7 @@ const conf: Config = {
   // - 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.
   // - If the `default` value is lower than the number of instances that fit into a page, the latter number 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.
   // - `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
   // The providers for which an extra `source` or `destination options` call can be made with a set of field values
   providersWithEnvOptions: [
   providersWithEnvOptions: [