Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: general config - use only one checkbox type, fixes #2874
  • Loading branch information
perexg committed May 23, 2015
1 parent e1e5fca commit e7b5e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/config.js
Expand Up @@ -106,12 +106,12 @@ tvheadend.miscconf = function(panel, index) {
* Time/Date
*/

var tvhtimeUpdateEnabled = new Ext.form.Checkbox({
var tvhtimeUpdateEnabled = new Ext.ux.form.XCheckbox({
name: 'tvhtime_update_enabled',
fieldLabel: 'Update time'
});

var tvhtimeNtpEnabled = new Ext.form.Checkbox({
var tvhtimeNtpEnabled = new Ext.ux.form.XCheckbox({
name: 'tvhtime_ntp_enabled',
fieldLabel: 'Enable NTP driver'
});
Expand Down

0 comments on commit e7b5e7f

Please sign in to comment.