[Library | trunk]
SearchDataProvidersComponent: update variable for index info git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60607 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
8f917a2e2e
commit
bc10ab48c8
|
@ -38,7 +38,7 @@ import {properties} from "../../../environments/environment";
|
|||
[entitiesSelection]="type=='all'" [showSwitchSearchLink]="showSwitchSearchLink"
|
||||
[filters]="filters"
|
||||
[simpleView]="simpleView" formPlaceholderText="Search by name, description, subject..."
|
||||
[showResultCount]="(type=='all' || type == 'deposit')" [showLastIndex]="type!='deposit'"
|
||||
[showResultCount]="(type=='all' || type == 'deposit')" [showIndexInfo]="type!='deposit'"
|
||||
[tableViewLink]="tableViewLink"
|
||||
[sort]="false" [showBreadcrumb]="showBreadcrumb" [basicMetaDescription]="metaDescription">
|
||||
|
||||
|
|
Loading…
Reference in New Issue