Show CO and DCP versions on admin dashboard

This commit is contained in:
Sebastian Serth
2021-06-25 21:57:17 +02:00
parent fb4973858f
commit 4e8033f5d4

View File

@ -10,9 +10,14 @@ h1 = t('breadcrumbs.dashboard.show')
h2 Version h2 Version
div.mb-4 div.mb-4
= "Release:" = "CodeOcean Release:"
pre = Sentry.configuration.release pre = Sentry.configuration.release
- if DockerContainerPool.config[:active]
div.mb-4
= "DockerContainerPool Release:"
pre = DockerContainerPool.dump_info['release']
h2 Docker h2 Docker
- if DockerContainerPool.config[:active] - if DockerContainerPool.config[:active]