1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

small updates that got lost in last commit

This commit is contained in:
RaidMax
2022-04-19 22:34:35 -05:00
parent d5b4c60e5a
commit 60d7fd08a0
5 changed files with 12 additions and 27 deletions

View File

@ -35,7 +35,7 @@ namespace WebfrontCore.Controllers
[Obsolete]
public IActionResult ProfileAsync(int id, MetaType? metaFilterType,
CancellationToken token = default) => RedirectToAction("Profile", "Client", new
{ id, metaFilterType, token });
{ id, metaFilterType });
public async Task<IActionResult> Profile(int id, MetaType? metaFilterType, CancellationToken token = default)
{

View File

@ -34,7 +34,7 @@
}
</environment>
<environment include="Production">
<link rel="stylesheet" href="~/dynamic/css/global.min.css?version=@ViewBag.Version"/>
<link rel="stylesheet" href="~/css/global.min.css?version=@ViewBag.Version"/>
</environment>
@await RenderSectionAsync("styles", false)
</head>

View File

@ -8,7 +8,7 @@
<PreserveCompilationContext>true</PreserveCompilationContext>
<TypeScriptToolsVersion>2.6</TypeScriptToolsVersion>
<PackageId>RaidMax.IW4MAdmin.WebfrontCore</PackageId>
<Version>2.0.0</Version>
<Version>2022.0.0</Version>
<Authors>RaidMax</Authors>
<Company>Forever None</Company>
<Product>IW4MAdmin</Product>
@ -31,15 +31,6 @@
<LangVersion>Latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Include="bundleconfig.json" />
<None Include="compilerconfig.json" />
<None Remove="dotnet-bundle.exe" />
<None Remove="dotnet-bundle.dll" />
<None Remove="Newtonsoft.Json.dll" />
<None Remove="NUglify.dll" />
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\**\*.*" CopyToPublishDirectory="Never" />
<Content Update="wwwroot\css\src\global.css" CopyToPublishDirectory="Never" />