Use strategy release in admin dashboard

This commit is contained in:
Sebastian Serth
2021-10-24 13:00:35 +02:00
parent ada438b230
commit af93603ba3
3 changed files with 9 additions and 8 deletions

View File

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