From 9b310ca65e4fd75168761ab59f6a6e3beb0fb9db Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 27 Sep 2023 10:22:16 +0800 Subject: [PATCH] feat: add configration route for auth provider item (#4635) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area console /kind improvement /milestone 2.10.x #### What this PR does / why we need it: 为认证方式添加更直观的配置页面入口 image #### Which issue(s) this PR fixes: Fixes #4634 #### Does this PR introduce a user-facing change? ```release-note 为 Console 端认证方式管理添加更直观的配置页面入口 ``` --- .../components/AuthProviderListItem.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/console/src/modules/system/auth-providers/components/AuthProviderListItem.vue b/console/src/modules/system/auth-providers/components/AuthProviderListItem.vue index 371d5172fb..9b0cbf2217 100644 --- a/console/src/modules/system/auth-providers/components/AuthProviderListItem.vue +++ b/console/src/modules/system/auth-providers/components/AuthProviderListItem.vue @@ -3,6 +3,7 @@ import { apiClient } from "@/utils/api-client"; import type { ListedAuthProvider } from "@halo-dev/api-client"; import { Dialog, + IconSettings, Toast, VAvatar, VEntity, @@ -93,6 +94,19 @@ const handleChangeStatus = async () => { + + +