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:
parent
877fe18b75
commit
1987c12db1
@ -78,6 +78,7 @@
|
|||||||
|
|
||||||
.value {
|
.value {
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
|
word-break: break-word;
|
||||||
color: var(--textColorSecondary);
|
color: var(--textColorSecondary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,7 +11,7 @@ export class Status extends React.Component<Props> {
|
|||||||
renderStatusRows() {
|
renderStatusRows() {
|
||||||
const { cluster } = this.props;
|
const { cluster } = this.props;
|
||||||
const rows = [
|
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],
|
["Distribution", cluster.distribution],
|
||||||
["Kerbel Version", cluster.version],
|
["Kerbel Version", cluster.version],
|
||||||
["API Address", cluster.apiUrl],
|
["API Address", cluster.apiUrl],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user