-
Notifications
You must be signed in to change notification settings - Fork 6
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
RSDEV-224 Cosmetic tweaks to audit page #85
RSDEV-224 Cosmetic tweaks to audit page #85
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.
Looks good, but I've noticed one incorrect id
element after refactoring - makes 'users' filter not appearing for the PI.
Also, as the content of 'Time' column is now shorter, I believe the width of that column could be reduced from 25% to 20% here.
by <a href="#" id="oids" class="addRow"><spring:message code="audit.identifiers.label"/></a>, | ||
by <a href="#" id="dates" class="addRow"><spring:message code="audit.date.label"/></a> | ||
and | ||
by <a href="#" id="dates" class="addRow"><spring:message code="audit.users.label"/></a> |
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.
should be id="users"
in this line
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.
oops, yep, fixed
Only down to 22% as otherwise it wraps where there's a long timezone offset |
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.
Looks good to me!
This change includes: