From 224d78079d6bc680837eccefa4893be2bc35e68a Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 9 Jun 2025 23:00:33 +0800 Subject: [PATCH] refactor: migrate system settings to new configmap API (#7524) #### What type of PR is this? /area ui /kind improvement /milestone 2.21.x #### What this PR does / why we need it: Migrate system settings to new configmap API #### Which issue(s) this PR fixes: Fixes #7515 #### Special notes for your reviewer: Need to test whether the system setting is working properly #### Does this PR introduce a user-facing change? ```release-note None ``` --- .../modules/system/settings/tabs/Setting.vue | 124 +++++++++--------- 1 file changed, 65 insertions(+), 59 deletions(-) diff --git a/ui/console-src/modules/system/settings/tabs/Setting.vue b/ui/console-src/modules/system/settings/tabs/Setting.vue index f6868d3a6..1466ae730 100644 --- a/ui/console-src/modules/system/settings/tabs/Setting.vue +++ b/ui/console-src/modules/system/settings/tabs/Setting.vue @@ -1,102 +1,108 @@