Skip to content

Commit d6e55d2

Browse files
added color labels on devfile registries name (#2527)
* added color labels on devfile registries name * added note icon and removed color label Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent 02a75e6 commit d6e55d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/registriesView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export class ComponentTypesView implements TreeDataProvider<ComponentType> {
7575
contextValue: ContextType.DEVFILE_REGISTRY,
7676
tooltip: `Devfile Registry\nName: ${element.Name}\nURL: ${element.URL}`,
7777
collapsibleState: TreeItemCollapsibleState.None,
78+
iconPath: new vscode.ThemeIcon('note')
7879
};
7980
}
8081

0 commit comments

Comments
 (0)