You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-15 23:54:17 +02:00
Apply multilingual support
This commit is contained in:
@ -286,7 +286,7 @@ func Info(c *gin.Context) {
|
||||
findSystem += 1
|
||||
continue
|
||||
}
|
||||
if list[i].Tran == "sata" {
|
||||
if list[i].Tran == "sata" || list[i].Tran == "nvme" {
|
||||
temp := service.MyService.Disk().SmartCTL(list[i].Path)
|
||||
if reflect.DeepEqual(temp, model.SmartctlA{}) {
|
||||
continue
|
||||
|
Reference in New Issue
Block a user