File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed
redisinsight/ui/src/components/monitor/MonitorLog Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -75,22 +75,18 @@ const MonitorLog = () => {
75
75
>
76
76
< EuiFlexItem grow = { false } >
77
77
{ isSaveToFile && (
78
- < EuiToolTip
79
- content = "Download Profiler Log"
78
+ < EuiButton
79
+ size = "s"
80
+ color = "secondary"
81
+ href = { linkToDownload }
82
+ iconType = "download"
83
+ className = { styles . btn }
84
+ data-testid = "download-log-btn"
85
+ { ...downloadBtnProps }
80
86
>
81
- < EuiButton
82
- size = "s"
83
- color = "secondary"
84
- href = { linkToDownload }
85
- iconType = "download"
86
- className = { styles . btn }
87
- data-testid = "download-log-btn"
88
- { ...downloadBtnProps }
89
- >
90
- { width > SMALL_SCREEN_RESOLUTION && ' Download ' }
91
- Log
92
- </ EuiButton >
93
- </ EuiToolTip >
87
+ { width > SMALL_SCREEN_RESOLUTION && ' Download ' }
88
+ Log
89
+ </ EuiButton >
94
90
) }
95
91
</ EuiFlexItem >
96
92
< EuiFlexItem grow = { false } >
You can’t perform that action at this time.
0 commit comments