mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fixing typo
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
40e9a3bece
commit
8dc7276164
@ -22,7 +22,7 @@ export class Status extends React.Component<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],
|
["Kernel Version", cluster.version],
|
||||||
["API Address", cluster.apiUrl],
|
["API Address", cluster.apiUrl],
|
||||||
["Nodes Count", cluster.nodes || "0"]
|
["Nodes Count", cluster.nodes || "0"]
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user