Show CO and DCP versions on admin dashboard
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user