mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Add ID for recollect button, so it can be vetod
This commit is contained in:
@@ -15,6 +15,7 @@ my @table;
|
||||
# Refresh button for root
|
||||
if (&foreign_available($module_name) && $config{'collect_interval'} ne 'none') {
|
||||
push(@rv, { 'type' => 'link',
|
||||
'id' => 'recollect',
|
||||
'priority' => 100,
|
||||
'desc' => $text{'right_recollect'},
|
||||
'link' => '/'.$module_name.'/recollect.cgi' });
|
||||
|
||||
Reference in New Issue
Block a user