Added preview image and action buttons to UI

This commit is contained in:
Brett Williams
2023-05-31 20:14:18 -05:00
parent 93b42f2717
commit 4cb1bff76e
3 changed files with 90 additions and 13 deletions

View File

@@ -324,7 +324,8 @@ class BaseRenderWorker(Base):
'renderer_version': self.renderer_version,
'errors': getattr(self, 'errors', None),
'total_frames': self.total_frames,
'last_output': getattr(self, 'last_output', None)
'last_output': getattr(self, 'last_output', None),
'log_path': self.log_path()
}
# convert to json and back to auto-convert dates to iso format