wsp-10329 Adding hyper-v replica to HyperV Provider. Enterprise Part.
This commit is contained in:
parent
5af4c5a932
commit
c328cf72bd
4 changed files with 138 additions and 38 deletions
|
@ -162,7 +162,7 @@ namespace WebsitePanel.Portal.ProviderControls
|
|||
{
|
||||
try
|
||||
{
|
||||
VirtualSwitch[] switches = ES.Services.VPS.GetExternalSwitches(PanelRequest.ServiceId, txtServerName.Text.Trim());
|
||||
VirtualSwitch[] switches = ES.Services.VPS2012.GetExternalSwitches(PanelRequest.ServiceId, txtServerName.Text.Trim());
|
||||
|
||||
ddlExternalNetworks.DataSource = switches;
|
||||
ddlExternalNetworks.DataBind();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue