diff 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
line wrap: on
line diff
--- a/src/main/webapp/clean/missingRelations.xhtml	Wed Jan 23 20:28:00 2019 +0100
+++ b/src/main/webapp/clean/missingRelations.xhtml	Thu Jan 24 16:10:29 2019 +0100
@@ -50,6 +50,10 @@
                     <rich:tab header="Lost Alias" name="ali">
                         <ui:include src="components/lostAlias.xhtml" />
                     </rich:tab>
+
+                    <rich:tab header="Lost Reference" name="ref">
+                        <ui:include src="components/lostReference.xhtml" />
+                    </rich:tab>
 				</rich:tabPanel>
 
 			</h:panelGrid>