Skip to content

Commit c1bff39

Browse files
committed
RI-5547 renamed data type, small changes
1 parent d1569c2 commit c1bff39

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

redisinsight/ui/src/components/navigation-menu/NavigationMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ const NavigationMenu = () => {
340340
orientation="vertical"
341341
/>
342342
<EuiToolTip
343-
content="Redis Insight Repository"
343+
content="Star us on GitHub"
344344
position="right"
345345
>
346346
<span className={cx(styles.iconNavItem, styles.githubLink)}>

redisinsight/ui/src/constants/keys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const GROUP_TYPES_DISPLAY = Object.freeze({
2727
[KeyTypes.ReJSON]: 'JSON',
2828
[KeyTypes.JSON]: 'JSON',
2929
[KeyTypes.Stream]: 'Stream',
30-
[ModulesKeyTypes.TimeSeries]: 'TS',
30+
[ModulesKeyTypes.TimeSeries]: 'Time Series',
3131
[CommandGroup.Bitmap]: 'Bitmap',
3232
[CommandGroup.Cluster]: 'Cluster',
3333
[CommandGroup.Connection]: 'Connection',

redisinsight/ui/src/pages/browser/components/key-tree/KeyTreeSettings/KeyTreeSettings.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ const KeyTreeSettings = ({ loading }: Props) => {
134134
button={button}
135135
>
136136
<EuiFlexGroup gutterSize="s" direction="column">
137-
<EuiFlexItem className={styles.row}>
138-
<EuiText className={styles.title}>Filters</EuiText>
139-
</EuiFlexItem>
137+
<EuiFlexItem className={styles.row} />
140138
<EuiFlexItem className={styles.row}>
141139
<div className={styles.label}>Delimiter</div>
142140
<EuiComboBox

0 commit comments

Comments
 (0)