mirror of
https://github.com/gSpotx2f/luci-app-disks-info.git
synced 2025-01-07 03:07:11 +08:00
Minor fixes
This commit is contained in:
parent
4adc2aebf4
commit
d3bd0ea654
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user