diff options
author | KrupaNagabhushan <krupa.nagabhushan@est.tech> | 2022-08-03 19:05:31 +0100 |
---|---|---|
committer | KrupaNagabhushan <krupa.nagabhushan@est.tech> | 2022-08-03 19:05:31 +0100 |
commit | 9f60c2a7edc1b04fc1a376e6695d5a0b55c077df (patch) | |
tree | b5028cace222e2ca584f42d9fc443a8385ac158b /catalog-ui/src/app/ng2/components/logic/outputs-table/outputs-table.component.html | |
parent | 7c7680d767bce8625c9c7ad69009fb73ae849809 (diff) |
Fix outputs of complex type display and delete
Issue-ID: SDC-4121
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I811ecf8240eb1e8ab9ce3c714f0e12600ee73f10
Diffstat (limited to 'catalog-ui/src/app/ng2/components/logic/outputs-table/outputs-table.component.html')
-rw-r--r-- | catalog-ui/src/app/ng2/components/logic/outputs-table/outputs-table.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/src/app/ng2/components/logic/outputs-table/outputs-table.component.html b/catalog-ui/src/app/ng2/components/logic/outputs-table/outputs-table.component.html index e0e7e2ea1a..84d0158b74 100644 --- a/catalog-ui/src/app/ng2/components/logic/outputs-table/outputs-table.component.html +++ b/catalog-ui/src/app/ng2/components/logic/outputs-table/outputs-table.component.html @@ -76,7 +76,7 @@ <div class="table-cell col-output-attribute-value output-value-col" [class.inner-table-container]="!output.isSimpleType"> <dynamic-element class="value-output" - *ngIf="checkInstanceFeAttributesMapIsFilled() && output.isSimpleType" + *ngIf="checkInstanceFeAttributesMapIsFilled()" pattern="null" [value]="output.value" [type]="'string'" |