We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60f455 commit 09c5575Copy full SHA for 09c5575
1 file changed
ui/src/components/widgets/DetailsInput.vue
@@ -88,7 +88,7 @@ export default {
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.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