|
|
@ -324,7 +324,7 @@ define(function(require){ |
|
|
templateDevice |
|
|
templateDevice |
|
|
.find(section.concat(group, value)) |
|
|
.find(section.concat(group, value)) |
|
|
.addClass('active') |
|
|
.addClass('active') |
|
|
.find('[name="provision.feature_keys[' + key + '].value"]') |
|
|
|
|
|
|
|
|
.find('[name="provision.keys.' + value.id + '[' + key + '].value"]') |
|
|
.val(val.value); |
|
|
.val(val.value); |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
|