From 471d0a059a8b36f121adb1d6c9928f4f3c6d9429 Mon Sep 17 00:00:00 2001 From: Petr Macek Date: Tue, 9 Jan 2024 23:14:59 +0100 Subject: [PATCH] add tooltip about ipv6 address (#5639) * add tooltip about ipv6 address * update --- CHANGELOG | 1 + include/global_form.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 31bf2993b9..8867c5e9f3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -18,6 +18,7 @@ Cacti CHANGELOG -issue#5567: Incorrect variable name in change_device cli script -issue#5570: RRDChecker is started very often -issue#5573: Incorrect URL for editing graph template +-issue#5639: Add tooltip info about IPv6 address -feature#412: Import Export for Graph and Tree rules -feature#1214: Move Tree Create/Remove/Modify Functions to lib/api_tree.php -feature#1442: Add validation to GUI inputs diff --git a/include/global_form.php b/include/global_form.php index cf70407a09..0a7a18ba8a 100644 --- a/include/global_form.php +++ b/include/global_form.php @@ -1199,7 +1199,7 @@ 'hostname' => array( 'method' => 'textbox', 'friendly_name' => __('Hostname'), - 'description' => __('Fully qualified hostname or IP address for this device.'), + 'description' => __('Fully qualified hostname or IP address for this device. IPv6 address insert into brackets (example: [2001:abcd:1234::1])'), 'value' => '|arg1:hostname|', 'max_length' => '100', 'size' => '60',