mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 11:14:24 +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 {
|
||||
columnDefs.push({
|
||||
targets: 3,
|
||||
targets: 2,
|
||||
className: 'item-name'
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue