Supprime page Stats, Utilisation => Mode d'emploi

This commit is contained in:
Colin Maudry
2025-06-13 11:30:10 +02:00
parent 4c6f38f41e
commit 859506c4aa
2 changed files with 2 additions and 11 deletions
+2 -2
View File
@@ -105,7 +105,7 @@ layout = [
html.Div(
html.Details(
children=[
html.Summary(html.H3("Utilisation")),
html.Summary(html.H3("Mode d'emploi")),
dcc.Markdown(
"""
@@ -219,7 +219,7 @@ def update_table(page_current, page_size, filter_query, data_timestamp):
# print("dff_sliced:", lff.select("titulaire.typeId"))
dicts = dff.to_dicts()
return dicts, data_timestamp + 1, nb_rows # update data, update timestamp
return dicts, data_timestamp + 1, nb_rows
@callback(
-9
View File
@@ -1,9 +0,0 @@
from dash import html, register_page
title = "Statistiques"
register_page(
__name__, path="/statistiques", title=f"decp.info - {title}", name=title, order=2
)
layout = [html.H2(title)]