Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ const NavigationMenu = () => {
orientation="vertical"
/>
<EuiToolTip
content="Redis Insight Repository"
content="Star us on GitHub"
position="right"
>
<span className={cx(styles.iconNavItem, styles.githubLink)}>
Expand Down
2 changes: 1 addition & 1 deletion redisinsight/ui/src/constants/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const GROUP_TYPES_DISPLAY = Object.freeze({
[KeyTypes.ReJSON]: 'JSON',
[KeyTypes.JSON]: 'JSON',
[KeyTypes.Stream]: 'Stream',
[ModulesKeyTypes.TimeSeries]: 'TS',
[ModulesKeyTypes.TimeSeries]: 'Time Series',
[CommandGroup.Bitmap]: 'Bitmap',
[CommandGroup.Cluster]: 'Cluster',
[CommandGroup.Connection]: 'Connection',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ const KeyTreeSettings = ({ loading }: Props) => {
button={button}
>
<EuiFlexGroup gutterSize="s" direction="column">
<EuiFlexItem className={styles.row}>
<EuiText className={styles.title}>Filters</EuiText>
</EuiFlexItem>
<EuiFlexItem className={styles.row} />
<EuiFlexItem className={styles.row}>
<div className={styles.label}>Delimiter</div>
<EuiComboBox
Expand Down
Loading