Finetuning prove of concept for the dashboard
This commit is contained in:
12
dashboard/pages/clients.py
Normal file
12
dashboard/pages/clients.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# dashboard/pages/clients.py
|
||||
from dash import html, dcc
|
||||
import dash
|
||||
|
||||
dash.register_page(__name__, path="/clients", name="Bildschirme")
|
||||
|
||||
layout = html.Div(
|
||||
className="clients-page",
|
||||
children=[
|
||||
html.H3("Bildschirme"),
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user