Fixing dashboard error when instance in progress.
This commit is contained in:
@@ -2097,7 +2097,7 @@ chmod -R 777 /opt/keys")))
|
||||
(define (instance-status->pill-type status)
|
||||
(case (string->symbol status)
|
||||
((queued) 'info)
|
||||
((in-progress 'warning))
|
||||
((in-progress) 'warning)
|
||||
((complete) 'safe)
|
||||
((failed) 'alert)
|
||||
(else 'alert)))
|
||||
|
||||
Reference in New Issue
Block a user