diff --git a/MP.MON.Client/Components/DetailViewMSE.razor b/MP.MON.Client/Components/DetailViewMSE.razor index aa77817a..fa2bdd6f 100644 --- a/MP.MON.Client/Components/DetailViewMSE.razor +++ b/MP.MON.Client/Components/DetailViewMSE.razor @@ -138,7 +138,7 @@ else } else { - @(OperatingSystem.IsBrowser() ? "WASM Online" : "Server Online") + @(OperatingSystem.IsBrowser() ? "Wasm" : "Online") }
diff --git a/MP.MON/Components/Pages/Index.razor b/MP.MON/Components/Pages/Index.razor index 240f81eb..2d2ee3a6 100644 --- a/MP.MON/Components/Pages/Index.razor +++ b/MP.MON/Components/Pages/Index.razor @@ -40,15 +40,15 @@ else if (currMse != null) {
- @* *@ - @if (newDisplay) + + @* @if (newDisplay) { } else { - } + } *@
} else