mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Display 'no data' when there is no data
This commit is contained in:
parent
9dfc20b11b
commit
5a13f3d2f9
1 changed files with 3 additions and 0 deletions
|
@ -470,6 +470,9 @@
|
||||||
temp += '</ul></td>';
|
temp += '</ul></td>';
|
||||||
temp += '</tr></table>';
|
temp += '</tr></table>';
|
||||||
}
|
}
|
||||||
|
if (mArray === null) {
|
||||||
|
temp += _('No data');
|
||||||
|
}
|
||||||
temp += '</li>';
|
temp += '</li>';
|
||||||
// Close tree
|
// Close tree
|
||||||
temp += '</ul>';
|
temp += '</ul>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue