@using BTCPayServer.Storage.Models
@model BTCPayServer.Storage.ViewModels.ChooseStorageViewModel
@{
ViewData.SetActivePageAndTitle(ServerNavPages.Services);
}
@if (Model.ShowChangeWarning)
{
If you change your configured storage provider, your current files will become inaccessible.
}
@section Scripts {
@await Html.PartialAsync("_ValidationScriptsPartial")
}