diff --git a/appliances/chromium.gns3a b/appliances/chromium.gns3a index ba3b326..3667367 100644 --- a/appliances/chromium.gns3a +++ b/appliances/chromium.gns3a @@ -11,7 +11,7 @@ "maintainer_email": "developers@gns3.net", "docker": { "adapters": 1, - "console_type": "vnc", - "image": "gns3/chromium" + "image": "gns3/chromium", + "console_type": "vnc" } } diff --git a/appliances/kemp-vlm.gns3a b/appliances/kemp-vlm.gns3a index 5c7f279..2ea92ba 100644 --- a/appliances/kemp-vlm.gns3a +++ b/appliances/kemp-vlm.gns3a @@ -1,7 +1,7 @@ { "name": "KEMP Free VLM", "category": "router", - "description": "KEMP Technologies free LoadMaster Application Load Balancer is a fully featured member of our award winning and industry leading Load Balancer family. It can be used without charge in production environments with throughput requirements that don’t exceed 20 Mbps, and for services that do not directly generate revenue. It is an ideal choice for low traffic web sites and applications, DevOps testing environments, technical training environments, and for any other deployments that suit your non-commercial needs.", + "description": "KEMP Technologies free LoadMaster Application Load Balancer is a fully featured member of our award winning and industry leading Load Balancer family. It can be used without charge in production environments with throughput requirements that don\u2019t exceed 20 Mbps, and for services that do not directly generate revenue. It is an ideal choice for low traffic web sites and applications, DevOps testing environments, technical training environments, and for any other deployments that suit your non-commercial needs.", "vendor_name": "KEMP", "vendor_url": "http://freeloadbalancer.com/", "documentation_url": "https://support.kemptechnologies.com/hc/en-us/articles/204427785", @@ -12,8 +12,8 @@ "maintainer": "GNS3 Team", "maintainer_email": "developers@gns3.net", "usage": "Credentials: bal / 1fourall", - "port_name_format": "eth{0}", "symbol": "loadbalancer.svg", + "port_name_format": "eth{0}", "qemu": { "adapter_type": "virtio-net-pci", "adapters": 2, diff --git a/appliances/ntopng.gns3a b/appliances/ntopng.gns3a index 97f1f26..db6b58a 100644 --- a/appliances/ntopng.gns3a +++ b/appliances/ntopng.gns3a @@ -11,9 +11,9 @@ "maintainer_email": "developers@gns3.net", "docker": { "adapters": 1, + "image": "lucaderi/ntopng-docker:latest", "console_type": "http", "console_http_port": 3000, - "console_http_path": "/", - "image": "lucaderi/ntopng-docker:latest" + "console_http_path": "/" } }