diff --git a/Watcher/Views/Container/Overview.cshtml b/Watcher/Views/Container/Overview.cshtml index ccae9a4..609b675 100644 --- a/Watcher/Views/Container/Overview.cshtml +++ b/Watcher/Views/Container/Overview.cshtml @@ -2,35 +2,38 @@ @{ ViewData["Title"] = "Containerübersicht"; } + + +
- @foreach (var server in Model.Servers) - { -
-

@server.Name

-
+
+ + + + + + + + + + -
- @if (Model.Containers.Count > 0) - { -
ServiceHostServerStatusSSL/TLSProxyDeployment
- @foreach (var container in Model.Containers) - { - test - if (container.HostServer.Equals(server.Name)) - { + + @for (int i = 0; i < 3; i++) + { + + + + + + + + + } +
testtestOnlinetruetrueDocker
+
- } - } - - } else - { -

keine Container gefunden

- } - -
- } - diff --git a/Watcher/Views/Home/_DashboardStats.cshtml b/Watcher/Views/Home/_DashboardStats.cshtml index 73d3836..1f6010b 100644 --- a/Watcher/Views/Home/_DashboardStats.cshtml +++ b/Watcher/Views/Home/_DashboardStats.cshtml @@ -6,6 +6,7 @@ + @@ -102,7 +103,7 @@

Services

-