Display model in UI tiles 43/124443/2
authoraribeiro <anderson.ribeiro@est.tech>
Tue, 21 Sep 2021 14:05:52 +0000 (15:05 +0100)
committerMichael Morris <michael.morris@est.tech>
Tue, 5 Oct 2021 08:20:57 +0000 (08:20 +0000)
Issue-ID: SDC-3736
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I4929a36d5f261eaad5e5948569f594d0a283af64

catalog-ui/src/app/ng2/components/ui/tile/tile.component.html

index 239053e..f72823b 100644 (file)
@@ -38,6 +38,9 @@
             <div class="sdc-tile-info-line subtitle" [attr.data-tests-id]="component.name+'Version'">V
                 {{component.version}}
             </div>
+            <div class="sdc-tile-info-line subtitle" [attr.data-tests-id]="component.model">
+                {{component.model}}
+            </div>
         </div>
     </div>