Browse Source

updated proxy auth preferences

pull/1387/head
Pavel Samokha 7 years ago
parent
commit
92ffa82f89
  1. 8
      app/view/preferences/Preferences.js

8
app/view/preferences/Preferences.js

@ -276,18 +276,22 @@ Ext.define('Rambox.view.preferences.Preferences',{
,name: 'proxyPort' ,name: 'proxyPort'
,value: config.proxyPort ,value: config.proxyPort
,margin: '0 0 0 10' ,margin: '0 0 0 10'
},{ }
,{
xtype: 'textfield' xtype: 'textfield'
,fieldLabel: 'Login' ,fieldLabel: 'Login'
,name: 'proxyLogin' ,name: 'proxyLogin'
,value: config.proxyLogin ,value: config.proxyLogin
,margin: '0 0 0 10' ,margin: '0 0 0 10'
},{ ,emptyText: 'optional'
}
,{
xtype: 'textfield' xtype: 'textfield'
,fieldLabel: 'Password' ,fieldLabel: 'Password'
,name: 'proxyPassword' ,name: 'proxyPassword'
,value: config.proxyPassword ,value: config.proxyPassword
,margin: '0 0 0 10' ,margin: '0 0 0 10'
,emptyText: 'optional'
} }
] ]
} }

Loading…
Cancel
Save