2019-04-22 09:41:20 +02:00
|
|
|
@model BTCPayServer.Storage.Services.Providers.FileSystemStorage.Configuration.FileSystemStorageConfiguration
|
|
|
|
@{
|
2024-10-25 15:48:53 +02:00
|
|
|
ViewData.SetActivePage(ServerNavPages.Files, StringLocalizer["Local Filesystem Storage"]);
|
2019-04-22 09:41:20 +02:00
|
|
|
}
|
|
|
|
|
2024-06-19 15:23:10 +02:00
|
|
|
<div class="sticky-header">
|
|
|
|
<nav aria-label="breadcrumb">
|
|
|
|
<ol class="breadcrumb">
|
|
|
|
<li class="breadcrumb-item">
|
2024-10-17 15:51:40 +02:00
|
|
|
<a asp-action="Files" text-translate="true">Files</a>
|
2024-06-19 15:23:10 +02:00
|
|
|
</li>
|
|
|
|
<li class="breadcrumb-item">
|
2024-10-17 15:51:40 +02:00
|
|
|
<a asp-action="Storage" text-translate="true">Storage Provider</a>
|
2024-06-19 15:23:10 +02:00
|
|
|
</li>
|
2024-10-17 15:51:40 +02:00
|
|
|
<li class="breadcrumb-item active" aria-current="page" text-translate="true">Provider</li>
|
2024-06-19 15:23:10 +02:00
|
|
|
</ol>
|
2024-07-25 22:46:02 +09:00
|
|
|
<h2 text-translate="true">@ViewData["Title"]</h2>
|
2024-06-19 15:23:10 +02:00
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
<partial name="_StatusMessage" />
|
2021-04-08 15:32:42 +02:00
|
|
|
|
2024-10-17 15:51:40 +02:00
|
|
|
<p text-translate="true">Any uploaded files are being saved on the same machine that hosts BTCPay; please pay attention to your storage space.</p>
|
2019-04-22 09:41:20 +02:00
|
|
|
<div class="row">
|
2022-06-15 14:06:16 +02:00
|
|
|
<div class="col-xl-10 col-xxl-constrain">
|
2024-10-17 15:51:40 +02:00
|
|
|
<a asp-action="Storage" asp-route-forceChoice="true" text-translate="true">Change Storage provider</a>
|
2019-04-22 09:41:20 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2021-05-19 04:39:27 +02:00
|
|
|
@section PageFootContent {
|
2021-04-08 15:32:42 +02:00
|
|
|
<partial name="_ValidationScriptsPartial" />
|
2019-04-22 09:41:20 +02:00
|
|
|
}
|