Commit 924e557c authored by Dietmar Maurer's avatar Dietmar Maurer

display correct default cache mode (writeback)

parent e8b4b4ff
...@@ -6,7 +6,7 @@ Ext.define('PVE.form.CacheTypeSelector', { ...@@ -6,7 +6,7 @@ Ext.define('PVE.form.CacheTypeSelector', {
var me = this; var me = this;
me.data = [ me.data = [
['', 'Default (no cache)'], ['', 'Default (Write back)'],
['directsync', 'Direct sync'], ['directsync', 'Direct sync'],
['writethrough', 'Write through'], ['writethrough', 'Write through'],
['writeback', 'Write back'], ['writeback', 'Write back'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment