Skip to content

Commit

Permalink
[App] Rename failed -> error in tables (#15608)
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
  • Loading branch information
4 people committed Nov 12, 2022
1 parent c06ea41 commit ca83b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning_app/cli/cmd_clusters.py
Expand Up @@ -42,7 +42,7 @@ def as_table(self) -> Table:
V1ClusterState.QUEUED: Text("queued", style="bold yellow"),
V1ClusterState.PENDING: Text("pending", style="bold yellow"),
V1ClusterState.RUNNING: Text("running", style="bold green"),
V1ClusterState.FAILED: Text("failed", style="bold red"),
V1ClusterState.FAILED: Text("error", style="bold red"),
V1ClusterState.DELETED: Text("deleted", style="bold red"),
}

Expand Down

0 comments on commit ca83b50

Please sign in to comment.