feat: 完成面板日志功能

This commit is contained in:
ssongliu
2022-11-15 17:20:57 +08:00
committed by ssongliu
parent 0dfb9bd5c7
commit 3a3670f660
37 changed files with 838 additions and 358 deletions

View File

@@ -71,7 +71,7 @@ func (u *ImageRepoService) Create(imageRepoDto dto.ImageRepoCreate) error {
deamonMap["insecure-registries"] = k
}
}
newJson, err := json.Marshal(deamonMap)
newJson, err := json.MarshalIndent(deamonMap, "", "\t")
if err != nil {
return err
}