mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:38:44 +00:00
display correct default cache mode (writeback)
This commit is contained in:
parent
5614bec08b
commit
076e8a41d1
@ -6,7 +6,7 @@ Ext.define('PVE.form.CacheTypeSelector', {
|
||||
var me = this;
|
||||
|
||||
me.data = [
|
||||
['', 'Default (no cache)'],
|
||||
['', 'Default (Write back)'],
|
||||
['directsync', 'Direct sync'],
|
||||
['writethrough', 'Write through'],
|
||||
['writeback', 'Write back'],
|
||||
|
Loading…
Reference in New Issue
Block a user