mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixed #7811
This commit is contained in:
parent
ab5a3fa10e
commit
0b6c886bd6
@ -73,8 +73,8 @@ if ($_REQUEST && $_REQUEST['ajax']) {
|
||||
});
|
||||
|
||||
if (empty($installed_packages)) {
|
||||
print_info_box(gettext("No packages installed.") . " " . gettext('Packages can be installed <a href="pkg_mgr.php" class="alert-link">here</a>.'), 'warning', false);
|
||||
exit;
|
||||
print_info_box(gettext("No packages installed."), 'warning', false);
|
||||
return;
|
||||
}
|
||||
|
||||
print("<thead>\n");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user