Skip to content
Snippets Groups Projects

Add Edge Port, GÉANT IP and IAS products

Merged Karel van Klink requested to merge feature/add-geant-ip into develop
6 files
+ 62
13
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 2
2
@@ -41,8 +41,8 @@ class ProductName(strEnum):
IMPORTED_OPENGEAR = "Imported Opengear"
EDGE_PORT = "Edge port"
IMPORTED_EDGE_PORT = "Imported Edge port"
GEANT_IP = "GEANT IP"
IMPORTED_GEANT_IP = "Imported GEANT IP"
GEANT_IP = "GeantIP"
IMPORTED_GEANT_IP = "Imported GeantIP"
class ProductType(strEnum):
Loading