From d1ce344f7c75cd743ac386b04c870e9cb39cba07 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Mon, 10 Jul 2017 11:32:25 +0200 Subject: [PATCH] disable genomics in admin panel --- web/src/main/webapp/WEB-INF/components/admin/menu.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/main/webapp/WEB-INF/components/admin/menu.xhtml b/web/src/main/webapp/WEB-INF/components/admin/menu.xhtml index 6cdbdc380e..1314c0e9df 100644 --- a/web/src/main/webapp/WEB-INF/components/admin/menu.xhtml +++ b/web/src/main/webapp/WEB-INF/components/admin/menu.xhtml @@ -19,8 +19,8 @@ url="/admin/configuration.xhtml?id=#{mapMB.currentMapId}"/> <p:menuitem value="Miriam" url="/admin/miriam.xhtml?id=#{mapMB.currentMapId}"/> - <p:menuitem value="Genome" - url="/admin/genomes.xhtml?id=#{mapMB.currentMapId}"/> +<!-- <p:menuitem value="Genome" + url="/admin/genomes.xhtml?id=#{mapMB.currentMapId}"/> --> <p:menuitem value="Manual" onclick="window.open('#{request.contextPath}/javax.faces.resource/admin_guide.pdf.xhtml?ln=other','_admin_manual_');"/> <p:menuitem value="Logout" actionListener="#{userMB.doLogout}" -- GitLab