mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix to consider active interface using new ui_element_inline API
This commit is contained in:
@@ -161,9 +161,9 @@ if ($a && $a->{'virtual'} eq "" && !$in{'new'}) {
|
||||
}
|
||||
}
|
||||
print &ui_table_row($text{'ifcs_virts'},
|
||||
$vcount." ".
|
||||
"(<a href='edit_aifc.cgi?new=1&virtual=$a->{'name'}'>".
|
||||
"$text{'ifcs_addvirt'}</a>)");
|
||||
&ui_text_wrap($vcount)." ".
|
||||
&ui_element_inline("(<a href='edit_aifc.cgi?new=1&virtual=$a->{'name'}'>".
|
||||
"$text{'ifcs_addvirt'}</a>)", 'button'));
|
||||
}
|
||||
|
||||
# Physical parameters
|
||||
|
||||
Reference in New Issue
Block a user