* [bug#56872] Fix bug for update os.

This commit is contained in:
liyang
2024-11-13 08:32:15 +08:00
committed by 曹延义
parent 34b724dc99
commit e5c6bdc8f6
3 changed files with 27 additions and 8 deletions
+1 -2
View File
@@ -50,8 +50,7 @@ formPanel
set::label($lang->host->osName),
set::control('picker'),
set::name('osName'),
set::items($lang->host->osNameList),
set::value($osName ? $osName : $host->osName),
set::items(array()),
on::change('osChange')
)
),