mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-24 14:10:29 -05:00
Namespace Update (SLC/Data Ignored)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
@model IEnumerable<WebfrontCore.ViewModels.ConfigurationFileInfo>
|
||||
@using SharedLibraryCore
|
||||
@model IEnumerable<IW4MAdmin.WebfrontCore.ViewModels.ConfigurationFileInfo>
|
||||
@{
|
||||
ViewData["Title"] = Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_CONFIGURATION_TITLE"];
|
||||
var noticeText = Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_CONFIGURATION_SAVING_CHANGES"];
|
||||
|
@ -1,4 +1,4 @@
|
||||
@model WebfrontCore.ViewModels.BindingHelper
|
||||
@model IW4MAdmin.WebfrontCore.ViewModels.BindingHelper
|
||||
|
||||
@if (Model.Properties.Length == 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user