diff src/main/webapp/clean/missingRelations.xhtml @ 199:8af530c5b4cd

new find-lost-alias function in clean menu to delete aliases without relations.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 23 Jan 2019 20:28:00 +0100
parents ef0949b8efc3
children 95c18711c0be
line wrap: on
line diff
--- a/src/main/webapp/clean/missingRelations.xhtml	Thu Dec 20 19:35:16 2018 +0100
+++ b/src/main/webapp/clean/missingRelations.xhtml	Wed Jan 23 20:28:00 2019 +0100
@@ -46,6 +46,10 @@
                     <rich:tab header="Missing Place" name="plc">
                         <ui:include src="components/missingPlace.xhtml" />
                     </rich:tab>
+
+                    <rich:tab header="Lost Alias" name="ali">
+                        <ui:include src="components/lostAlias.xhtml" />
+                    </rich:tab>
 				</rich:tabPanel>
 
 			</h:panelGrid>