mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Policies: Cleanup and improvements (#5731)
* Policies: Turn checkboxes into toggles * Move email policy to server email settings * Move maintenance policies to server maintenance settings * Policies: Adjust spacings * Policies: Remove DisableInstantNotifications setting * Wording updates * Move maintenance settings back
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BTCPayServer.Models.ServerViewModels
|
||||
namespace BTCPayServer.Models.ServerViewModels;
|
||||
|
||||
public class MaintenanceViewModel
|
||||
{
|
||||
public class MaintenanceViewModel
|
||||
{
|
||||
[Display(Name = "Change domain")]
|
||||
public string DNSDomain { get; set; }
|
||||
public bool CanUseSSH { get; internal set; }
|
||||
}
|
||||
[Display(Name = "Domain name")]
|
||||
public string DNSDomain { get; set; }
|
||||
public bool CanUseSSH { get; internal set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user