@model BTCPayServer.Storage.ViewModels.ChooseStorageViewModel @{ ViewData.SetLayoutModel(new LayoutModel(nameof(ServerNavPages.Files), StringLocalizer["Storage Provider"]) .SetCategory(WellKnownCategories.Server)); }
@if (Model.ShowChangeWarning) {
If you change your configured storage provider, your current files will become inaccessible.
} @if (!ViewContext.ModelState.IsValid) {
}
@section PageFootContent { }