Disable DCP if other strategy class is chosen

This commit is contained in:
Sebastian Serth
2021-09-19 12:26:29 +02:00
parent 4ad898ad8b
commit fd9e243064
3 changed files with 11 additions and 6 deletions

View File

@ -13,14 +13,14 @@ div.mb-4
= "CodeOcean Release:"
pre = Sentry.configuration.release
- if DockerContainerPool.config[:active]
- if DockerContainerPool.active?
div.mb-4
= "DockerContainerPool Release:"
pre = DockerContainerPool.dump_info['release']
h2 Docker
- if DockerContainerPool.config[:active]
- if DockerContainerPool.active?
h3 = t('.current')
.table-responsive
table.table