mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 22:50:58 +00:00
luci-app: Minor fixes
This commit is contained in:
@@ -539,10 +539,14 @@ return baseclass.extend({
|
||||
E('div', { 'class': 'cbi-value' }, [
|
||||
E('label', {
|
||||
'class': 'cbi-value-title',
|
||||
'for' : 'logFilter',
|
||||
'for' : 'logFormSubmitBtn',
|
||||
}, _('Refresh log')),
|
||||
E('div', { 'class': 'cbi-value-field' }, [
|
||||
logFormSubmitBtn,
|
||||
E('input', {
|
||||
'id' : 'logFormSubmitBtn',
|
||||
'type': 'hidden',
|
||||
}),
|
||||
E('form', {
|
||||
'id' : 'logForm',
|
||||
'name' : 'logForm',
|
||||
|
||||
Reference in New Issue
Block a user