Work on initial partition edit UI
This commit is contained in:
@@ -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():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user