mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Only display storage providers that can actually be set in dropdown
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using BTCPayServer.Storage.Models;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
|
||||
namespace BTCPayServer.Storage.ViewModels
|
||||
{
|
||||
public class ChooseStorageViewModel
|
||||
{
|
||||
public IEnumerable<SelectListItem> ProvidersList { get; set; }
|
||||
public StorageProvider Provider { get; set; }
|
||||
public bool ShowChangeWarning { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user