rename template files

This commit is contained in:
Stefan Allius
2025-05-01 17:02:38 +02:00
parent 035f96461a
commit 36dfdd3d41
5 changed files with 34 additions and 60 deletions

View File

@@ -75,8 +75,8 @@ async def data_fetch():
"proxy-cnt": f"<h3>{Infos.get_counter('ProxyMode_Cnt')}</h3>",
"emulation-cnt": f"<h3>{Infos.get_counter('EmuMode_Cnt')}</h3>",
}
data["conn-table"] = await render_template('conn_table.html.j2',
data["conn-table"] = await render_template('templ_conn_table.html.j2',
table=get_table_data())
data["notes-list"] = await render_template('notes_list.html.j2')
data["notes-list"] = await render_template('templ_notes_list.html.j2')
return data