[Library | Trunk]: Remove explore from navigation bar
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59591 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
f7beca6a6e
commit
4a13a473ab
|
@ -80,7 +80,7 @@ export class NavigationBarComponent implements OnInit, OnDestroy{
|
||||||
}
|
}
|
||||||
|
|
||||||
initialize() {
|
initialize() {
|
||||||
if ((['explore', 'monitor', 'provide', 'develop', 'usage-counts', 'graph']).indexOf(this.portal) != -1) {
|
if ((['monitor', 'provide', 'develop', 'usage-counts', 'graph']).indexOf(this.portal) != -1) {
|
||||||
this.header = {
|
this.header = {
|
||||||
route: '/',
|
route: '/',
|
||||||
url: null,
|
url: null,
|
||||||
|
|
Loading…
Reference in New Issue