mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +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 %>
|
<% if curifname == "all" then %>
|
||||||
|
|
||||||
<strong><%:Download:%></strong>
|
<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>
|
<div style="text-align:right"><small id="dnscale">-</small></div>
|
||||||
<table style="width:100%; table-layout:fixed" cellspacing="5" id="download_stats">
|
<table style="width:100%; table-layout:fixed" cellspacing="5" id="download_stats">
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<strong><%:Upload:%></strong>
|
<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>
|
<div style="text-align:right"><small id="upscale">-</small></div>
|
||||||
<table style="width:100%; table-layout:fixed" cellspacing="5" id="upload_stats">
|
<table style="width:100%; table-layout:fixed" cellspacing="5" id="upload_stats">
|
||||||
</table>
|
</table>
|
||||||
|
@ -920,7 +920,7 @@ window.setTimeout(function()
|
||||||
|
|
||||||
<% else %>
|
<% 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>
|
<div style="text-align:right"><small id="scale">-</small></div>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue