1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fixing Cluster Settings typo

Signed-off-by: alexfront <alex.andreev.email@gmail.com>
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
alexfront 2020-08-13 12:50:45 +03:00 committed by Lauri Nevala
parent 877fe18b75
commit 1987c12db1
2 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@
.value {
flex-grow: 2;
word-break: break-word;
color: var(--textColorSecondary);
}
}

View File

@ -11,7 +11,7 @@ export class Status extends React.Component<Props> {
renderStatusRows() {
const { cluster } = this.props;
const rows = [
["Online Status", cluster.online ? "online" : `offline (${cluster.failureReason || "unknown reason"}`],
["Online Status", cluster.online ? "online" : `offline (${cluster.failureReason || "unknown reason"})`],
["Distribution", cluster.distribution],
["Kerbel Version", cluster.version],
["API Address", cluster.apiUrl],