22017, 21767

This commit is contained in:
lvuch 2019-08-14 12:27:25 -07:00
parent ec8ef0c690
commit fef4ab8a6d
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ export default Component.extend(ManageLabels, {
name: 'name',
sort: ['name'],
translationKey: 'generic.name',
width: 400
width: 350
},
{
name: 'displayImage',
@ -32,7 +32,7 @@ export default Component.extend(ManageLabels, {
name: 'node',
sort: ['displayName'],
translationKey: 'generic.node',
width: 180
},
],
});

View File

@ -89,6 +89,7 @@
height: 50px;
width: 50px;
border-right: none;
background-size: 50px 50px;
}
}