Cacti / plugin_thold

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

Update settings.php missing 'description' key for 'thold_notification_delay' field #682

Closed MSS970 closed 3 months ago

MSS970 commented 3 months ago

CACTI [1.3.0 Dev]

Update settings.php missing 'description' key for 'thold_notification_delay' field

MSS970 commented 3 months ago

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',
    ),
TheWitness commented 3 months ago

Good catch!