Configure Maven repository for unionflow-server-api dependency
This commit is contained in:
18
target/classes/META-INF/resources/pages/secure/stats.xhtml
Normal file
18
target/classes/META-INF/resources/pages/secure/stats.xhtml
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:h="http://xmlns.jcp.org/jsf/html"
|
||||
xmlns:f="http://xmlns.jcp.org/jsf/core"
|
||||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
|
||||
xmlns:p="http://primefaces.org/ui"
|
||||
template="/templates/main-template.xhtml">
|
||||
<ui:param name="page" value="#{dashboardBean}"/>
|
||||
<ui:define name="title">Statistiques - UnionFlow</ui:define>
|
||||
<ui:define name="content">
|
||||
<!-- Redirection vers dashboard (WOU/DRY - réutiliser la même page) -->
|
||||
<h:form>
|
||||
<p:commandButton value="Voir le tableau de bord"
|
||||
action="dashboardPage?faces-redirect=true"
|
||||
styleClass="ui-button-primary"/>
|
||||
</h:form>
|
||||
</ui:define>
|
||||
</ui:composition>
|
||||
Reference in New Issue
Block a user