diff --git a/views/containers.html b/views/containers.html index d8ac3ea..815a67a 100644 --- a/views/containers.html +++ b/views/containers.html @@ -1,4 +1,4 @@ -<% include include/header.html %> +<%- include('include/header.html') %>
Running : - <%= info.ContainersRunning %> -
-Paused : - <%= info.ContainersPaused %> -
-Stopped : - <%= info.ContainersStopped %> -
-- <%= info.Images %> +
Running : + <%= info.ContainersRunning %> +
+Paused : + <%= info.ContainersPaused %> +
+Stopped : + <%= info.ContainersStopped %>
+ <%= info.Images %> +
+