Skip to content

Commit 622d509

Browse files
luca3rdnicolai86Bordacarmocca
committed
[App] Rename failed -> error in tables (#15608)
Co-authored-by: Raphael Randschau <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Carlos Mocholí <[email protected]> (cherry picked from commit ca83b50)
1 parent 677a004 commit 622d509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning_app/cli/cmd_clusters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def as_table(self) -> Table:
4242
V1ClusterState.QUEUED: Text("queued", style="bold yellow"),
4343
V1ClusterState.PENDING: Text("pending", style="bold yellow"),
4444
V1ClusterState.RUNNING: Text("running", style="bold green"),
45-
V1ClusterState.FAILED: Text("failed", style="bold red"),
45+
V1ClusterState.FAILED: Text("error", style="bold red"),
4646
V1ClusterState.DELETED: Text("deleted", style="bold red"),
4747
}
4848

0 commit comments

Comments
 (0)