mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
@model List<SharedLibraryCore.Configuration.ServerConfiguration>
|
|
@Html.EditorFor(s => s)
|
|
@*@foreach (var server in Model)
|
|
{
|
|
@Html.EditorFor(s => server.EventParserVersion);
|
|
}*@ |