refactor: optimize auth provider sorting with drag-and-drop support (#5914)

#### What type of PR is this?
/kind feature
/area core
/area ui
/milestone 2.16.x

#### What this PR does / why we need it:
优化认证方式的排序并支持拖动

#### Which issue(s) this PR fixes:
Fixes #5813

#### Does this PR introduce a user-facing change?
```release-note
优化认证方式的排序并支持拖动
```
This commit is contained in:
guqing
2024-05-20 16:30:42 +08:00
committed by GitHub
parent 94d625fbb0
commit c22b4e9ef4
8 changed files with 103 additions and 10 deletions

View File

@@ -13221,6 +13221,10 @@
"logo": {
"type": "string"
},
"priority": {
"type": "integer",
"format": "int32"
},
"settingRef": {
"$ref": "#/components/schemas/SettingRef"
},