We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efa46c commit b09f3e8Copy full SHA for b09f3e8
1 file changed
ui/src/components/widgets/DetailsInput.vue
@@ -87,8 +87,8 @@ export default {
87
data () {
88
return {
89
columns: [
90
- { title: this.$t('label.key'), dataIndex: 'key', key: 'key', width: '40%' },
91
- { title: this.$t('label.value'), dataIndex: 'value', key: 'value', width: '40%' },
+ { title: this.$t('label.key'), dataIndex: 'key', key: 'key', width: '40%', ellipsis: true },
+ { title: this.$t('label.value'), dataIndex: 'value', key: 'value', width: '40%', ellipsis: true },
92
{ title: this.$t('label.actions'), key: 'actions', width: '20%' }
93
],
94
newKey: '',
0 commit comments