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
|
||||
|
@ -19,7 +19,7 @@ de:
|
||||
network_enabled: Netzwerkzugriff
|
||||
name: Name
|
||||
permitted_execution_time: Erlaubte Ausführungszeit (in Sekunden)
|
||||
pool_size: Docker-Container-Pool-Größe
|
||||
pool_size: Prewarming-Pool-Größe
|
||||
run_command: Ausführungsbefehl
|
||||
test_command: Testbefehl
|
||||
testing_framework: Testing-Framework
|
||||
@ -240,7 +240,7 @@ de:
|
||||
show:
|
||||
current: Aktuelle Verfügbarkeit
|
||||
history: Verfügbarkeitsverlauf
|
||||
inactive: Der Container-Pool ist nicht aktiv.
|
||||
inactive: Es ist kein Runner Management aktiv.
|
||||
quantity: Verfügbare Container
|
||||
application:
|
||||
not_authorized: Sie Sind nicht berechtigt, diese Aktion auszuführen.
|
||||
|
@ -19,7 +19,7 @@ en:
|
||||
name: Name
|
||||
network_enabled: Network Enabled
|
||||
permitted_execution_time: Permitted Execution Time (in Seconds)
|
||||
pool_size: Docker Container Pool Size
|
||||
pool_size: Prewarming Pool Size
|
||||
run_command: Run Command
|
||||
test_command: Test Command
|
||||
testing_framework: Testing Framework
|
||||
@ -240,7 +240,7 @@ en:
|
||||
show:
|
||||
current: Current Availability
|
||||
history: Availability History
|
||||
inactive: Container pooling is not enabled.
|
||||
inactive: No runner management is currently enabled.
|
||||
quantity: Available Containers
|
||||
application:
|
||||
not_authorized: You are not authorized to perform this action.
|
||||
|
Reference in New Issue
Block a user