add resharper and hover effect for modules; change navigation bar
This commit is contained in:
@@ -11,13 +11,13 @@ namespace Server_Dashboard {
|
||||
/// </summary>
|
||||
internal class ServerInformation {
|
||||
public string ServerName { get; set; }
|
||||
public string OSUserName { get; set; }
|
||||
public string OsUserName { get; set; }
|
||||
public double CpuTemp { get; set; }
|
||||
public double GpuTemp { get; set; }
|
||||
public DateTime Uptime { get; set; }
|
||||
public TimeSpan Uptime { get; set; }
|
||||
public DateTime DeployDate { get; set; }
|
||||
public string PublicIpAdress { get; set; }
|
||||
public string PrivateIpAdress { get; set; }
|
||||
public string PublicIpAddress { get; set; }
|
||||
public string PrivateIpAddress { get; set; }
|
||||
public int GpuUsage { get; set; }
|
||||
public int CpuUsage { get; set; }
|
||||
public double NetworkUP { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user