summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/change/gr-label-scores/gr-label-scores_html.ts
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/change/gr-label-scores/gr-label-scores_html.ts')
-rw-r--r--polygerrit-ui/app/elements/change/gr-label-scores/gr-label-scores_html.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/polygerrit-ui/app/elements/change/gr-label-scores/gr-label-scores_html.ts b/polygerrit-ui/app/elements/change/gr-label-scores/gr-label-scores_html.ts
index 7b1fb7fd58..108d2bb070 100644
--- a/polygerrit-ui/app/elements/change/gr-label-scores/gr-label-scores_html.ts
+++ b/polygerrit-ui/app/elements/change/gr-label-scores/gr-label-scores_html.ts
@@ -39,6 +39,7 @@ export const htmlTemplate = html`
</style>
<div class="scoresTable">
<template is="dom-repeat" items="[[_labels]]" as="label">
+ <gr-endpoint-decorator name$="[[_computeDecoratorName('review-label-scores-', label.name)]]">
<gr-label-score-row
class$="[[_computeLabelAccessClass(label.name, permittedLabels)]]"
label="[[label]]"
@@ -47,6 +48,7 @@ export const htmlTemplate = html`
permitted-labels="[[permittedLabels]]"
label-values="[[_labelValues]]"
></gr-label-score-row>
+ </gr-endpoint-decorator>
</template>
</div>
<div class="mergedMessage" hidden$="[[!_changeIsMerged(change.status)]]">