display correct default cache mode (writeback)

This commit is contained in:
Dietmar Maurer 2013-02-14 08:22:34 +01:00
parent 5614bec08b
commit 076e8a41d1

View File

@ -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'],