Skip to content

Commit

Permalink
Update results section controls layout on process change
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Nov 11, 2024
1 parent 1043a8c commit 9d03e96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/aiidalab_qe/app/result/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,6 @@ def _update_state(self):
elif process_node.is_finished_ok:
self.state = self.State.SUCCESS
self._model.process_info = PROCESS_COMPLETED
if self.state in (self.State.SUCCESS, self.State.FAIL):
self._update_kill_button_layout()
self._update_clean_scratch_button_layout()

0 comments on commit 9d03e96

Please sign in to comment.