Add grouping for servers on top stats, live radar, and scoreboard
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using Data.Models;
|
||||
using Microsoft.EntityFrameworkCore.Metadata.Internal;
|
||||
using SharedLibraryCore.Database.Models;
|
||||
|
||||
namespace WebfrontCore.ViewModels
|
||||
@ -7,6 +9,7 @@ namespace WebfrontCore.ViewModels
|
||||
{
|
||||
public string ServerName { get; set; }
|
||||
public string ServerId { get; set; }
|
||||
public Reference.Game GameCode { get; set; }
|
||||
public string MapName { get; set; }
|
||||
public string OrderByKey { get; set; }
|
||||
public bool ShouldOrderDescending { get; set; }
|
||||
|
@ -7,6 +7,7 @@ public class SideContextMenuItem
|
||||
public bool IsLink { get; set; }
|
||||
public bool IsButton { get; set; }
|
||||
public bool IsActive { get; set; }
|
||||
public bool IsCollapse { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Reference { get; set; }
|
||||
public string Icon { get; set; }
|
||||
|
Reference in New Issue
Block a user