diff --git a/Manarah.App/Views/Home/Index.cshtml b/Manarah.App/Views/Home/Index.cshtml index e8eaf5e..a7c53a6 100644 --- a/Manarah.App/Views/Home/Index.cshtml +++ b/Manarah.App/Views/Home/Index.cshtml @@ -29,7 +29,7 @@

Unreachable servers

-

@Model.Where(s => s.IsReachable).Count()

+

@Model.Where(s => !s.IsReachable).Count()