dashboard: show app count in list view

This commit is contained in:
Johannes Zellner
2024-04-12 14:12:03 +02:00
parent 36ab5800a3
commit 5b2eb51511
3 changed files with 16 additions and 3 deletions

View File

@@ -253,6 +253,10 @@
</tr>
</tbody>
</table>
<br/>
<div>
{{ 'apps.apps.count' | tr:{ count: (installedApps | selectedGroupAccessFilter:selectedGroup | selectedStateFilter:selectedState | selectedTagFilter:selectedTags | selectedDomainFilter:selectedDomain | appSearchFilter:appSearch).length } }}
</div>
</div>
</div>
</div>