firmware, minor style issue. packages table has 6 columns

This commit is contained in:
Ad Schellevis 2019-07-02 13:44:22 +02:00
parent 930bb1002c
commit 707f52dc31

View File

@ -427,7 +427,7 @@
if (local_count == 0) {
$('#packageslist > tbody').append(
'<tr><td colspan=5>{{ lang._('No packages were found on your system. Please call for help.') }}</td></tr>'
'<tr><td colspan=6>{{ lang._('No packages were found on your system. Please call for help.') }}</td></tr>'
);
}