Added links to the main page table.
This commit is contained in:
6
webui.py
6
webui.py
@@ -16,8 +16,10 @@ def create_ui():
|
|||||||
|
|
||||||
|
|
||||||
def main_page(rows):
|
def main_page(rows):
|
||||||
ui.label("test")
|
game_table = ui.table(rows=rows, title="Currently Running Games")
|
||||||
ui.table(rows=rows, title="Currently Running Games")
|
with game_table.add_slot("body-cell-Name"):
|
||||||
|
with game_table.cell("Name"):
|
||||||
|
ui.link().props(":href=props.value :innerHTML=props.value")
|
||||||
|
|
||||||
|
|
||||||
def sub_page(game_name: str):
|
def sub_page(game_name: str):
|
||||||
|
|||||||
Reference in New Issue
Block a user