HyperV fix
This commit is contained in:
parent
1b5f9765d0
commit
67b2903390
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ namespace WebsitePanel.Portal.VPS2012
|
|||
private VirtualMachine[] _machines;
|
||||
public string GetReplicationStatus(int itemID)
|
||||
{
|
||||
if (!gvServers.Columns[5].Visible)
|
||||
return "";
|
||||
|
||||
if (_machines == null)
|
||||
{
|
||||
var packageVm = ES.Services.VPS2012.GetVirtualMachineItem(itemID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue