Added comment.
This commit is contained in:
3
webui.py
3
webui.py
@@ -134,7 +134,6 @@ def create_ai_table(era, table_container, ai_slots):
|
||||
ui.label("Nation").classes("w-104")
|
||||
ui.label("AI Level")
|
||||
ui.separator()
|
||||
ai_selectors = []
|
||||
with ui.row().classes("items-center, w-full"):
|
||||
ui.label("All").classes("w-124")
|
||||
master_select = ui.select(
|
||||
@@ -148,8 +147,8 @@ def create_ai_table(era, table_container, ai_slots):
|
||||
with ui.row().classes("items-center w-full"):
|
||||
ui.label(str(nation_id)).classes("w-16")
|
||||
ui.label(nation_name + ", " + title).classes("w-104")
|
||||
# TODO: Set all button
|
||||
# TODO: Random nations?
|
||||
# Although that logic should probably go into servermanager.py
|
||||
ui.select(
|
||||
AI_LEVELS,
|
||||
value="Human",
|
||||
|
||||
Reference in New Issue
Block a user