3rd question We have next statuses ```PENDING("pen...
# dev-frontend
c
3rd question We have next statuses
Copy code
PENDING("pending"),

RUNNING("running"),

INCOMPLETE("incomplete"),

FAILED("failed"),

SUCCEEDED("succeeded"),

CANCELLED("cancelled");
Right now we assume only Failed as actually Failed and everything else as success. Thats why we display Incomplete as success. Should we add more icons for statuses? Like warning or some in progress icon? So it would be awesome if you can say mapping between status and icon
added a comment to the issue to hopefully clarify it
let's not worry about updating the icons right now.
we will focus on the getting the names right. will take another pass the icons later after you get back.
a
Got it. Thanks.