From dfd6c8048ab14b91dafc5c6d7d78a628345f3ea1 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 9 Apr 2016 13:38:25 +0200 Subject: [PATCH] Renamed admin_index.xhtml to index.xhtml to have a nice index page. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/faces-config.NavData | 2 +- web/WEB-INF/faces-config.xml | 2 +- web/admin/{admin_index.xhtml => index.xhtml} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename web/admin/{admin_index.xhtml => index.xhtml} (100%) diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index f08d4ef1..763a9ffb 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -24,7 +24,7 @@ - + diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index e95370b4..cf33e9d3 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -77,7 +77,7 @@ admin_index - /admin/admin_index.xhtml + /admin/index.xhtml login_index diff --git a/web/admin/admin_index.xhtml b/web/admin/index.xhtml similarity index 100% rename from web/admin/admin_index.xhtml rename to web/admin/index.xhtml -- 2.39.5