Project

General

Profile

« Previous | Next » 

Revision 45402

uk-margin-top added in landing and deposit pages | icon-chart added in statistics and metrics tab (landing pages) | deposit: if no organization selected show warning message

View differences:

dataProvider.service.ts
72 72
            if(this.dataProviderInfo.tabsInTypes.datasetsTab.has(data[1].classid)) {
73 73
                this.dataProviderInfo.tabs.push({"name": "Datasets", "content": "datasetsTab"});
74 74
            }
75
            if(this.dataProviderInfo.tabsInTypes.statisticsTab.has(data[1].classid)) {
76
                this.dataProviderInfo.tabs.push({"name": "Statistics", "content": "statisticsTab"});
77
            }
75

  
78 76
            if(this.dataProviderInfo.tabsInTypes.projectsTab.has(data[1].classid)) {
79 77
                this.dataProviderInfo.tabs.push({"name": "Projects", "content": "projectsTab"});
80 78
            }
......
87 85
                this.dataProviderInfo.tabs.push({"name": "Related Data Providers", "content": "relatedDatasourcesTab"});
88 86
            }
89 87

  
88
            if(this.dataProviderInfo.tabsInTypes.statisticsTab.has(data[1].classid)) {
89
                this.dataProviderInfo.tabs.push({"name": "Statistics", "content": "statisticsTab"});
90
            }
91
            
90 92
            this.dataProviderInfo.tabs.push({"name": "Metrics", "content": "metricsTab"});
91 93

  
92 94
            if(this.dataProviderInfo.resultTypes.collectedFrom.has(data[1].classid)) {

Also available in: Unified diff