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)
|
(define (instance-status->pill-type status)
|
||||||
(case (string->symbol status)
|
(case (string->symbol status)
|
||||||
((queued) 'info)
|
((queued) 'info)
|
||||||
((in-progress 'warning))
|
((in-progress) 'warning)
|
||||||
((complete) 'safe)
|
((complete) 'safe)
|
||||||
((failed) 'alert)
|
((failed) 'alert)
|
||||||
(else 'alert)))
|
(else 'alert)))
|
||||||
|
|||||||
Reference in New Issue
Block a user