We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a162499 + a19f192 commit da939b3Copy full SHA for da939b3
src/app/shared/search-form/search-form.component.html
@@ -5,6 +5,7 @@
5
<button class="scope-button btn btn-outline-secondary text-truncate"
6
[ngbTooltip]="dsoNameService.getName(selectedScope | async)" type="button"
7
(click)="openScopeModal()" role="button" tabindex="0">
8
+ <i class="fa-solid fa-filter"></i>
9
{{dsoNameService.getName(selectedScope | async) || ('search.form.scope.all' | translate)}}
10
</button>
11
}
0 commit comments