mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
vmui: update button label on the Raw Data page
Co-authored-by: Roman Khavronenko <roman@victoriametrics.com>
This commit is contained in:
parent
ea4ee21d27
commit
b2a1e5d782
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ const AdditionalSettingsControls: FC<Props & {isMobile?: boolean}> = ({ isMobile
|
|||
)}
|
||||
{!hideButtons?.reduceMemUsage && (
|
||||
<Switch
|
||||
label={"Disable deduplication feature"}
|
||||
label={"Disable deduplication"}
|
||||
value={reduceMemUsage}
|
||||
onChange={onChangeReduceMemUsage}
|
||||
fullWidth={isMobile}
|
||||
|
|
Loading…
Reference in a new issue