mirror of
https://github.com/techgaun/active-forks.git
synced 2024-12-22 05:22:14 +01:00
Add 'Open Issues' column to dt (#10)
* Issue #6: Add number of open issues to the columns after 'forks' * Issue #6: add trailing comma to last item in columnNames
This commit is contained in:
parent
c179c1aa60
commit
05849f70ee
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ function initDT() {
|
|||
['Branch', 'default_branch'],
|
||||
['Stars', 'stargazers_count'],
|
||||
['Forks', 'forks'],
|
||||
['Open Issues', 'open_issues_count'],
|
||||
['Size', 'size'],
|
||||
['Last Push', 'pushed_at'],
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue