Add ID for recollect button, so it can be vetod

This commit is contained in:
Jamie Cameron
2015-01-18 11:57:16 -08:00
parent a71f333ff0
commit f3fba12703

View File

@@ -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' });