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
88078efffc
commit
e0d97bc98f
@ -3,6 +3,8 @@ Information about connected disk devices (partitions, filesystems, SMART) for Lu
|
||||
|
||||
OpenWrt >= 19.07.
|
||||
|
||||
Dependences: fdisk, smartmontools, smartmontools-drivedb.
|
||||
|
||||
## Installation notes
|
||||
|
||||
**OpenWrt >= 21.02:**
|
||||
|
@ -578,10 +578,13 @@ return view.extend({
|
||||
E('label', { 'class': 'cbi-value-title', 'for': 'logging_interval_type' + deviceNormalized },
|
||||
_('Preserve across power cycles')),
|
||||
E('div', { 'class': 'cbi-value-field' },
|
||||
E('input', {
|
||||
'type': 'checkbox',
|
||||
'id' : 'logging_interval_type' + deviceNormalized,
|
||||
})
|
||||
E('div', { 'class': 'cbi-checkbox' }, [
|
||||
E('input', {
|
||||
'type': 'checkbox',
|
||||
'id' : 'logging_interval_type' + deviceNormalized,
|
||||
}),
|
||||
E('label', {})
|
||||
])
|
||||
),
|
||||
]),
|
||||
E('div', { 'class': 'cbi-value' }, [
|
||||
|
Loading…
Reference in New Issue
Block a user