Skip to content

Commit e0c217b

Browse files
fix: Improve formatting of input fields and descriptions in ban file sync configuration
1 parent 37b3945 commit e0c217b

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/XtremeIdiots.Portal.Web/Views/GameServers/ConfigurationSections/_BanFileSyncConfiguration.cshtml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
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
@@ -26,11 +27,13 @@
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

0 commit comments

Comments
 (0)