From 49a98e209172c4b8961476273e208cdfa0fd4e90 Mon Sep 17 00:00:00 2001 From: xushengbin Date: Wed, 4 Sep 2024 23:15:59 +0800 Subject: [PATCH] config history diff, collapse identical rows --- 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', }); }