modules/admin-full: fix another html escape issue on interface overview page
This commit is contained in:
parent
f8a2f2c059
commit
13f98b6d99
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ $Id$
|
||||||
var sif = ifc.subdevices[j];
|
var sif = ifc.subdevices[j];
|
||||||
|
|
||||||
stat += String.format(
|
stat += String.format(
|
||||||
'<img src="<%=resource%>/icons/%s%s.png" style="width:16px; height:16px; vertical-align:middle" title="%q" />',
|
'<img src="<%=resource%>/icons/%s%s.png" style="width:16px; height:16px; vertical-align:middle" title="%h" />',
|
||||||
sif.type,
|
sif.type,
|
||||||
sif.is_up ? '' : '_disabled',
|
sif.is_up ? '' : '_disabled',
|
||||||
sif.name
|
sif.name
|
||||||
|
|
Loading…
Reference in a new issue