diff src/main/webapp/clean/missingRelations.xhtml @ 182:ef0949b8efc3

more Find Missing Relations.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 13 Jun 2018 18:35:37 +0200
parents 52aa06772336
children 8af530c5b4cd
line wrap: on
line diff
--- a/src/main/webapp/clean/missingRelations.xhtml	Wed Jun 13 17:48:06 2018 +0200
+++ b/src/main/webapp/clean/missingRelations.xhtml	Wed Jun 13 18:35:37 2018 +0200
@@ -34,6 +34,18 @@
 					<rich:tab header="Missing Codex" name="cod">
 						<ui:include src="components/missingCodex.xhtml" />
 					</rich:tab>
+
+                    <rich:tab header="Missing Collection" name="col">
+                        <ui:include src="components/missingCollection.xhtml" />
+                    </rich:tab>
+
+                    <rich:tab header="Missing Repository" name="rep">
+                        <ui:include src="components/missingRepository.xhtml" />
+                    </rich:tab>
+
+                    <rich:tab header="Missing Place" name="plc">
+                        <ui:include src="components/missingPlace.xhtml" />
+                    </rich:tab>
 				</rich:tabPanel>
 
 			</h:panelGrid>