Skip to content

Commit

Permalink
Remove recording from server config (was moved to browser).
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Aug 26, 2020
1 parent 3986268 commit 867d579
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@
<br />
<span asp-validation-for="AppSettingsInput.MaxOrganizationCount" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="AppSettingsInput.RecordRemoteControlSessions"></label>
<br />
<input type="checkbox" asp-for="AppSettingsInput.RecordRemoteControlSessions" />
<br />
<span asp-validation-for="AppSettingsInput.RecordRemoteControlSessions" class="text-danger"></span>
</div>
<div class="form-group">
<label asp-for="AppSettingsInput.RedirectToHttps"></label>
<br />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ public class AppSettingsModel
[Display(Name = "Max Organizations")]
public int MaxOrganizationCount { get; set; }

[Display(Name = "Record Remote Control Sessions")]
public bool RecordRemoteControlSessions { get; set; }

[Display(Name = "Redirect To HTTPS")]
public bool RedirectToHttps { get; set; }

Expand Down

0 comments on commit 867d579

Please sign in to comment.