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 @@ -519,23 +519,23 @@ export default {
519
519
0 ,
520
520
);
521
521
this .policyViolationsFailTotal = common .valueWithDefault (
522
- this .project .metrics .policyViolationsFailTotal ,
522
+ this .project .metrics .policyViolationsFail ,
523
523
0 ,
524
524
);
525
525
this .policyViolationsFailUnaudited = common .valueWithDefault (
526
526
this .project .metrics .policyViolationsFailUnaudited ,
527
527
0 ,
528
528
);
529
529
this .policyViolationsWarnTotal = common .valueWithDefault (
530
- this .project .metrics .policyViolationsWarnTotal ,
530
+ this .project .metrics .policyViolationsWarn ,
531
531
0 ,
532
532
);
533
533
this .policyViolationsWarnUnaudited = common .valueWithDefault (
534
534
this .project .metrics .policyViolationsWarnUnaudited ,
535
535
0 ,
536
536
);
537
537
this .policyViolationsInfoTotal = common .valueWithDefault (
538
- this .project .metrics .policyViolationsInfoTotal ,
538
+ this .project .metrics .policyViolationsInfo ,
539
539
0 ,
540
540
);
541
541
this .policyViolationsInfoUnaudited = common .valueWithDefault (
You can’t perform that action at this time.
0 commit comments