2021-03-19 12:05:46 +01:00
|
|
|
@using BTCPayServer.Views
|
|
|
|
@using BTCPayServer.Views.Apps
|
|
|
|
@{
|
2018-04-03 11:50:41 +09:00
|
|
|
ViewBag.MainTitle = "Manage app";
|
2021-03-19 12:05:46 +01:00
|
|
|
ViewData.SetActiveCategory(typeof(AppsNavPages));
|
2018-04-03 11:50:41 +09:00
|
|
|
}
|