File tree Expand file tree Collapse file tree
src/XtremeIdiots.Portal.Web/Views/GameServers/ConfigurationSections Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 <div class =" mb-3" >
1616 <label asp-for =" GameServer.BanFileRootPath" class =" form-label" ></label >
17- <input asp-for =" GameServer.BanFileRootPath" class =" form-control" type =" text" maxlength =" 255" placeholder =" /" />
17+ <input asp-for =" GameServer.BanFileRootPath" class =" form-control" type =" text" maxlength =" 255"
18+ placeholder =" /" />
1819 <span asp-validation-for =" GameServer.BanFileRootPath" class =" text-danger" ></span >
1920 <small class =" form-text text-muted" >
2021 File transport root path beneath which the ban file lives. The agent resolves the full path
2627
2728 <div class =" mb-3" >
2829 <label asp-for =" BanFileSyncConfigCheckIntervalSeconds" class =" form-label" ></label >
29- <input asp-for =" BanFileSyncConfigCheckIntervalSeconds" class =" form-control" type =" number" min =" 10" max =" 86400" />
30+ <input asp-for =" BanFileSyncConfigCheckIntervalSeconds" class =" form-control" type =" number" min =" 10"
31+ max =" 86400" />
3032 <span asp-validation-for =" BanFileSyncConfigCheckIntervalSeconds" class =" text-danger" ></span >
31- <small class =" form-text text-muted" >How often (in seconds) to check for ban file updates. Valid range: 10–86400 (default: 60).</small >
33+ <small class =" form-text text-muted" >How often (in seconds) to check for ban file updates. Valid range:
34+ 10–86400 (default: 60).</small >
35+ </div >
3236 </div >
3337 </div >
34- </div >
3538
3639
You can’t perform that action at this time.
0 commit comments