From afee4825962a95b8c3f895533156cf98fe6cf789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E6=96=8C?= Date: Thu, 5 Sep 2024 14:17:32 +0800 Subject: [PATCH] config history diff, collapse identical rows (#12608) Co-authored-by: xushengbin --- console-ui/src/components/DiffEditorDialog/DiffEditorDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console-ui/src/components/DiffEditorDialog/DiffEditorDialog.js b/console-ui/src/components/DiffEditorDialog/DiffEditorDialog.js index 24fd3f207e2..b4f754daecb 100644 --- a/console-ui/src/components/DiffEditorDialog/DiffEditorDialog.js +++ b/console-ui/src/components/DiffEditorDialog/DiffEditorDialog.js @@ -73,7 +73,7 @@ class DiffEditorDialog extends React.Component { theme: 'xq-light', highlightDifferences: true, connect: 'align', - collapseIdentical: false, + collapseIdentical: true, revertButtons: typeof this.props.publishConfig === 'function', }); }