perf: 流水线页面可以查看证书过期时间

This commit is contained in:
xiaojunnuo
2026-01-13 00:50:32 +08:00
parent d338a9639a
commit be03d8e137
6 changed files with 23 additions and 4 deletions
@@ -202,6 +202,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
*/
async detail(id) {
const pipeline = await this.info(id);
await this.fillLastVars([pipeline]);
return new PipelineDetail(pipeline);
}