mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Don't show drop button if not showing table
This commit is contained in:
@ -184,6 +184,7 @@ else {
|
||||
print &ui_select("db", undef, [ map { [ $_ ] } @titles ]),"\n";
|
||||
print &ui_submit($text{'index_jumpok'}),"<br>\n";
|
||||
print &ui_form_end();
|
||||
@icons = ( );
|
||||
}
|
||||
else {
|
||||
# Show databases as table
|
||||
|
Reference in New Issue
Block a user