luci-mod-system: fix zram compression placeholder
Fixes: #3583 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
cab574958c
commit
b8f65c340c
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ return L.view.extend({
|
|||
|
||||
o = s.taboption('zram', form.ListValue, 'zram_comp_algo', _('ZRam Compression Algorithm'));
|
||||
o.optional = true;
|
||||
o.placeholder = 'lzo';
|
||||
o.default = 'lzo';
|
||||
o.value('lzo', 'lzo');
|
||||
o.value('lz4', 'lz4');
|
||||
o.value('deflate', 'deflate');
|
||||
|
|
Loading…
Reference in a new issue