litmuschaos/litmus

Show exclamation icon in square box for partially completed experiments in ChaosCenter

Open

#5,257 opened on Oct 23, 2025

View on GitHub
 (19 comments) (0 reactions) (0 assignees)HTML (3,702 stars) (574 forks)batch import
good first issuekind/enhancement

Description

Description

In ChaosCenter → Experiment section → Recent Experiment Runs, experiments with a Resilience Score less than 100 (e.g., 50) currently display a Completed status in orange with a tooltip containing an exclamation icon.

To improve consistency with the Error status display, the exclamation icon should also appear inside a square box in the Recent Experiment Runs list, similar to the cross icon used for Error status.

Location

ChaosCenter → Experiment section → Recent Experiment Runs

Proposed changes

  • For partially completed experiments (Resilience Score < 100), display the exclamation icon inside a square box in the Recent Experiment Runs list.
  • Maintain the orange color for partially completed status.
  • Ensure the tooltip with the Resilience Score and status remains functional.
  • Keep styling and alignment consistent with the Error status display.

Contributor guide