mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: 修复metadata的一些bug
This commit is contained in:
@@ -992,7 +992,7 @@ export default defineComponent({
|
||||
|
||||
const { viewCert, downloadCert } = useCertViewer();
|
||||
const isCert = computed(() => {
|
||||
return currentPipeline.value?.type?.startsWith("cert");
|
||||
return currentPipeline.value?.type?.startsWith("cert") || pipelineDetail.value.lastVars?.certExpiresTime;
|
||||
});
|
||||
|
||||
const hasWebhookTrigger = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user