From 499a798d3eef6244694e870d1d5c4961d2a5075b Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Tue, 15 Aug 2023 08:04:07 +1000 Subject: [PATCH] device details descriptions of confusing fields --- front/deviceDetails.php | 16 ++++++++-------- front/php/templates/language/en_us.json | 6 ++++++ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/front/deviceDetails.php b/front/deviceDetails.php index d0a776ef..43483da8 100755 --- a/front/deviceDetails.php +++ b/front/deviceDetails.php @@ -157,7 +157,7 @@ -
+
@@ -174,7 +174,7 @@
-
+
@@ -192,14 +192,14 @@
-
+
- + '>
@@ -214,7 +214,7 @@
-
+
@@ -325,7 +325,7 @@

-
+
@@ -342,7 +342,7 @@
-
+
@@ -431,7 +431,7 @@
-
+
diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index 326673c2..78d5d266 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -151,18 +151,23 @@ "DevDetail_MainInfo_mac" : "MAC", "DevDetail_MainInfo_Name" : "Name", "DevDetail_MainInfo_Owner" : "Owner", + "DevDetail_Owner_hover" : "Who owns this device. Free text field.", "DevDetail_MainInfo_Type" : "Type", + "DevDetail_Type_hover" : "The Type of the device. If you select any of the pre-defined network devices (e.g.: AP, Firewall, Router, Switch...) they will show up in the Network tree configuration as possible parent network nodes.", "DevDetail_Icon" : "Icon", "DevDetail_Icon_Descr" : "Enter a font awesome icon name without the fa- prefix or with complete class, e.g.: fa fa-brands fa-apple.", "DevDetail_MainInfo_Vendor" : "Vendor", + "DevDetail_Vendor_hover" : "Vendor should be auto-detected. You can overwrite or add your custom value.", "DevDetail_MainInfo_Favorite" : "Favorite", "DevDetail_MainInfo_Group" : "Group", "DevDetail_MainInfo_Location" : "Location", "DevDetail_MainInfo_Comments" : "Comments", "DevDetail_MainInfo_Network_Title" : " Network", "DevDetail_MainInfo_Network" : " Node (MAC)", + "DevDetail_Network_Node_hover" : "Select the parent network device the current device is connected to to populate the Network tree.", "DevDetail_GoToNetworkNode" : "Navigate to the Network page of the given node.", "DevDetail_MainInfo_Network_Port" : " Port", + "DevDetail_Network_Port_hover" : "The port this device is connected to on the parent network device. If left empty a wifi icon is displayed in the Network tree.", "DevDetail_SessionInfo_Title" : " Session Info", "DevDetail_SessionInfo_Status" : "Status", "DevDetail_SessionInfo_FirstSession" : "First Session", @@ -177,6 +182,7 @@ "DevDetail_EveandAl_NewDevice" : "New Device", "DevDetail_EveandAl_Archived" : "Archived", "DevDetail_EveandAl_RandomMAC" : "Random MAC", + "RandomMAC_hover" : "Autodetected - indicates if the device randomizes it's MAC address.", "DevDetail_EveandAl_ScanCycle_a" : "Scan Device", "DevDetail_EveandAl_ScanCycle_z" : "Don't Scan Device", "DevDetail_button_Delete" : "Delete Device",