3 Commits
v1.1 ... v1.2

Author SHA1 Message Date
1390e59660 Merge pull request #59 from dcppc/hotfix/column-width
hot fix - specify column width
2018-08-17 00:07:13 -07:00
6ca57aecd2 hot fix - specify column width 2018-08-17 00:05:59 -07:00
109bdb15a1 Merge pull request #57 from dcppc/open-to-dcppc
Open centillion to DCPPC
2018-08-16 23:34:42 -07:00

View File

@@ -154,7 +154,7 @@ function load_issue_table(){
var r = new Array(), j = -1, size=result.length;
r[++j] = '<thead>'
r[++j] = '<tr class="header-row">';
r[++j] = '<th>Issue Name</th>';
r[++j] = '<th width="50%">Issue Name</th>';
r[++j] = '<th width="15%">Repository</th>';
r[++j] = '<th width="15%">Created</th>';
r[++j] = '<th width="15%">Modified</th>';