Supprime page Stats, Utilisation => Mode d'emploi
This commit is contained in:
+2
-2
@@ -105,7 +105,7 @@ layout = [
|
|||||||
html.Div(
|
html.Div(
|
||||||
html.Details(
|
html.Details(
|
||||||
children=[
|
children=[
|
||||||
html.Summary(html.H3("Utilisation")),
|
html.Summary(html.H3("Mode d'emploi")),
|
||||||
dcc.Markdown(
|
dcc.Markdown(
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@@ -219,7 +219,7 @@ def update_table(page_current, page_size, filter_query, data_timestamp):
|
|||||||
# print("dff_sliced:", lff.select("titulaire.typeId"))
|
# print("dff_sliced:", lff.select("titulaire.typeId"))
|
||||||
dicts = dff.to_dicts()
|
dicts = dff.to_dicts()
|
||||||
|
|
||||||
return dicts, data_timestamp + 1, nb_rows # update data, update timestamp
|
return dicts, data_timestamp + 1, nb_rows
|
||||||
|
|
||||||
|
|
||||||
@callback(
|
@callback(
|
||||||
|
|||||||
@@ -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)]
|
|
||||||
Reference in New Issue
Block a user