mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
treewide: vectorise iconography
follow-up to ae5d91da90
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -128,7 +128,7 @@ return view.extend({
|
||||
'click': ui.createHandlerFn(this, handleInterfaceDetails, ifaces[instanceName])
|
||||
}, [
|
||||
E('span', { 'class': 'ifacebadge' }, [
|
||||
E('img', { 'src': L.resource('icons', 'wireguard.svg'), 'style': 'width:32px;height:32px' }),
|
||||
E('img', { 'src': L.resource('icons', 'tunnel.svg'), 'style': 'width:32px;height:32px' }),
|
||||
'\xa0',
|
||||
instanceName
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user