Commit d521db62 authored by Mike Greiling's avatar Mike Greiling

make performance metric score bold

parent 309c9841
......@@ -58,7 +58,7 @@
<template v-if="isStatusSuccess && isTypeQuality">Fixed:</template>
<template v-if="isTypeSecurity && issue.priority">{{issue.priority}}:</template>
{{issue.name}}<template v-if="issue.score">: {{issue.score}}</template>
{{issue.name}}<template v-if="issue.score">: <strong>{{issue.score}}</strong></template>
<template v-if="isTypePerformance && issue.delta != null">
({{issue.delta >= 0 ? '+' : ''}}{{issue.delta}})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment