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 += '</tr></table>';
|
||||
}
|
||||
if (mArray === null) {
|
||||
temp += _('No data');
|
||||
}
|
||||
temp += '</li>';
|
||||
// Close tree
|
||||
temp += '</ul>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue