Add software tool functionality with device connection and upgrade options
- Implemented the software tool page with user interface for connecting devices. - Added functionality to display connection status and software upgrade options. - Included a help modal with step-by-step instructions for users. - Integrated error handling and user permission checks. - Enhanced user experience with dynamic content updates and visual feedback.
This commit is contained in:
@@ -118,11 +118,17 @@ $main_menu = [
|
||||
"name" => "menu_history"
|
||||
],
|
||||
"firmwaretool" => [
|
||||
"url" => "firmwaretool",
|
||||
"selected" => "firmwaretool",
|
||||
"url" => "firmwaretool",
|
||||
"selected" => "firmwaretool",
|
||||
"icon" => "fas fa-tachometer-alt",
|
||||
"name" => "menu_firmwaretool"
|
||||
] ,
|
||||
"name" => "menu_firmwaretool"
|
||||
] ,
|
||||
"softwaretool" => [
|
||||
"url" => "softwaretool",
|
||||
"selected" => "softwaretool",
|
||||
"icon" => "fas fa-download",
|
||||
"name" => "menu_softwaretool"
|
||||
] ,
|
||||
"equipments_mass_update" => [
|
||||
"url" => "equipments_mass_update",
|
||||
"selected" => "equipments_mass_update",
|
||||
|
||||
Reference in New Issue
Block a user