1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-25 22:50:27 -05:00

Namespace Update (SLC/Data Ignored)

This commit is contained in:
Amos
2024-07-01 18:30:06 +01:00
committed by Ayymoss
parent 95523885b8
commit c4b33c361a
164 changed files with 463 additions and 487 deletions

View File

@ -1,8 +1,9 @@
@using SharedLibraryCore.Interfaces
@using Data.Models
@using Data.Models.Client
@using WebfrontCore.Permissions
@using WebfrontCore.ViewModels
@using IW4MAdmin.WebfrontCore.Permissions
@using IW4MAdmin.WebfrontCore.ViewModels
@using SharedLibraryCore
@model SharedLibraryCore.Dtos.PlayerInfo
@{
var match = System.Text.RegularExpressions.Regex.Match(Model.Name.ToUpper(), "[A-Z]").Value;

View File

@ -1,4 +1,5 @@
@using SharedLibraryCore.Dtos.Meta.Responses
@using SharedLibraryCore
@using SharedLibraryCore.Dtos.Meta.Responses
@model AdministeredPenaltyResponse
@{
var localizationKey = $"WEBFRONT_CLIENT_META_PENALIZED_{Model.PenaltyType.ToString().ToUpper()}_V2";

View File

@ -1,4 +1,5 @@
@using Data.Models
@using SharedLibraryCore
@model SharedLibraryCore.Dtos.Meta.Responses.ConnectionHistoryResponse
@{
var localizationKey = $"WEBFRONT_CLIENT_META_CONNECTION_{Model.ConnectionType.ToString().ToUpper()}";

View File

@ -1,4 +1,5 @@
@using Humanizer
@using SharedLibraryCore
@model IEnumerable<SharedLibraryCore.Dtos.Meta.Responses.InformationResponse>
@{
var informationMeta = Model

View File

@ -1,4 +1,5 @@
@using SharedLibraryCore.Dtos.Meta.Responses
@using SharedLibraryCore
@using SharedLibraryCore.Dtos.Meta.Responses
@model MessageResponse
@if (TempData["ShowMetaHeader"] as bool? ?? false)

View File

@ -1,4 +1,5 @@
@model DateTime
@using SharedLibraryCore
@model DateTime
@{ Layout = null;}
<div class="pt-5 text-light-dm text-dark-lm font-size-18 ">
<span>@Model.HumanizeForCurrentCulture()</span>

View File

@ -1,4 +1,5 @@
@model SharedLibraryCore.Dtos.Meta.Responses.PermissionLevelChangedResponse
@using SharedLibraryCore
@model SharedLibraryCore.Dtos.Meta.Responses.PermissionLevelChangedResponse
<has-permission entity="ClientLevel" required-permission="Read">
@if (TempData["ShowMetaHeader"] as bool? ?? false)

View File

@ -1,4 +1,6 @@
@using SharedLibraryCore.Dtos.Meta.Responses
@using Microsoft.AspNetCore.Mvc.TagHelpers
@using SharedLibraryCore
@using SharedLibraryCore.Dtos.Meta.Responses
@model ReceivedPenaltyResponse
@{

View File

@ -1,4 +1,5 @@
@using SharedLibraryCore.Dtos.Meta.Responses
@using SharedLibraryCore
@using SharedLibraryCore.Dtos.Meta.Responses
@model UpdatedAliasResponse
@if (TempData["ShowMetaHeader"] as bool? ?? false)