mirror of https://github.com/rancher/ui.git
22017, 21767
This commit is contained in:
parent
ec8ef0c690
commit
fef4ab8a6d
|
|
@ -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
|
||||
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@
|
|||
height: 50px;
|
||||
width: 50px;
|
||||
border-right: none;
|
||||
background-size: 50px 50px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue