From 4a847e97a60e2f2bc6b53abf18961434a5d9158d Mon Sep 17 00:00:00 2001 From: baybora Date: Tue, 17 Oct 2017 18:02:20 -0500 Subject: [PATCH] Show sub-family icons Issue: When listing the global repositories in read-only mode (for example: Global option in TeamRoom CommitStream settings UI), the sub-family icons are not shown. This is inconsistent with the screens where the list can be edited (for example, Custom option in TeamRoom CommitStream settings UI). Solution: Show sub-family icons in all screens (where the repository is a sub-family). --- src/app/client/partials/commitStreamAdmin.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/client/partials/commitStreamAdmin.html b/src/app/client/partials/commitStreamAdmin.html index 81a028b9..7376c471 100644 --- a/src/app/client/partials/commitStreamAdmin.html +++ b/src/app/client/partials/commitStreamAdmin.html @@ -548,7 +548,11 @@

Active Repositories

Repository Name -  {{inbox.name}} + + +   + {{inbox.name}} +