-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add a Rerun button #158
Add a Rerun button #158
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.
Thanks for the PR. I have added some comments. Please wait with changes until everything has been discussed in the EIP.
var regex1 = RegExp(/\(\d+\)$/); | ||
var regex2 = RegExp(/\d+/); | ||
if(regex1.test(label)){ | ||
var cadenaIntentos = regex1.exec(label); |
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.
It's good that the number of rerun tests is appended to the label.
Please translate the variable names into english (violates QC 9)
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.
Fixed in guadaltel@51881ee
src/main/webapp/layout.html
Outdated
@@ -58,7 +58,7 @@ <h1 th:if="${T(de.interactive_instruments.etf.webapp.helpers.View).brandingText | |||
<!--/* Footer */--> | |||
<div tiles:fragment="footer"> | |||
<div data-role="footer" data-position="fixed"> | |||
<h1>ETF WebApp <span th:text="${T(de.interactive_instruments.etf.webapp.helpers.View).version}">X.Y.Z</span> © 2017-2018 European Union, interactive instruments GmbH</h1> | |||
<h1>ETF WebApp <span th:text="${T(de.interactive_instruments.etf.webapp.helpers.View).version}">X.Y.Z</span> © 2017-2018 European Union</h1> |
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.
'interactive instruments GmbH' is missing here
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.
Fixed in guadaltel@51881ee
Update to head fork
No description provided.