Minor fixes

This commit is contained in:
gSpot 2022-05-23 21:48:59 +03:00
parent 4adc2aebf4
commit d3bd0ea654

View File

@ -592,10 +592,10 @@ return view.extend({
_('Write to device memory')
),
E('div', { 'class': 'cbi-value-field' }, [
E('button', {
E('div', {}, E('button', {
'class': 'btn cbi-button-apply important',
'click': ui.createHandlerFn(this, this.setSctTempLogInterval, device),
}, _('Apply')),
}, _('Apply'))),
E('input', {
'id' : 'apply_interval_value' + deviceNormalized,
'type': 'hidden',