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:
Cody Jackson 2020-03-27 10:49:31 -07:00
parent b311197552
commit a9a516129f
1 changed files with 1 additions and 1 deletions

View File

@ -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',