mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix on status view
This commit is contained in:
parent
a26cb1d90b
commit
5e73f89764
2 changed files with 3 additions and 1 deletions
|
@ -332,4 +332,6 @@ Thanks :)*/
|
||||||
}
|
}
|
||||||
.spaceline {
|
.spaceline {
|
||||||
height: 55px;
|
height: 55px;
|
||||||
|
z-index: -10;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
|
@ -101,7 +101,7 @@ local statuslogo = ucic:get("openmptcprouter","settings","statuslogo") or "openm
|
||||||
temp += '<li id="networkRootNode"><table><tr><td><table>';
|
temp += '<li id="networkRootNode"><table><tr><td><table>';
|
||||||
if (mArray.wans)
|
if (mArray.wans)
|
||||||
{
|
{
|
||||||
temp += '<tr class="space"><td></td></tr>';
|
temp += '<tr class="spaceline"><td></td></tr>';
|
||||||
for( var j = 1; j < mArray.wans.length; j++ )
|
for( var j = 1; j < mArray.wans.length; j++ )
|
||||||
{
|
{
|
||||||
temp += '<tr class="spaceline"><td></td></tr>';
|
temp += '<tr class="spaceline"><td></td></tr>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue