mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Show view name in header on all pages https://github.com/webmin/webmin/issues/1227
This commit is contained in:
@ -16,8 +16,7 @@ my $dom = $zone->{'name'};
|
||||
&error($text{'master_ecannot'});
|
||||
|
||||
$access{'opts'} || &error($text{'master_eoptscannot'});
|
||||
my $desc = &ip6int_to_net(&arpa_to_ip($dom));
|
||||
&ui_print_header($desc, $text{'master_opts'}, "",
|
||||
&ui_print_header(&zone_subhead($zone), $text{'master_opts'}, "",
|
||||
undef, undef, undef, undef, &restart_links($zone));
|
||||
|
||||
# Start of form for editing zone options
|
||||
|
Reference in New Issue
Block a user