mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-26 18:34:31 +01:00
8 lines
210 B
Plaintext
8 lines
210 B
Plaintext
@using BTCPayServer.Views
|
|
@using BTCPayServer.Views.Server
|
|
@{
|
|
Layout = "../Shared/_NavLayout.cshtml";
|
|
ViewBag.MainTitle = "Server settings";
|
|
ViewData.SetActiveCategory(typeof(ServerNavPages));
|
|
}
|