@using LANCommander.SDK.Enums @using LANCommander.Server.Extensions; @using LANCommander.Server.Models @using LANCommander.Server.Services @using System.IO.Compression; @using Microsoft.EntityFrameworkCore; @inject ScriptService ScriptService @inject ModalService ModalService @inject IMessageService MessageService @context.Type.GetDisplayName() @context.CreatedBy?.UserName
@code { [Parameter] public Guid GameId { get; set; } [Parameter] public Guid RedistributableId { get; set; } [Parameter] public Guid ServerId { get; set; } [Parameter] public Guid ArchiveId { get; set; } [Parameter] public IEnumerable AllowedTypes { get; set; } ICollection