Minor fixes

This commit is contained in:
gSpot 2022-02-20 20:08:31 +03:00
parent 88078efffc
commit e0d97bc98f
2 changed files with 9 additions and 4 deletions

View File

@ -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:**

View File

@ -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' }, [