comparison src/main/webapp/clean/missingRelations.xhtml @ 200:95c18711c0be

new find-lost-references function in clean menu to delete references without relations.
author casties
date Thu, 24 Jan 2019 16:10:29 +0100
parents 8af530c5b4cd
children 91f177641ec7
comparison
equal deleted inserted replaced
199:8af530c5b4cd 200:95c18711c0be
48 </rich:tab> 48 </rich:tab>
49 49
50 <rich:tab header="Lost Alias" name="ali"> 50 <rich:tab header="Lost Alias" name="ali">
51 <ui:include src="components/lostAlias.xhtml" /> 51 <ui:include src="components/lostAlias.xhtml" />
52 </rich:tab> 52 </rich:tab>
53
54 <rich:tab header="Lost Reference" name="ref">
55 <ui:include src="components/lostReference.xhtml" />
56 </rich:tab>
53 </rich:tabPanel> 57 </rich:tabPanel>
54 58
55 </h:panelGrid> 59 </h:panelGrid>
56 60
57 61