Skip to content

Commit 8e4c735

Browse files
committed
fix: return interactive attr
1 parent 73ce837 commit 8e4c735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/wc/src/app/components/generic-ui/list-view/list-view.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</ui5-illustrated-message>
5656

5757
@for (item of resources(); track item.metadata.name) {
58-
<ui5-table-row [class.disabled]="!item.ready" (click)="navigateToResource(item)">
58+
<ui5-table-row [interactive]="item.ready" [class.disabled]="!item.ready" (click)="navigateToResource(item)">
5959
<ui5-table-cell>
6060
@if (!item.ready) {
6161
<ui5-icon class="not-ready-indicator" (click)="$event.stopPropagation()" [showTooltip]="true" accessibleName="Resource is not ready" name="alert" design="Critical"></ui5-icon>

0 commit comments

Comments
 (0)