Use strategy release in admin dashboard
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user