fix loading issue
This commit is contained in:
@@ -49,6 +49,7 @@ class Job(db.Model):
|
||||
'in_progress': '🔄',
|
||||
'passed': '✅',
|
||||
'failed': '❌',
|
||||
'aborted': '⚫'
|
||||
'aborted': '⚫',
|
||||
'error': '⚠️'
|
||||
}
|
||||
return icons.get(self.status, '⚪')
|
||||
|
||||
Reference in New Issue
Block a user