Update JS library 15.06-30-ga336756

Change-Id: I52a004f39c420c1c4226d8ce69358a98abbadd26
This commit is contained in:
quan 2015-10-28 16:01:36 +01:00
parent 27e11de748
commit 9e0056935f
5 changed files with 40 additions and 16 deletions

View File

@ -58,6 +58,12 @@
"name" : "Organziations",
"desc" : "Number of organizations (companies, etc.) with persons active in the ticketing system"
},
"its_organizations" : {
"divid" : "its_organizations",
"column" : "organizations",
"name" : "Organziations",
"desc" : "Number of organizations (companies, etc.) with persons active in the ticketing system"
},
"its_countries" : {
"divid" : "its_countries",
"column" : "countries",
@ -118,6 +124,12 @@
"name" : "Organizations",
"desc" : "Number of organizations (companies, etc.) with persons active in mailing list(s)"
},
"mls_organizations" : {
"divid" : "mls_organizations",
"column" : "organizations",
"name" : "Organizations",
"desc" : "Number of organizations (companies, etc.) with persons active in mailing list(s)"
},
"mls_countries" : {
"divid" : "mls_countries",
"column" : "countries",
@ -207,6 +219,12 @@
"name" : "Organizations",
"desc" : "Number of organizations (companies, etc.) with persons active in changing code"
},
"scm_organizations" : {
"divid" : "scm_organizations",
"column" : "organizations",
"name" : "Organizations",
"desc" : "Number of organizations (companies, etc.) with persons active in changing code"
},
"scm_countries" : {
"divid" : "scm_countries",
"column" : "countries",
@ -312,6 +330,12 @@
"name" : "Organizations",
"desc" : "Number of organizations (companies, etc.) with persons active in code review"
},
"scr_organizations" : {
"divid" : "scr_organizations",
"column" : "organizations",
"name" : "Organizations",
"desc" : "Number of organizations (companies, etc.) with persons active in code review"
},
"scr_countries" : {
"divid" : "scr_countries",
"column" : "countries",

View File

@ -113,7 +113,7 @@
<div class="SmartLinks" data-target="its-repos.html" data-label="trackers"></div>
</td>
<td><span class="GlobalData" data-data-source="its"
data-field="its_companies"></span></td>
data-field="its_organizations"></span></td>
<td>
<div class="SmartLinks" data-target="its-companies.html" data-label="companies"></div>
</td>

File diff suppressed because one or more lines are too long

View File

@ -118,7 +118,7 @@
<div class="SmartLinks" data-target="scm-repos.html" data-label="repositories"></div>
</td>
<td><span class="GlobalData" data-data-source="scm"
data-field="scm_companies"></span></td>
data-field="scm_organizations"></span></td>
<td>
<div class="SmartLinks" data-target="scm-companies.html" data-label="companies"></div>
</td>

View File

@ -97,7 +97,7 @@
<div class="SmartLinks" data-target="scr-repos.html" data-label="repositories"></div>
</td>
<td><span class="GlobalData" data-data-source="scr"
data-field="scr_companies"></span></td>
data-field="scr_organizations"></span></td>
<td>
<div class="SmartLinks" data-target="scr-companies.html" data-label="companies"></div>
</td>