* Finish singlebugstatistic block.

This commit is contained in:
wangyuting
2023-08-22 15:38:08 +08:00
parent 7e27716ea2
commit ad9819d6fe
2 changed files with 78 additions and 40 deletions
@@ -66,7 +66,7 @@ panel
span
(
setClass('text-sm text-gray'),
$lang->block->qastatistic->totalBug
$lang->block->bugstatistic->effective
),
),
col
@@ -79,7 +79,7 @@ panel
span
(
setClass('text-sm text-gray'),
$lang->block->productstatistic->closed
$lang->block->bugstatistic->fixed
),
),
col
@@ -92,7 +92,7 @@ panel
span
(
setClass('text-sm text-gray'),
$lang->bug->unResolved
$lang->block->bugstatistic->activated
),
),
),