(color string)
| 1463 | } |
| 1464 | |
| 1465 | func getSubnetSingularURL(color string) string { |
| 1466 | s, _ := schema.GetManager().Schema("subnet") |
| 1467 | return baseURL + s.URL + "/subnet" + color |
| 1468 | } |
| 1469 | |
| 1470 | func getSubnetFullSingularURL(networkColor, subnetColor string) string { |
| 1471 | return getSubnetFullPluralURL(networkColor) + "/subnet" + subnetColor |