Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
1390e59660 | |||
6ca57aecd2 | |||
109bdb15a1 |
@@ -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>';
|
||||
|
Reference in New Issue
Block a user