Allow fetching unitCount by type, and buildCount without type (#9374)

* Allow fetching unitCount by type, and buildCount without type

* show in processor ui
This commit is contained in:
BalaM314
2023-12-12 19:17:40 +05:30
committed by GitHub
parent 588732c856
commit 68b06fdea6
2 changed files with 10 additions and 3 deletions

View File

@@ -1748,7 +1748,7 @@ public class LStatements{
fields(table, index, i -> index = i);
}
if(type == FetchType.buildCount || type == FetchType.build){
if(type == FetchType.buildCount || type == FetchType.build || type == FetchType.unitCount){
row(table);
fields(table, "block", extra, i -> extra = i);