فهرست منبع

Load all instances for 'hyper-v' provider

Instead of loading in chunks of 10, the default for the other providers.
Sergiu Miclea 6 سال پیش
والد
کامیت
6bf828e382
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 `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: [