mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
perf: 流水线页面可以查看证书过期时间
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user