-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NMS-15790: Transport bootstrap.jsp args in context #6791
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other than the guava thing, lgtm
opennms-webapp/src/main/java/org/opennms/web/utils/Bootstrap.java
Outdated
Show resolved
Hide resolved
<c:forEach var="breadcrumb" items="${__bs_breadcrumbs}" varStatus="loop"> | ||
<c:choose><%-- | ||
--%><c:when test="${loop.last}"><%-- | ||
--%><li class="breadcrumb-item active"><%-- | ||
--%></c:when><%-- | ||
--%><c:otherwise><%-- | ||
--%><li class="breadcrumb-item"><%-- | ||
--%></c:otherwise><%-- | ||
--%></c:choose><%-- | ||
--%><c:choose><%-- | ||
--%><c:when test="${breadcrumb.link != null}"><%-- | ||
--%><a href="${breadcrumb.link}"><c:out value="${breadcrumb.title}" escapeXml="false"/></a><%-- | ||
--%></c:when><%-- | ||
--%><c:otherwise><%-- | ||
--%><c:out value="${breadcrumb.title}" escapeXml="false"/><%-- | ||
--%></c:otherwise><%-- | ||
--%></c:choose><%-- | ||
--%></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol, I get it, but also, ow my head 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice Python script!
External References
Review remarks
The first and last commit is worth reviewing while the second commit is auto-generated using this script: https://gist.github.com/fooker/3097e401069e9c6db056efe98133c146