mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix status display in themes
This commit is contained in:
parent
f32a1f2eab
commit
8880acd39e
2 changed files with 11 additions and 7 deletions
|
@ -95,9 +95,10 @@
|
|||
temp += '<li id="networkRootNode"><table><tr><td><table>';
|
||||
if (mArray.wans)
|
||||
{
|
||||
for( var j = 0; j < mArray.wans.length; j++ )
|
||||
temp += '<tr class="space"><td></td></tr>';
|
||||
for( var j = 1; j < mArray.wans.length; j++ )
|
||||
{
|
||||
temp += '<tr class="space"><td></td></tr>';
|
||||
temp += '<tr class="spaceline"><td></td></tr>';
|
||||
}
|
||||
}
|
||||
temp += '<tr><td></td></tr><tr><td><a href="#" id="omr">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue