Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit fba8a24

Browse files
committed
categorized farm view should show the amount of projects per category (Feature #296)
1 parent 92b8318 commit fba8a24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/WebDashboard/templates/CategorizedFarmReport.vm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
style="color: white; text-decoration: underline; cursor: pointer; #if( !$category.Display) display: none; #end"
6868
onclick="$('#showGrid$categoryId').show(); $('#hideGrid$categoryId').hide(); $('#statusGrid$categoryId').hide()">$translations.Translate("hide")</a>
6969
</span>
70+
<span>&nbsp;&nbsp;&nbsp;<i>($category.Rows.Count projects)</i></span>
7071
</div>
7172

7273
<table id="statusGrid$categoryId" class="SortableGrid statusTable"

0 commit comments

Comments
 (0)