add resharper and hover effect for modules; change navigation bar
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Server_Dashboard {
|
||||
public DateTime CreationDate { get; set; }
|
||||
|
||||
//List that contains all the serverinformation over a period of time(lifespan of the module)
|
||||
public List<ServerInformation> ServerInformation { get; set; }
|
||||
public ServerInformation ServerInformation { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// This will set the Module status indicator red or green if the server is available or not
|
||||
|
||||
@@ -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