Revision 60814
Added by Argiro Kokogiannaki over 3 years ago
dataProvider.component.html | ||
---|---|---|
403 | 403 |
<!-- [class]="(firstTab === 'statistics')?'uk-active':''"--> |
404 | 404 |
<my-tab *ngIf="(fetchPublications.searchUtils.totalResults > 0 || fetchDatasets.searchUtils.totalResults > 0 |
405 | 405 |
|| fetchSoftware.searchUtils.totalResults > 0 || fetchOrps.searchUtils.totalResults > 0)" |
406 |
[tabTitle]="'Statistics'" [statistics]="true" [tabId]="'statistics'"
|
|
406 |
[tabTitle]="'Statistics'" customClass="statistics" [tabId]="'statistics'"
|
|
407 | 407 |
> |
408 | 408 |
<ng-container *ngTemplateOutlet="statistics_tab;"></ng-container> |
409 | 409 |
</my-tab> |
... | ... | |
465 | 465 |
<!-- [class]="(firstTab === 'statistics')?'uk-active':''"--> |
466 | 466 |
<my-tab *ngIf="(fetchPublications.searchUtils.totalResults > 0 || fetchDatasets.searchUtils.totalResults > 0 |
467 | 467 |
|| fetchSoftware.searchUtils.totalResults > 0 || fetchOrps.searchUtils.totalResults > 0)" |
468 |
[tabTitle]="'Statistics'" [statistics]="true" [tabId]="'statistics'"
|
|
468 |
[tabTitle]="'Statistics'" customClass="statistics" [tabId]="'statistics'"
|
|
469 | 469 |
> |
470 | 470 |
<ng-container *ngTemplateOutlet="statistics_tab;"></ng-container> |
471 | 471 |
</my-tab> |
Also available in: Unified diff
[Library|Trunk]
Tabs:
- use CustomClass directive instead of statistics
- update it in landing pages
Enermaps Integration:
- Result LAnding at a new tab with enermaps tool
- Image on the left of the result preview component