mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
fix: Use new SVG icon (#38)
This commit is contained in:
@@ -128,7 +128,7 @@ return view.extend({
|
|||||||
'click': ui.createHandlerFn(this, handleInterfaceDetails, ifaces[instanceName])
|
'click': ui.createHandlerFn(this, handleInterfaceDetails, ifaces[instanceName])
|
||||||
}, [
|
}, [
|
||||||
E('span', { 'class': 'ifacebadge' }, [
|
E('span', { 'class': 'ifacebadge' }, [
|
||||||
E('img', { 'src': L.resource('icons', 'tunnel.png') }),
|
E('img', { 'src': L.resource('icons', 'tunnel.svg') }),
|
||||||
'\xa0',
|
'\xa0',
|
||||||
instanceName
|
instanceName
|
||||||
]),
|
]),
|
||||||
|
|||||||
Reference in New Issue
Block a user