Explorar el Código

set network name as tag

abhishek9686 hace 9 meses
padre
commit
eb6964f713
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      logic/networks.go

+ 1 - 1
logic/networks.go

@@ -253,7 +253,7 @@ func CreateNetwork(network models.Network) (models.Network, error) {
 		0,
 		time.Time{},
 		[]string{network.NetID},
-		[]string{network.NetID},
+		[]string{network.Name},
 		[]models.TagID{},
 		true,
 		uuid.Nil,