File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30063006"message.license.agreements.not.accepted" : " License agreements not accepted." ,
30073007"message.linstor.resourcegroup.description" : " Linstor resource group to use for primary storage." ,
30083008"message.list.zone.vmware.datacenter.empty" : " No VMware Datacenter exists in the selected Zone" ,
3009- "message.list.zone.vmware.hosts.empty" : " No VMware hosts were found in the selected Datacenter" ,
3009+ "message.list.zone.vmware.hosts.empty" : " No EXSi hosts were found in the selected Datacenter. \n Are the credentials complete? \n " ,
30103010"message.listnsp.not.return.providerid" : " error: listNetworkServiceProviders API doesn't return VirtualRouter provider ID." ,
30113011"message.load.host.failed" : " Failed to load hosts." ,
30123012"message.loadbalancer.stickypolicy.configuration" : " Customize the load balancer stickiness policy:" ,
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ export default {
284284 this .loading = false
285285 })
286286 },
287- listZoneVmwareDcHosts (doNotify ) {
287+ loadZoneVmwareDcHosts (doNotify ) {
288288 this .loading = true
289289 const params = {}
290290 if (this .vcenterSelectedOption === ' new' ) {
@@ -312,11 +312,11 @@ export default {
312312 },
313313 onSelectExistingVmwareDatacenter (value ) {
314314 this .selectedExistingVcenterId = value
315- this .listZoneVmwareDcHosts (true )
315+ this .loadZoneVmwareDcHosts (true )
316316 },
317317 onSelectExternalVmwareDatacenter (value ) {
318318 if (this .vcenterSelectedOption === ' new' && ! (this .vcenter === ' ' || this .datacentername === ' ' || this .username === ' ' || this .password === ' ' )) {
319- this .listZoneVmwareDcHosts (false )
319+ this .loadZoneVmwareDcHosts (false )
320320 }
321321 },
322322 onSelectExistingVmwareHost (value ) {
You can’t perform that action at this time.
0 commit comments