IW4M-Admin/WebfrontCore/Views/Shared/EditorTemplates/ServerConfiguration.cshtml
2019-04-12 22:25:18 -05:00

6 lines
183 B
Plaintext

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