Project

General

Profile

« Previous | Next » 

Revision 47692

Show final part of api id together with the name of the datasource

View differences:

repoControllers.js
72 72
				columnDefs: [
73 73
				             {field: 'repoCountry' , displayName: 'Country',               width: '80px',  headerClass: 'text-center', cellTemplate: '<ng-repo-country-cell />' },
74 74
				             {field: 'repoName'    , displayName: 'Datasource Api',        cellTemplate: '<ng-reponame-cell />' },
75
				             {field: 'repoPrefix'  , displayName: 'Namespace Prefix',      width: '150px', headerClass: 'text-center', cellClass: 'text-center' },
75
							 {field: 'repoPrefix'  , displayName: 'Namespace Prefix',      width: '150px', headerClass: 'text-center', cellClass: 'text-center' },
76 76
				             {field: 'protocol'    , displayName: 'Protocol',        	   width: '160px', headerClass: 'text-center', cellClass: 'text-center' },
77 77
				             {field: 'aggrDate'    , displayName: 'Last Aggregation Date', width: '200px', headerClass: 'text-center', cellTemplate: '<ng-aggr-date-cell />' },
78 78
				             {field: 'aggrTotal'   , displayName: 'Total',                 width: '80px',  headerClass: 'text-center', cellTemplate: '<ng-aggr-total-cell />' }
......
111 111
		$scope.showApi = function (repoId, ifaceId) {
112 112
			$scope.go('/api/' + repoId + '/' + ifaceId + "/ALL/ALL"); 
113 113
		}
114

  
114 115
		
115 116
		window.onresize = function() {
116 117
			var elem = document.getElementById('apisTable');

Also available in: Unified diff