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 f8b4716Copy full SHA for f8b4716
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