finish runtime

This commit is contained in:
2025-04-15 19:57:11 +08:00
parent 72b2c8d089
commit 0a5f457059
13 changed files with 1097 additions and 45 deletions
+3
View File
@@ -30,6 +30,9 @@ func ListNetwork() []model.NetWork {
Subnet: val.Subnet, Gateway: val.Gateway,
})
}
if v.Name == "bridge" {
v.Name = "podman"
}
result = append(result, model.NetWork{
Name: v.Name,
Id: v.Id,