File tree 1 file changed +21
-5
lines changed
plugins/plugin-codeflare-dashboard/src/components/Top
1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,22 @@ export default class Header extends React.PureComponent<Props> {
26
26
return (
27
27
< Box flexDirection = "column" >
28
28
< Box >
29
- < Text >
30
- < Text color = "blue" bold >
31
- { "Cluster " /* Cheapo alignment with "Namespace" */ }
29
+ < Box >
30
+ < Text >
31
+ < Text color = "magenta" bold >
32
+ { "Cluster " /* Cheapo alignment with "Namespace" */ }
33
+ </ Text >
34
+ { this . props . cluster . replace ( / : \d + $ / , "" ) }
32
35
</ Text >
33
- { this . props . cluster . replace ( / : \d + $ / , "" ) }
34
- </ Text >
36
+ </ Box >
35
37
36
38
< Spacer />
39
+
40
+ < Box marginLeft = { 1 } justifyContent = "flex-end" >
41
+ < Text dimColor color = "magenta" >
42
+ < Text bold > PageUp/PageDown</ Text >
43
+ </ Text >
44
+ </ Box >
37
45
</ Box >
38
46
39
47
< Box >
@@ -45,6 +53,14 @@ export default class Header extends React.PureComponent<Props> {
45
53
{ this . props . namespace }
46
54
</ Text >
47
55
</ Box >
56
+
57
+ < Spacer />
58
+
59
+ < Box marginLeft = { 1 } justifyContent = "flex-end" >
60
+ < Text dimColor color = "blue" >
61
+ < Text bold > Left/Right</ Text >
62
+ </ Text >
63
+ </ Box >
48
64
</ Box >
49
65
</ Box >
50
66
)
You can’t perform that action at this time.
0 commit comments