@@ -14,53 +14,34 @@ export default Ext.define('SYNOCOMMUNITY.RRManager.Setting.SynoInfoTab', {
14
14
name : 'synoinfo' ,
15
15
items : [
16
16
{
17
- boxLabel : 'Support Disk compatibility' ,
18
- name : 'support_disk_compatibility' ,
19
- xtype : 'syno_checkbox' ,
20
- } ,
21
- {
22
- boxLabel : 'Support Memory compatibility' ,
23
- name : 'support_memory_compatibility' ,
24
- xtype : 'syno_checkbox' ,
25
- } ,
26
- {
27
- boxLabel : 'Support Led brightness adjustment' ,
28
- name : 'support_led_brightness_adjustment' ,
29
- xtype : 'syno_checkbox' ,
30
- } ,
31
- {
32
- boxLabel : 'Support leds lp3943' ,
33
- name : 'support_leds_lp3943' ,
34
- xtype : 'syno_checkbox' ,
35
- } ,
36
- {
37
- boxLabel : 'Support syno hybrid RAID' ,
38
- name : 'support_syno_hybrid_raid' ,
39
- xtype : 'syno_checkbox' ,
40
- } ,
41
- {
42
- boxLabel : 'Support RAID group' ,
43
- name : 'supportraidgroup' ,
44
- xtype : 'syno_checkbox' ,
17
+ fieldLabel : 'maxdisks' ,
18
+ name : 'maxdisks' ,
19
+ allowBlank : true ,
20
+ xtype : 'syno_numberfield' ,
45
21
} ,
46
22
{
47
- fieldLabel : 'Max LAN port ' ,
48
- name : 'maxlanport ' ,
49
- allowBlank : false ,
23
+ fieldLabel : 'internalportcfg ' ,
24
+ name : 'internalportcfg ' ,
25
+ allowBlank : true ,
50
26
xtype : 'syno_numberfield' ,
51
27
} ,
52
28
{
53
- fieldLabel : 'Netif seq ' ,
54
- name : 'netif_seq ' ,
55
- allowBlank : false ,
29
+ fieldLabel : 'esataportcfg ' ,
30
+ name : 'esataportcfg ' ,
31
+ allowBlank : true ,
56
32
xtype : 'syno_textfield' ,
57
33
} ,
58
34
{
59
- fieldLabel : 'Buzzer offen ' ,
60
- name : 'buzzeroffen ' ,
35
+ fieldLabel : 'usbportcfg ' ,
36
+ name : 'usbportcfg ' ,
61
37
allowBlank : true ,
62
38
xtype : 'syno_textfield' ,
63
39
} ,
40
+ {
41
+ fieldLabel : 'max_sys_raid_disks' ,
42
+ name : 'max_sys_raid_disks' ,
43
+ allowBlank : true ,
44
+ }
64
45
] ,
65
46
} ) ,
66
47
] ,
0 commit comments