diff --git a/templates/common/navbar.html b/templates/common/navbar.html index 800974a..48f1f38 100644 --- a/templates/common/navbar.html +++ b/templates/common/navbar.html @@ -15,7 +15,7 @@ class="item" th:href="${menuItem.status.href}" th:target="${menuItem.spec.target?.value}" - th:title="${menuItem.status.displayName}"> + th:title="${#annotations.getOrDefault(menuItem, 'desc', menuItem.status.displayName)}"> [[${menuItem.status.displayName}]] @@ -25,7 +25,7 @@ + th:title="${#annotations.getOrDefault(menuItem, 'desc', menuItem.status.displayName)}"> [[${menuItem.status.displayName}]] @@ -37,7 +37,7 @@ + th:title="${#annotations.getOrDefault(dropdown, 'desc', dropdown.status.displayName)}"> [[${dropdown.status.displayName}]] @@ -47,7 +47,7 @@ + th:title="${#annotations.getOrDefault(dropdownChild, 'desc', dropdownChild.status.displayName)}"> [[${dropdownChild.status.displayName}]]