1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Use NAT symbol for builtin NAT template

This commit is contained in:
grossmj 2024-04-22 19:11:58 +07:00
parent 1c37e8bd32
commit 644e659729
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -96,7 +96,7 @@ BUILTIN_TEMPLATES = [
"name": "NAT", "name": "NAT",
"default_name_format": "NAT{0}", "default_name_format": "NAT{0}",
"category": "guest", "category": "guest",
"symbol": "cloud", "symbol": "nat",
"compute_id": None, "compute_id": None,
"builtin": True, "builtin": True,
}, },