diff --git a/Test.UI/Components/Pages/BaseEdit.razor.cs b/Test.UI/Components/Pages/BaseEdit.razor.cs index 88ffbd4..1a9e75e 100644 --- a/Test.UI/Components/Pages/BaseEdit.razor.cs +++ b/Test.UI/Components/Pages/BaseEdit.razor.cs @@ -154,8 +154,8 @@ namespace Test.UI.Components.Pages Glass = AvailGlassList, Hardware = AvailHardwareList, Material = AvailMaterialList, - Profile = AvailProfileList, - Threshold = AvailThreshold + //Profile = AvailProfileList, + //Threshold = AvailThreshold }; CurrData = new LivePayload() { diff --git a/Test.UI/Components/Pages/EditJWD.razor.cs b/Test.UI/Components/Pages/EditJWD.razor.cs index 64f46f3..852f82c 100644 --- a/Test.UI/Components/Pages/EditJWD.razor.cs +++ b/Test.UI/Components/Pages/EditJWD.razor.cs @@ -230,8 +230,8 @@ namespace Test.UI.Components.Pages Hardware = AvailHardwareList, Material = AvailMaterialList, ProfileList = AvailProfileList, - Profile = AvailProfileListOld, - Threshold = AvailThresholdOld + //Profile = AvailProfileListOld, + //Threshold = AvailThresholdOld }; CurrData = new LivePayload() { diff --git a/Test.UI/Components/Pages/Home.razor.cs b/Test.UI/Components/Pages/Home.razor.cs index 0f975e5..f71df72 100644 --- a/Test.UI/Components/Pages/Home.razor.cs +++ b/Test.UI/Components/Pages/Home.razor.cs @@ -356,8 +356,8 @@ namespace Test.UI.Components.Pages Glass = AvailGlassList, Hardware = AvailHardwareList, Material = AvailMaterialList, - Profile = AvailProfileList, - Threshold = AvailThreshold + //Profile = AvailProfileList, + //Threshold = AvailThreshold }; } diff --git a/Test.UI/appsettings.Development.json b/Test.UI/appsettings.Development.json index 0c208ae..770d3e9 100644 --- a/Test.UI/appsettings.Development.json +++ b/Test.UI/appsettings.Development.json @@ -1,4 +1,5 @@ { + "DetailedErrors": true, "Logging": { "LogLevel": { "Default": "Information", diff --git a/Test.UI/appsettings.json b/Test.UI/appsettings.json index 6e65fdb..92e2391 100644 --- a/Test.UI/appsettings.json +++ b/Test.UI/appsettings.json @@ -1,4 +1,5 @@ { + "DetailedErrors": true, "Logging": { "LogLevel": { "Default": "Information", diff --git a/WebWindowComplex/Compo/General.razor b/WebWindowComplex/Compo/General.razor index 7f9b856..96f0e55 100644 --- a/WebWindowComplex/Compo/General.razor +++ b/WebWindowComplex/Compo/General.razor @@ -40,9 +40,12 @@ { } @@ -87,7 +90,7 @@