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