Ui interface updates.
This commit is contained in:
@@ -90,7 +90,7 @@ class ProcedureCreation(QDialog):
|
||||
plate_map=self.plate_map,
|
||||
edit=self.edit
|
||||
)
|
||||
with open("web.html", "w") as f:
|
||||
with open("procedure_creation_rendered.html", "w") as f:
|
||||
f.write(html)
|
||||
self.webview.setHtml(html)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user