mirror of https://github.com/rancher/dashboard.git
Increasing the size of the name column of the constraint violations table
We want to prevent wrapping on commonly sized names. rancher/dashboard#386
This commit is contained in:
parent
b311197552
commit
a9a516129f
|
|
@ -29,7 +29,7 @@ export default {
|
||||||
label: 'Name',
|
label: 'Name',
|
||||||
value: 'nameDisplay',
|
value: 'nameDisplay',
|
||||||
sort: `nameDisplay`,
|
sort: `nameDisplay`,
|
||||||
width: 200
|
width: 270
|
||||||
},
|
},
|
||||||
this.includeConstraint ? {
|
this.includeConstraint ? {
|
||||||
name: 'Constraint',
|
name: 'Constraint',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue