From 4e8033f5d4e31d089ff0b643f18c94a4d8f54ac3 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 25 Jun 2021 21:57:17 +0200 Subject: [PATCH] Show CO and DCP versions on admin dashboard --- app/views/admin/dashboard/show.html.slim | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/admin/dashboard/show.html.slim b/app/views/admin/dashboard/show.html.slim index b4d836f5..f6766d80 100644 --- a/app/views/admin/dashboard/show.html.slim +++ b/app/views/admin/dashboard/show.html.slim @@ -10,9 +10,14 @@ h1 = t('breadcrumbs.dashboard.show') h2 Version div.mb-4 - = "Release:" + = "CodeOcean Release:" pre = Sentry.configuration.release +- if DockerContainerPool.config[:active] + div.mb-4 + = "DockerContainerPool Release:" + pre = DockerContainerPool.dump_info['release'] + h2 Docker - if DockerContainerPool.config[:active]