File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
pages/browser/components/key-tree/KeyTreeSettings Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ const NavigationMenu = () => {
340
340
orientation = "vertical"
341
341
/>
342
342
< EuiToolTip
343
- content = "Redis Insight Repository "
343
+ content = "Star us on GitHub "
344
344
position = "right"
345
345
>
346
346
< span className = { cx ( styles . iconNavItem , styles . githubLink ) } >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export const GROUP_TYPES_DISPLAY = Object.freeze({
27
27
[ KeyTypes . ReJSON ] : 'JSON' ,
28
28
[ KeyTypes . JSON ] : 'JSON' ,
29
29
[ KeyTypes . Stream ] : 'Stream' ,
30
- [ ModulesKeyTypes . TimeSeries ] : 'TS ' ,
30
+ [ ModulesKeyTypes . TimeSeries ] : 'Time Series ' ,
31
31
[ CommandGroup . Bitmap ] : 'Bitmap' ,
32
32
[ CommandGroup . Cluster ] : 'Cluster' ,
33
33
[ CommandGroup . Connection ] : 'Connection' ,
Original file line number Diff line number Diff line change @@ -134,9 +134,7 @@ const KeyTreeSettings = ({ loading }: Props) => {
134
134
button = { button }
135
135
>
136
136
< EuiFlexGroup gutterSize = "s" direction = "column" >
137
- < EuiFlexItem className = { styles . row } >
138
- < EuiText className = { styles . title } > Filters</ EuiText >
139
- </ EuiFlexItem >
137
+ < EuiFlexItem className = { styles . row } />
140
138
< EuiFlexItem className = { styles . row } >
141
139
< div className = { styles . label } > Delimiter</ div >
142
140
< EuiComboBox
You can’t perform that action at this time.
0 commit comments