mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Add status message to server config save.
This commit is contained in:
parent
7b7aa3bfc9
commit
22800dde25
@ -1,5 +1,4 @@
|
||||
@page
|
||||
@using Remotely.Server.Areas.Identity.Pages.Account.Manage
|
||||
@model ServerConfigModel
|
||||
@{
|
||||
ViewData["Title"] = "Server Config";
|
||||
|
||||
@ -95,6 +95,8 @@ namespace Remotely.Server.Areas.Identity.Pages.Account.Manage
|
||||
await Task.Delay(10);
|
||||
}
|
||||
|
||||
StatusMessage = "Configuration saved.";
|
||||
|
||||
return RedirectToPage();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user