feat: show SSL certificate issuer and expiry date in certificate selectors#12071
feat: show SSL certificate issuer and expiry date in certificate selectors#12071ssongliu merged 1 commit into1Panel-dev:dev-v2from
Conversation
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
麻烦 cherrypick 一下再传 |
|
What this PR does / why we need it?
When selecting an SSL certificate from the dropdown, only the primary domain is shown, making it difficult to distinguish between multiple certificates. This PR adds the certificate issuer (organization) and expiry date as tags in the dropdown options, helping users quickly identify the correct certificate.
Summary of your change
organizationandexpireDatedisplay asel-tagin all 4 SSL certificate selector dropdowns, following the sametagClasspattern used in cronjob's backup database selector.SSLItemtype definition for strict TypeScript compatibility.frontend/src/views/website/website/components/https/index.vuefrontend/src/views/website/website/create/index.vuefrontend/src/views/ai/mcp/server/bind/index.vuefrontend/src/views/ai/model/ollama/domain/index.vuePlease indicate you've done the following: