mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
10 lines
223 B
C#
10 lines
223 B
C#
namespace BTCPayServer.Views.Server
|
|
{
|
|
public enum ServerNavPages
|
|
{
|
|
Users, Emails, Policies, Branding, Services, Maintenance, Logs, Files, Plugins,
|
|
Roles,
|
|
Stores,
|
|
Translations
|
|
}
|
|
}
|