mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-30 19:34:30 +01:00
* Server Settings: Customize instance name and add contact URL - The custom instance name would improve #5563 - Added contact URL closes #4806 * Fix custom logo display
9 lines
192 B
C#
9 lines
192 B
C#
namespace BTCPayServer.Views.Server
|
|
{
|
|
public enum ServerNavPages
|
|
{
|
|
Index, Users, Emails, Policies, Branding, Services, Maintenance, Logs, Files, Plugins,
|
|
Roles
|
|
}
|
|
}
|