Browse Source
Feature/add data source to asset profile search results of assistant (#5370)
* Add data source
* Update changelog
main
Thomas Kaul
8 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
0 deletions
-
CHANGELOG.md
-
libs/ui/src/lib/assistant/assistant-list-item/assistant-list-item.html
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Added |
|
|
|
|
|
|
|
- Included accounts in the search results of the assistant |
|
|
|
- Included the data source in the asset profile search results of the assistant |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
@ -12,6 +12,9 @@ |
|
|
|
@if (item?.assetSubClassString) { |
|
|
|
· {{ item.assetSubClassString }} |
|
|
|
} |
|
|
|
@if (item?.mode === 'assetProfile') { |
|
|
|
· {{ item.dataSource }} |
|
|
|
} |
|
|
|
</small> |
|
|
|
} |
|
|
|
</a> |
|
|
|