Add archived label to correct column

This commit is contained in:
aignatov-bio 2020-07-09 13:39:26 +02:00
parent 135ac487d0
commit c240474f76

View file

@ -76,7 +76,7 @@ var MyModuleRepositories = (function() {
});
} else {
columnDefs.push({
targets: 3,
targets: 2,
className: 'item-name'
});
}