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:
@@ -154,7 +154,7 @@ $view = '
|
||||
} else {
|
||||
foreach ($all_paths as $path){
|
||||
$view .= '
|
||||
<tr onclick="window.location.href=\'index.php?page=products_software_upgrade_paths_manage&id='.$path->rowID.'\'" style="cursor: pointer;">
|
||||
<tr onclick="window.location.href=\'index.php?page=products_software_upgrade_paths_manage&path_id='.$path->rowID.'\'" style="cursor: pointer;">
|
||||
<td>' . ($version_map[$path->from_version_id] ?? $path->from_version_id) . '</td>
|
||||
<td>' . ($version_map[$path->to_version_id] ?? $path->to_version_id) . '</td>
|
||||
<td>'.$path->price.'</td>
|
||||
|
||||
Reference in New Issue
Block a user