From 0fb492a70f65e76e8ee3fbd013b42199ec773c56 Mon Sep 17 00:00:00 2001 From: lepipele Date: Fri, 6 Apr 2018 00:14:07 -0500 Subject: [PATCH] Migrating to FontAwesome Glyphicons dropped from Bootstrap4: https://getbootstrap.com/docs/4.0/migration/#components New version of Glyphicons not readily available in CSS format Using FA since it's already in solution --- BTCPayServer/Views/Apps/ListApps.cshtml | 2 +- BTCPayServer/Views/Invoice/Checkout-Body.cshtml | 1 - BTCPayServer/Views/Invoice/ListInvoices.cshtml | 4 ++-- BTCPayServer/Views/Manage/Disable2fa.cshtml | 2 +- .../Views/Manage/GenerateRecoveryCodes.cshtml | 2 +- BTCPayServer/Views/Manage/Index.cshtml | 2 +- BTCPayServer/Views/Manage/ResetAuthenticator.cshtml | 2 +- BTCPayServer/Views/Stores/ListTokens.cshtml | 2 +- BTCPayServer/Views/Stores/StoreUsers.cshtml | 2 +- BTCPayServer/Views/Stores/Wallet.cshtml | 12 ++++++------ BTCPayServer/Views/UserStores/ListStores.cshtml | 2 +- BTCPayServer/bundleconfig.json | 1 + 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/BTCPayServer/Views/Apps/ListApps.cshtml b/BTCPayServer/Views/Apps/ListApps.cshtml index 6371c1118..2f6b27e24 100644 --- a/BTCPayServer/Views/Apps/ListApps.cshtml +++ b/BTCPayServer/Views/Apps/ListApps.cshtml @@ -21,7 +21,7 @@
- Create a new app + Create a new app diff --git a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml index 58bf383ee..299dacf80 100644 --- a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml @@ -156,7 +156,6 @@ diff --git a/BTCPayServer/Views/Invoice/ListInvoices.cshtml b/BTCPayServer/Views/Invoice/ListInvoices.cshtml index 2f889c0f7..656f87e11 100644 --- a/BTCPayServer/Views/Invoice/ListInvoices.cshtml +++ b/BTCPayServer/Views/Invoice/ListInvoices.cshtml @@ -31,7 +31,7 @@ @@ -39,7 +39,7 @@
diff --git a/BTCPayServer/Views/Manage/Disable2fa.cshtml b/BTCPayServer/Views/Manage/Disable2fa.cshtml index b06ef1f0e..5c6d4e240 100644 --- a/BTCPayServer/Views/Manage/Disable2fa.cshtml +++ b/BTCPayServer/Views/Manage/Disable2fa.cshtml @@ -7,7 +7,7 @@
diff --git a/BTCPayServer/Views/Stores/StoreUsers.cshtml b/BTCPayServer/Views/Stores/StoreUsers.cshtml index 40472d62e..22ca1bfa3 100644 --- a/BTCPayServer/Views/Stores/StoreUsers.cshtml +++ b/BTCPayServer/Views/Stores/StoreUsers.cshtml @@ -29,7 +29,7 @@ - +
diff --git a/BTCPayServer/Views/Stores/Wallet.cshtml b/BTCPayServer/Views/Stores/Wallet.cshtml index d35e1c5ac..fbdf41455 100644 --- a/BTCPayServer/Views/Stores/Wallet.cshtml +++ b/BTCPayServer/Views/Stores/Wallet.cshtml @@ -20,13 +20,13 @@
  • Make sure you are running the Ledger Bitcoin or Litecoin app with version superior or equal to 1.2.4
  • Use a browser supporting the U2F protocol
  • -

    Detecting hardware wallet...

    - - +

    Detecting hardware wallet...

    + + - - - + + +
    diff --git a/BTCPayServer/Views/UserStores/ListStores.cshtml b/BTCPayServer/Views/UserStores/ListStores.cshtml index 0b569c72b..fbaafe922 100644 --- a/BTCPayServer/Views/UserStores/ListStores.cshtml +++ b/BTCPayServer/Views/UserStores/ListStores.cshtml @@ -21,7 +21,7 @@
    diff --git a/BTCPayServer/bundleconfig.json b/BTCPayServer/bundleconfig.json index 58e94501b..ed1df25a9 100644 --- a/BTCPayServer/bundleconfig.json +++ b/BTCPayServer/bundleconfig.json @@ -4,6 +4,7 @@ "inputFiles": [ "wwwroot/vendor/bootstrap4/css/bootstrap.css", "wwwroot/vendor/magnific-popup/magnific-popup.css", + "wwwroot/vendor/font-awesome/css/font-awesome.css", "wwwroot/main/**/*.css", "wwwroot/vendor/animatecss/animate.css" ]