mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-07 20:40:26 +08:00
Add archived label to correct column
This commit is contained in:
parent
135ac487d0
commit
c240474f76
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ var MyModuleRepositories = (function() {
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
columnDefs.push({
|
columnDefs.push({
|
||||||
targets: 3,
|
targets: 2,
|
||||||
className: 'item-name'
|
className: 'item-name'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue