From f3fba127030a3de5d58767b4f04bd3fbc6b92b34 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 18 Jan 2015 11:57:16 -0800 Subject: [PATCH] Add ID for recollect button, so it can be vetod --- system-status/system_info.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/system-status/system_info.pl b/system-status/system_info.pl index 214026de8..15917fe96 100644 --- a/system-status/system_info.pl +++ b/system-status/system_info.pl @@ -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' });