luci-mod-network: diagnostics: remove leftover attribute
There is no `type` attribute for `select` elements.
Fixes: 5ac9fd7b3b
("luci-mod-network: diagnostics: remove arp-scan install placeholder")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
5ac9fd7b3b
commit
4b5da809e0
1 changed files with 1 additions and 2 deletions
|
@ -141,8 +141,7 @@ return view.extend({
|
|||
|
||||
has_arpscan ? E('td', { 'class': 'td left' }, [
|
||||
E('select', {
|
||||
'style': 'margin:5px 0',
|
||||
'type': 'text'
|
||||
'style': 'margin:5px 0'
|
||||
}, devices.map(function(device) {
|
||||
if (!device.isUp())
|
||||
return E([]);
|
||||
|
|
Loading…
Reference in a new issue