Skip to content

Commit f32597c

Browse files
fix: Adjust SFTP host key fingerprint section layout in _FtpConfiguration.cshtml
1 parent 152d48d commit f32597c

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@
5353
class="js-file-transport-label">@Model.FileTransportLabel</span> authentication.</small>
5454
</div>
5555

56-
<div class="mb-3 @(Model.GameServer.FileTransportType == XtremeIdiots.Portal.Repository.Abstractions.Constants.V1.FileTransportType.Sftp ? "" : "d-none")" id="sftp-host-key-fingerprint-group">
57-
<label asp-for="FtpConfigHostKeyFingerprint" class="form-label"></label>
58-
<input asp-for="FtpConfigHostKeyFingerprint" class="form-control" autocomplete="off" />
59-
<span asp-validation-for="FtpConfigHostKeyFingerprint" class="text-danger"></span>
60-
<small class="form-text text-muted">Hex fingerprint of the SFTP server host key (for example <code>40:44:78:e0:7a:e0:c2:e7:fe:37:14:9e:4f:09:e0:07</code>).</small>
61-
</div>
56+
<div class="mb-3 @(Model.GameServer.FileTransportType == XtremeIdiots.Portal.Repository.Abstractions.Constants.V1.FileTransportType.Sftp ? "" : "d-none")"
57+
id="sftp-host-key-fingerprint-group">
58+
<label asp-for="FtpConfigHostKeyFingerprint" class="form-label"></label>
59+
<input asp-for="FtpConfigHostKeyFingerprint" class="form-control" autocomplete="off" />
60+
<span asp-validation-for="FtpConfigHostKeyFingerprint" class="text-danger"></span>
61+
<small class="form-text text-muted">Hex fingerprint of the SFTP server host key (for example
62+
<code>40:44:78:e0:7a:e0:c2:e7:fe:37:14:9e:4f:09:e0:07</code>).</small>
63+
</div>
64+
</div>
6265
</div>
63-
</div>

0 commit comments

Comments
 (0)