mirror of
https://github.com/gSpotx2f/luci-app-internet-detector.git
synced 2026-01-03 07:08:51 +03:00
luci-app-internet-detector: Minor fixes
This commit is contained in:
@@ -344,13 +344,13 @@ return view.extend({
|
|||||||
E('label', { 'class': 'cbi-value-title', 'for': 'initButton' },
|
E('label', { 'class': 'cbi-value-title', 'for': 'initButton' },
|
||||||
_('Run service at startup')
|
_('Run service at startup')
|
||||||
),
|
),
|
||||||
E('div', { 'class': 'cbi-value-field' },
|
E('div', { 'class': 'cbi-value-field' }, [
|
||||||
E('div', {}, this.ctx.initButton),
|
E('div', {}, this.ctx.initButton),
|
||||||
E('input', {
|
E('input', {
|
||||||
'id' : 'initButton',
|
'id' : 'initButton',
|
||||||
'type': 'hidden',
|
'type': 'hidden',
|
||||||
}),
|
}),
|
||||||
),
|
]),
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user