Skip to content
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

Bugfix/#146-When-opening-the-gateway-overview-page,-there-is-an-Exception-evaluating-SpringEL-expression #147

Conversation

BrunoSilvaATB
Copy link
Contributor

closes #146

@@ -143,7 +143,7 @@ <h2 th:text="#{admin.proxies.list.title}">[Proxies Administration]</h2>
<td class="text-center "><a th:href="|@{/admin/proxies/}${proxy.id}|"
class="fa fa-bar-chart"/>
</td>
<td th:text="${proxy.timeOfLastSuccessfulCallToAdmin != null ? #dates.format(new java.util.Date(proxy?.timeOfLastSuccessfulCallToAdmin)) : #{admin.dashboard.gatewayhealthmonitor.notconnectedgateway}}"></td>
<td th:text="${proxy.timeOfLastSuccessfulCallToAdmin != null ? #dates.format(new java.util.Date(proxy?.timeOfLastSuccessfulCallToAdmin)) : #messages.msg('admin.dashboard.gatewayhealthmonitor.notconnectedgateway.text')}"></td>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This lines is not readable, too many instruction in one line which make difficult to read

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder: Use newlines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added newlines to improve readability, please check it @perezdf

…hen-opening-the-gateway-overview-page,-there-is-an-Exception-evaluating-SpringEL-expression' into bugfix/coatrack#146-When-opening-the-gateway-overview-page,-there-is-an-Exception-evaluating-SpringEL-expression
@perezdf perezdf merged commit 25b206a into coatrack:master Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When opening the gateway overview page, there is an "Exception evaluating SpringEL expression"
3 participants