+
+ @{
+ if (Model.Count > 0)
+ {
+ await Html.PartialAsync("_List", Model);
+ }
+ else
+ {
+
@SharedLibraryCore.Utilities.CurrentLocalization.LocalizationIndex.Set["PLUGINS_STATS_TEXT_NOQUALIFY"]
+ }
+ }
+
+
+ @foreach (var server in ViewBag.Servers)
+ {
+
+ @{
+ if (Model.Count > 0)
+ {
+ await Html.PartialAsync("_List", Model);
+ }
+ else
+ {
+
@SharedLibraryCore.Utilities.CurrentLocalization.LocalizationIndex.Set["PLUGINS_STATS_TEXT_NOQUALIFY"]
+ }
+ }
+
+ }
-
+ @**@
}
diff --git a/WebfrontCore/Startup.cs b/WebfrontCore/Startup.cs
index 0e663c4cd..150b57c8b 100644
--- a/WebfrontCore/Startup.cs
+++ b/WebfrontCore/Startup.cs
@@ -47,6 +47,14 @@ namespace WebfrontCore
}
});
+#if DEBUG
+ mvcBuilder = mvcBuilder.AddRazorOptions(options => options.AllowRecompilingViewsOnFileChange = true);
+ services.Configure