Add remember me button and more
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Text;
|
||||
|
||||
namespace Server_Dashboard {
|
||||
class DashboardModule {
|
||||
public string ModulName { get; set; }
|
||||
public string ModuleName { get; set; }
|
||||
public string Creator { get; set; }
|
||||
public ServerInformation ServerInfo { get; set; }
|
||||
public string StatusIndicator { get; set; }
|
||||
|
||||
12
Server Dashboard/DashboardModules/NewModuleInformation.cs
Normal file
12
Server Dashboard/DashboardModules/NewModuleInformation.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Server_Dashboard.DashboardModules {
|
||||
class NewModuleInformation {
|
||||
public string ServerName { get; set; }
|
||||
public string Username { get; set; }
|
||||
public string IPAdress { get; set; }
|
||||
public int Port { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -13,5 +13,7 @@ namespace Server_Dashboard {
|
||||
public string DeployDate { get; set; }
|
||||
public string PublicIpAdress { get; set; }
|
||||
public string PrivateIpAdress { get; set; }
|
||||
public string GpuUsage { get; set; }
|
||||
public string CpuUsage { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user