From 5f742c216352b176ffe5c92e86ad7976c3e01a17 Mon Sep 17 00:00:00 2001 From: Ben Yanke Date: Wed, 31 Jan 2018 12:09:10 -0600 Subject: [PATCH] feat(container-details): fix 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 }}