diff --git a/src/userviews/assets/index.vue b/src/userviews/assets/index.vue index 07dcfc592..b3b7d334a 100644 --- a/src/userviews/assets/index.vue +++ b/src/userviews/assets/index.vue @@ -40,7 +40,7 @@ export default { formatter: DialogDetailFormatter, showOverflowTooltip: true, formatterArgs: { - getDialogTile: function({ col, row, cellValue }) { this.$t('assets.AssetDetail') }.bind(this), + getDialogTitle: function({ col, row, cellValue }) { this.$t('assets.AssetDetail') }.bind(this), getDetailItems: function({ col, row, cellValue }) { return [ { @@ -62,6 +62,10 @@ export default { { key: this.$t('assets.Domain'), value: row.domain + }, + { + key: this.$t('assets.Comment'), + value: row.comment } ] }.bind(this) diff --git a/src/views/xpack b/src/views/xpack index 70fdc6118..0d83cbd82 160000 --- a/src/views/xpack +++ b/src/views/xpack @@ -1 +1 @@ -Subproject commit 70fdc6118b28aa7eaedd8415673b6da064f48d9a +Subproject commit 0d83cbd8263efab4d08c80f012aef0a4b7974be8