Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
623a8c45
Commit
623a8c45
authored
May 11, 2017
by
michael.simon
Browse files
Show more infos on audits
parent
c6f67b17
Changes
2
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/admin/audit/list-audits.xhtml
View file @
623a8c45
...
...
@@ -29,7 +29,9 @@
<f:facet
name=
"header"
>
<h:outputText
value=
"#{messages.id}"
/>
</f:facet>
<h:outputText
value=
"#{entity.id}"
/>
<h:link
outcome=
"show-audit-entry.xhtml"
value=
"#{entity.id}"
>
<f:param
name=
"id"
value=
"#{entity.id}"
/>
</h:link>
</p:column>
<p:column
sortBy=
"#{entity.endTime}"
>
<f:facet
name=
"header"
>
...
...
bwreg-webapp/src/main/webapp/admin/audit/show-audit-entry.xhtml
View file @
623a8c45
...
...
@@ -47,6 +47,12 @@
<h:outputText
value=
"#{messages.parent}:"
/>
<h:outputText
value=
"#{showAuditEntryBean.entity.parentEntry.name}"
/>
<h:outputText
value=
"#{messages.start_time}:"
/>
<h:outputText
value=
"#{showAuditEntryBean.entity.startTime}"
/>
<h:outputText
value=
"#{messages.end_time}:"
/>
<h:outputText
value=
"#{showAuditEntryBean.entity.endTime}"
/>
</p:panelGrid>
<p:panelGrid
id=
"baseDataUser"
columns=
"2"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment