From e6422a6d75987c915619e36c1b03a55c2bf606d7 Mon Sep 17 00:00:00 2001 From: Ben Yanke Date: Wed, 31 Jan 2018 13:28:36 -0600 Subject: [PATCH] style(container-details): fix a typo in container status --- app/components/container/container.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/container/container.html b/app/components/container/container.html index 08843a9f7..15b94b8b7 100644 --- a/app/components/container/container.html +++ b/app/components/container/container.html @@ -66,7 +66,7 @@ - {{ container.State|getstatetext }} since {{ activityTime }} with exit code {{ container.State.ExitCode }} + {{ container.State|getstatetext }} for {{ activityTime }} with exit code {{ container.State.ExitCode }}