mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Only show missing modules
This commit is contained in:
@ -116,9 +116,9 @@ if (@recs) {
|
||||
@recs ],
|
||||
[ map { [ $_->[0],
|
||||
&text('index_user', $_->[0], $_->[1]->{'desc'}) ] }
|
||||
@allrecs ],
|
||||
@recs ],
|
||||
20, 1, 0,
|
||||
$text{'index_allmods'}, $text{'index_wantmods'}, 300),"<br>\n";
|
||||
$text{'index_allmods2'}, $text{'index_wantmods'}, 300),"<br>\n";
|
||||
print &ui_submit($text{'index_recsok'});
|
||||
print &ui_form_end();
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ index_none=No installed Perl modules were found on your system.
|
||||
index_tabmods=Existing modules
|
||||
index_tabinstall=Install module
|
||||
index_tabsuggest=Suggested modules
|
||||
index_allmods=All modules used by Webmin
|
||||
index_allmods2=Missing modules used by Webmin
|
||||
index_wantmods=Modules to install
|
||||
|
||||
download_err=Failed to install module
|
||||
|
Reference in New Issue
Block a user