fix loading issue

This commit is contained in:
2026-01-04 18:01:23 +01:00
parent e33ce220e9
commit f254e04fc5
3 changed files with 23 additions and 8 deletions

View File

@@ -49,6 +49,7 @@ class Job(db.Model):
'in_progress': '🔄',
'passed': '',
'failed': '',
'aborted': ''
'aborted': '',
'error': '⚠️'
}
return icons.get(self.status, '')