File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
redisinsight/ui/src/pages/databaseAnalysis/components Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ const Table = (props: Props) => {
99
99
return (
100
100
< div data-testid = "top-keys-table-name" className = { cx ( styles . delimiter , 'truncateText' ) } >
101
101
< EuiToolTip
102
+ title = "Key Name"
102
103
anchorClassName = { styles . tooltip }
103
104
position = "bottom"
104
105
content = { tooltipContent }
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ const NameSpacesTable = (props: Props) => {
71
71
< div className = { styles . expanded } key = { type . type } data-testid = { `expanded-${ item . nsp } -${ index } ` } >
72
72
< div className = "truncateText" >
73
73
< EuiToolTip
74
+ title = "Key Pattern"
74
75
anchorClassName = { styles . tooltip }
75
76
position = "bottom"
76
77
content = { `${ item . nsp } :*` }
@@ -123,6 +124,7 @@ const NameSpacesTable = (props: Props) => {
123
124
return (
124
125
< div className = { cx ( styles . delimiter , 'truncateText' ) } >
125
126
< EuiToolTip
127
+ title = "Key Pattern"
126
128
anchorClassName = { styles . tooltip }
127
129
position = "bottom"
128
130
content = { tooltipContent }
You can’t perform that action at this time.
0 commit comments