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
752dfd4884
commit
4adc2aebf4
@ -588,7 +588,7 @@ return view.extend({
|
||||
),
|
||||
]),
|
||||
E('div', { 'class': 'cbi-value' }, [
|
||||
E('label', { 'class': 'cbi-value-title' },
|
||||
E('label', { 'class': 'cbi-value-title', 'for': 'apply_interval_value' + deviceNormalized },
|
||||
_('Write to device memory')
|
||||
),
|
||||
E('div', { 'class': 'cbi-value-field' }, [
|
||||
@ -596,6 +596,10 @@ return view.extend({
|
||||
'class': 'btn cbi-button-apply important',
|
||||
'click': ui.createHandlerFn(this, this.setSctTempLogInterval, device),
|
||||
}, _('Apply')),
|
||||
E('input', {
|
||||
'id' : 'apply_interval_value' + deviceNormalized,
|
||||
'type': 'hidden',
|
||||
}),
|
||||
]),
|
||||
E('hr'),
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user