firmware: better fix also hides table when no packages are there

This commit is contained in:
Franco Fichtner 2015-04-02 15:19:35 +02:00
parent 19fd4a07d2
commit 64bc749d98

View File

@ -139,7 +139,8 @@ include("head.inc");
</div>
</td>
</tr>
<?php if (file_exists($file_pkg_status)) { ?>
<?php if (file_exists($file_pkg_status) && (count($pkg_status['upgrade_packages']) ||
count($pkg_status['new_packages']) || count($pkg_status['reinstall_packages']))) { ?>
<tr>
</tr>
<tr>