diff --git a/BTCPayServer/Views/UIServer/ListPlugins.cshtml b/BTCPayServer/Views/UIServer/ListPlugins.cshtml index 4948b2321..1728f4190 100644 --- a/BTCPayServer/Views/UIServer/ListPlugins.cshtml +++ b/BTCPayServer/Views/UIServer/ListPlugins.cshtml @@ -111,14 +111,14 @@ @if (Model.Disabled.Any()) { -
+
Some plugins were disabled due to fatal errors. They may be incompatible with this version of BTCPay Server.
} @if (Model.Commands.Any()) { -
+
You need to restart BTCPay Server in order to update your active plugins. @if (Model.CanShowRestart) { @@ -149,11 +149,11 @@ @plugin.Version @if (plugin.SystemPlugin) { -
System plugin
+
System plugin
} else if (updateAvailable) { -
+
@x.Version available
} @@ -161,8 +161,8 @@ @if (updateAvailable) { - Show current version - Show update information + Show current version + Show update information }
@@ -333,8 +333,9 @@ }
-
@@ -357,39 +358,41 @@ @if (Model.Commands.Any()) { -
- -
-
-
-
-

Pending actions

-
    - @foreach (var extComm in Model.Commands.GroupBy(tuple => tuple.plugin)) - { -
  • -
    - @extComm.Key -
    - -
    -
    -
  • - } -
-
+
+

Pending Action

+ +
+
+
+
+

Pending actions

+
    + @foreach (var extComm in Model.Commands.GroupBy(tuple => tuple.plugin)) + { +
  • +
    + @extComm.Key +
    + +
    +
    +
  • + } +
+
} @if (Model.Disabled.Any()) {
-
@@ -400,7 +403,7 @@ @foreach (var d in Model.Disabled) {
  • -
    +
    @d