#142: added count of tasks which executed

This commit is contained in:
Vokhmin Alexey V 2013-05-28 00:26:40 +04:00
parent 1fdf0f50d4
commit e45c9cf03b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
.table .table
.lefter= t("layout.build_lists.build_server_status.tasks") .lefter= t("layout.build_lists.build_server_status.tasks")
.both .both
- [['user_tasks', :default_tasks], ['mass_build_tasks', :low_tasks]].each do |label, metric| - [['user_tasks', :default_tasks], ['mass_build_tasks', :low_tasks], ['build_tasks', :build_tasks]].each do |label, metric|
.table .table
.lefter= t("layout.build_lists.build_server_status.#{label}") .lefter= t("layout.build_lists.build_server_status.#{label}")
.righter= @build_server_status[:rpm][metric] .righter= @build_server_status[:rpm][metric]