1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Merge pull request #251 from Ysurac/develop

sync
This commit is contained in:
suyuan 2022-06-29 09:18:02 +08:00 committed by GitHub
commit a3c54edec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 29 deletions

View file

@ -332,4 +332,6 @@ Thanks :)*/
}
.spaceline {
height: 55px;
z-index: -10;
position: relative;
}

View file

@ -101,7 +101,7 @@ local statuslogo = ucic:get("openmptcprouter","settings","statuslogo") or "openm
temp += '<li id="networkRootNode"><table><tr><td><table>';
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++ )
{
temp += '<tr class="spaceline"><td></td></tr>';