wsp-10323 bugfix + Step 8
This commit is contained in:
parent
1c4039445b
commit
a26a67cbf7
13 changed files with 297 additions and 538 deletions
|
@ -69,8 +69,8 @@ namespace WebsitePanel.Providers.Virtualization
|
|||
public int CpuUsage { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public long RamSize { get; set; }
|
||||
public long RamUsage { get; set; }
|
||||
public int RamSize { get; set; }
|
||||
public int RamUsage { get; set; }
|
||||
[Persistent]
|
||||
public int HddSize { get; set; }
|
||||
public LogicalDisk[] HddLogicalDisks { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue