summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.html')
-rw-r--r--polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.html b/polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.html
index d29858eedd..25823849a6 100644
--- a/polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.html
+++ b/polygerrit-ui/app/elements/core/gr-main-header/gr-main-header.html
@@ -189,6 +189,7 @@ limitations under the License.
<ul class="links">
<template is="dom-repeat" items="[[_links]]" as="linkGroup">
<li class$="[[_computeLinkGroupClass(linkGroup)]]">
+ <gr-endpoint-decorator name$="[[_computeDecoratorName('header-dropdown-', linkGroup.title)]]">
<gr-dropdown
link
down-arrow
@@ -198,6 +199,7 @@ limitations under the License.
[[linkGroup.title]]
</span>
</gr-dropdown>
+ </gr-endpoint-decorator>
</li>
</template>
</ul>