Renamed thing.py to system.py and set a proper title
This commit is contained in:
parent
eb8f666823
commit
a235041277
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
from typing import List
|
||||
from .thing import System, SystemState
|
||||
from .system import System, SystemState
|
||||
|
||||
from nicegui import ui
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
from nicegui import ui
|
||||
|
||||
from dashboard.thing import System, SystemState
|
||||
from dashboard.system import System, SystemState
|
||||
from dashboard.ui import init_ui
|
||||
|
||||
|
||||
|
@ -54,4 +54,4 @@ systems = [
|
|||
#
|
||||
|
||||
init_ui(systems)
|
||||
ui.run(show=False)
|
||||
ui.run(show=False, title="Dashboard")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue