mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Fix path
This commit is contained in:
parent
c9e66e4d0c
commit
dd255dff46
1 changed files with 3 additions and 3 deletions
|
@ -906,13 +906,13 @@ window.setTimeout(function()
|
|||
<% if curifname == "all" then %>
|
||||
|
||||
<strong><%:Download:%></strong>
|
||||
<embed id="dnsvg" style="width:100%; height:300px; border:1px solid #000000; background-color:#FFFFFF" src="<%=resource%>/bandwidth.svg" />
|
||||
<embed id="dnsvg" style="width:100%; height:300px; border:1px solid #000000; background-color:#FFFFFF" src="<%=resource%>/svg/bandwidth.svg" />
|
||||
<div style="text-align:right"><small id="dnscale">-</small></div>
|
||||
<table style="width:100%; table-layout:fixed" cellspacing="5" id="download_stats">
|
||||
</table>
|
||||
|
||||
<strong><%:Upload:%></strong>
|
||||
<embed id="upsvg" style="width:100%; height:300px; border:1px solid #000000; background-color:#FFFFFF" src="<%=resource%>/bandwidth.svg" />
|
||||
<embed id="upsvg" style="width:100%; height:300px; border:1px solid #000000; background-color:#FFFFFF" src="<%=resource%>/svg/bandwidth.svg" />
|
||||
<div style="text-align:right"><small id="upscale">-</small></div>
|
||||
<table style="width:100%; table-layout:fixed" cellspacing="5" id="upload_stats">
|
||||
</table>
|
||||
|
@ -920,7 +920,7 @@ window.setTimeout(function()
|
|||
|
||||
<% else %>
|
||||
|
||||
<embed id="bwsvg" style="width:100%; height:300px; border:1px solid #000000; background-color:#FFFFFF" src="<%=resource%>/bandwidth.svg" />
|
||||
<embed id="bwsvg" style="width:100%; height:300px; border:1px solid #000000; background-color:#FFFFFF" src="<%=resource%>/svg/bandwidth.svg" />
|
||||
<div style="text-align:right"><small id="scale">-</small></div>
|
||||
<br />
|
||||
|
||||
|
|
Loading…
Reference in a new issue