mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix to use a new set svg
icons for servers
This commit is contained in:
@ -84,7 +84,7 @@ print &ui_buttons_end();
|
||||
# Show hosts with the package
|
||||
print &ui_hr();
|
||||
print &ui_subheading($text{'edit_hosts'});
|
||||
@icons = map { "/servers/images/$_->{'type'}.gif" } @got;
|
||||
@icons = map { "/servers/images/$_->{'type'}.svg" } @got;
|
||||
@links = map { "edit_host.cgi?id=$_->{'id'}" } @got;
|
||||
@titles = map { ($_->{'desc'} ? $_->{'desc'} :
|
||||
$_->{'realhost'} ? "$_->{'realhost'}:$_->{'port'}" :
|
||||
|
@ -30,7 +30,7 @@ foreach $h (@hosts) {
|
||||
"$s->{'host'}:$s->{'port'}")."<br>".
|
||||
&text('index_count', $count));
|
||||
push(@links, "edit_host.cgi?id=$h->{'id'}");
|
||||
push(@icons, "@{[&get_webprefix()]}/servers/images/$s->{'type'}.gif");
|
||||
push(@icons, "@{[&get_webprefix()]}/servers/images/$s->{'type'}.svg");
|
||||
push(@installed, $count);
|
||||
$gothost{$h->{'id'}}++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user