Work on initial partition edit UI

This commit is contained in:
Jonathan Carter
2024-09-09 20:42:20 +02:00
parent c86661f375
commit 8661952137
5 changed files with 182 additions and 11 deletions

View File

@@ -70,6 +70,14 @@ def webui_disks():
return render_template('disks.html')
@bp.route('/webui/disks/partition/<part>')
def webui_disks_partition(part):
"""
Partition modal for the webui partition screen.
"""
return render_template('disks_partition.html')
@bp.route('/webui/software')
def webui_software():
"""