1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix accidental improper name for login ClientId

added label field to InputInfo
added logout button
revert graph color
This commit is contained in:
RaidMax
2018-04-05 17:50:04 -05:00
parent aec8ec6256
commit e8481b5b25
7 changed files with 34 additions and 21 deletions

View File

@ -8,6 +8,7 @@ namespace WebfrontCore.ViewModels
public class InputInfo
{
public string Name { get; set; }
public string Label { get; set; }
public string Placeholder { get; set; }
public string Type { get; set; }
public string Value { get; set; }