[Library|Trunk]
Landing pages -> Other versions: hide them only for production git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56755 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
322492af79
commit
837c722c1e
|
@ -192,7 +192,7 @@
|
|||
</li>
|
||||
|
||||
<li (click)="activeTab='Other Versions'"
|
||||
*ngIf="properties.environment == 'development' && datasetInfo.deletedByInferenceIds">
|
||||
*ngIf="properties.environment != 'production' && datasetInfo.deletedByInferenceIds">
|
||||
<a class="uk-accordion-title" href="#">
|
||||
Other Versions
|
||||
({{datasetInfo.deletedByInferenceIds.length | number}})
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
</div>
|
||||
</li>
|
||||
<li (click)="activeTab='Other Versions'"
|
||||
*ngIf="properties.environment == 'development' && orpInfo.deletedByInferenceIds">
|
||||
*ngIf="properties.environment != 'production' && orpInfo.deletedByInferenceIds">
|
||||
<a class="uk-accordion-title" href="#">
|
||||
Other Versions
|
||||
({{orpInfo.deletedByInferenceIds.length | number}})
|
||||
|
|
|
@ -421,7 +421,7 @@
|
|||
</li>
|
||||
|
||||
<li (click)="activeTab='Other Versions'"
|
||||
*ngIf="properties.environment == 'development' && publicationInfo.deletedByInferenceIds">
|
||||
*ngIf="properties.environment != 'production' && publicationInfo.deletedByInferenceIds">
|
||||
<a class="uk-accordion-title" href="#">
|
||||
Other Versions
|
||||
({{publicationInfo.deletedByInferenceIds.length | number}})
|
||||
|
|
|
@ -189,7 +189,7 @@
|
|||
</li>
|
||||
|
||||
<li (click)="activeTab='Other Versions'"
|
||||
*ngIf="properties.environment == 'development' && softwareInfo.deletedByInferenceIds">
|
||||
*ngIf="properties.environment != 'production' && softwareInfo.deletedByInferenceIds">
|
||||
<a class="uk-accordion-title" href="#">
|
||||
Other Versions
|
||||
({{softwareInfo.deletedByInferenceIds.length | number}})
|
||||
|
|
Loading…
Reference in New Issue