mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
firmware: better fix also hides table when no packages are there
This commit is contained in:
parent
19fd4a07d2
commit
64bc749d98
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user