Cacti / plugin_thold

Thold Plugin for Cacti
GNU General Public License v2.0
68 stars 63 forks source link

thold_notification_delay does not have description key #683

Closed MSS970 closed 3 months ago

MSS970 commented 3 months ago

Cacti 1.3.0 DEV

thold plugin settings.php thold_notification_delay does not have description key

Solution: add description key

    'thold_notification_delay' => array(
        'friendly_name' => __('Device Notification Delay Options', 'thold'),
        'description' => __('Device Notification Delay Options', 'thold'),
        'method' => 'hidden',
        //'method' => 'spacer',
    ),