1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2019-08-12 17:43:54 +02:00
parent 9dfc20b11b
commit 5a13f3d2f9

View file

@ -470,6 +470,9 @@
temp += '</ul></td>';
temp += '</tr></table>';
}
if (mArray === null) {
temp += _('No data');
}
temp += '</li>';
// Close tree
temp += '</ul>';