fix graph initialization on cold start

10.3.x-maintenance
cTn 2014-08-14 16:40:55 +02:00
parent d3d933a704
commit 468d7f57c8
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ TABS.sensors.initialize = function (callback) {
checkboxes.eq(i).not(':disabled').prop('checked', result.graphs_enabled[i]).change();
}
} else {
$('.tab-sensors .info input:lt(4)').prop('checked', true).change();
$('.tab-sensors .info input:lt(4):not(:disabled)').prop('checked', true).change();
}
});