We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a2f36 commit 7a90111Copy full SHA for 7a90111
frontend/src/app/dialogs/update-bridge-dialog/update-bridge-dialog.component.html
@@ -123,7 +123,9 @@ <h4>
123
<button mat-button mat-raised-button
124
class="toggle-fold" (click)="expandedResourceInfo = !expandedResourceInfo">
125
<mat-icon *ngIf="resources && resources.length > 0" class="fold-open">expand_more</mat-icon>
126
- <mat-icon class="fold-close">unfold_less</mat-icon>
+ <mat-icon *ngIf="resources && resources.length > 0" class="fold-close">unfold_less</mat-icon>
127
+
128
+ <mat-icon *ngIf="!(resources && resources.length > 0)" matTooltip="No resources found">panorama_fish_eye</mat-icon>
129
</button>
130
131
<span class="title">Resources</span>
0 commit comments