IW4M-Admin/WebfrontCore/Views/Shared/EditorTemplates/ServerConfiguration.cshtml

6 lines
183 B
Plaintext
Raw Normal View History

@model List<SharedLibraryCore.Configuration.ServerConfiguration>
@Html.EditorFor(s => s)
@*@foreach (var server in Model)
{
@Html.EditorFor(s => server.EventParserVersion);
}*@