From 9a52de0f4e49436bf55404bf8fc3011f63d46d68 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 9 Jun 2025 23:44:33 +0800 Subject: [PATCH] refactor: update external URL using new configMap API (#7528) #### What type of PR is this? /kind improvement /area ui /milestone 2.21.x #### What this PR does / why we need it: Update external URL using new configMap API. #### Does this PR introduce a user-facing change? ```release-note None ``` --- .../overview/components/ExternalUrlForm.vue | 30 ++++++++----------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/ui/console-src/modules/system/overview/components/ExternalUrlForm.vue b/ui/console-src/modules/system/overview/components/ExternalUrlForm.vue index 0d9a3aa0b..b2d1e3f45 100644 --- a/ui/console-src/modules/system/overview/components/ExternalUrlForm.vue +++ b/ui/console-src/modules/system/overview/components/ExternalUrlForm.vue @@ -1,13 +1,15 @@