File tree 1 file changed +3
-3
lines changed
src/views/portfolio/projects
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -557,23 +557,23 @@ export default {
557
557
0 ,
558
558
);
559
559
this .policyViolationsFailTotal = common .valueWithDefault (
560
- this .project .metrics .policyViolationsFailTotal ,
560
+ this .project .metrics .policyViolationsFail ,
561
561
0 ,
562
562
);
563
563
this .policyViolationsFailUnaudited = common .valueWithDefault (
564
564
this .project .metrics .policyViolationsFailUnaudited ,
565
565
0 ,
566
566
);
567
567
this .policyViolationsWarnTotal = common .valueWithDefault (
568
- this .project .metrics .policyViolationsWarnTotal ,
568
+ this .project .metrics .policyViolationsWarn ,
569
569
0 ,
570
570
);
571
571
this .policyViolationsWarnUnaudited = common .valueWithDefault (
572
572
this .project .metrics .policyViolationsWarnUnaudited ,
573
573
0 ,
574
574
);
575
575
this .policyViolationsInfoTotal = common .valueWithDefault (
576
- this .project .metrics .policyViolationsInfoTotal ,
576
+ this .project .metrics .policyViolationsInfo ,
577
577
0 ,
578
578
);
579
579
this .policyViolationsInfoUnaudited = common .valueWithDefault (
You can’t perform that action at this time.
0 commit comments