mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 16:58:16 +00:00
options-view: Fix typo in chache
Fixes: 5e778d98
("ui: datastore tuning options: increase width and rework labels")
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Link: https://lore.proxmox.com/20250407134039.383887-1-m.sandoval@proxmox.com
This commit is contained in:
parent
dfc0278248
commit
33024ffd43
@ -300,7 +300,7 @@ Ext.define('PBS.Datastore.Options', {
|
||||
name: 'gc-cache-capacity',
|
||||
fieldLabel: gettext('GC Cache Capacity (# chunks)'),
|
||||
labelWidth: 200,
|
||||
emptyText: gettext('1048576 (0 disables chache)'),
|
||||
emptyText: gettext('1048576 (0 disables cache)'),
|
||||
minValue: 0,
|
||||
maxValue: 8 * 1024 * 1024,
|
||||
deleteEmpty: true,
|
||||
|
Loading…
Reference in New Issue
Block a user